Get details of a workflow
pw workflows get <name> [flags]
# Get workflow details
pw workflows get my-workflow
# Get workflow details as JSON
pw workflows get my-workflow -o json
# Get workflow YAML definition
pw workflows get my-workflow -o yaml
-h, --help help for get
-o, --output string Output format (json, yaml)
--context string The context to use. Overrides PW_CONTEXT environment variable and current context from config.
--platform-host string The Parallel Works ACTIVATE platform host to use. Will override any other platform host settings.
-v, --verbose Enable verbose logging