airshipctl/docs/source/cli/airshipctl_plan_run.md
Dmitry Ukov 178b0eff3e Implement plan run command
Change-Id: Ie627ce670cd2b19d6999dc7c7a7a6dc12b25cace
Closes: #395
2021-01-28 10:13:05 +04:00

34 lines
696 B
Markdown

## airshipctl plan run
Run plan
### Synopsis
Run life-cycle phase plan which was defined in document model.
```
airshipctl plan run PLAN_NAME [flags]
```
### Options
```
--dry-run simulate phase execution
-h, --help help for run
--kubeconfig string Path to kubeconfig associated with site being managed
--wait-timeout duration wait timeout
```
### Options inherited from parent commands
```
--airshipconf string Path to file for airshipctl configuration. (default "$HOME/.airship/config")
--debug enable verbose output
```
### SEE ALSO
* [airshipctl plan](airshipctl_plan.md) - Manage plans