Parallel Works

pw marketplace version rm

Remove a version from a marketplace item

pw marketplace version rm <slug> <version> [flags]

Examples

  pw marketplace version rm my-workflow v1.0.0
  
  # Remove without confirmation
  pw marketplace version rm --yes my-workflow v1.0.0

Options

  -h, --help   help for rm
      --yes    Skip the confirmation prompt

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