Parallel Works

pw marketplace version ls

List versions of a marketplace item

pw marketplace version ls <slug> [flags]

Examples

  pw marketplace version ls my-workflow
  
  # List as plain version labels (one per line)
  pw marketplace version ls -o list my-workflow
  
  # Output versions with their settings as JSON
  pw marketplace version ls -o json my-workflow

Options

  -h, --help            help for ls
  -o, --output string   Output format (table, json, list)

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