wf unpublish clusterplan
wf unpublish clusterplan
Unpublish a cluster plan, making it unavailable to teams
wf unpublish clusterplan [flags]
Examples
# Unpublish a cluster plan, with a publishing state of deprecated
$ wf unpublish clusterplan [NAME] --version [VERSION] --deprecated
# Unpublish a cluster plan, taking the publishing state back to draft
$ wf unpublish clusterplan [NAME] --version [VERSION] --draft
Options
--deprecated Set the plan version deprecated
--draft Return the plan version to draft
-h, --help help for clusterplan
-v, --version string Version of the plan
Options inherited from parent commands
--debug Debug / trace logging (default: false)
--force Force operation to happen (default: false)
--no-wait Do not wait for resources to provision
-o, --output string Output format of the resource (json,yaml,table) (default "table")
--profile string Use a profile other than your current - to change current: wf use profile NAME
--show-headers Display headers on table out (default true)
--verbose Verbose logging (default: false)
-w, --workspace string Workspace to use - to change default: wf use workspace NAME
SEE ALSO
- wf unpublish - Unpublishes a resource