cub changeworkflow get
cub changeworkflow get
Get details about a change workflow
Synopsis
Get detailed information about a change workflow: its stages in the order a change is promoted through them, the Spaces each selects, the gates that have to pass before a change enters one, and the checks the last stage must satisfy for the rollout to be complete.
Examples:
# Get details about a change workflow
cub changeworkflow get --space workflows myapp-main-line
# Get a change workflow in JSON format, which is also what --filename takes
cub changeworkflow get --space workflows --json myapp-main-line
cub changeworkflow get <slug or id> [flags]
Options
-h, --help help for get
-o, --output string Output format. One of: json, yaml, name, wide, mutations, jq=<expr>, yq=<expr>, custom-columns=<spec>
--quiet No default output.
--select string Comma-separated list of fields to retrieve and display. Entity IDs and Slug are always included. Example: "DisplayName,CreatedAt,Labels"
--verbose Detailed output, additive with default output
Options inherited from parent commands
--context string The context to use for this command
--debug Debug output
--space string space to operate in, by slug or UUID. Omitted, a list or bulk operation spans the organization and a single entity is named as <space>/<slug>
SEE ALSO
- cub changeworkflow - ChangeWorkflow commands