Parallel Works

pw workflows get

Get details of a workflow

pw workflows get <name> [flags]

Examples

  pw workflows get my-workflow
  
  # Get workflow details as JSON
  pw workflows get -o json my-workflow
  
  # Get workflow YAML definition
  pw workflows get -o yaml my-workflow

Options

  -h, --help            help for get
  -o, --output string   Output format (json, yaml)

Options inherited from parent commands

      --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

SEE ALSO