All pushed workflows are enabled by default. Workflows have to be live to be enabled.

Syntax

suprsend workflow enable <workflow-slug> [flags]
Arguments:
  • <workflow-slug> - Slug of the workflow to enable (required)

Example

# Enable workflow in staging workspace
suprsend workflow enable my-workflow

# Enable workflow in another workspace
suprsend workflow enable user-signup --workspace production