
This patch implements CLI command to invoke plan validation. Appropriate functionality was already added to pkg previously. Change-Id: I038b49c8de0af65f38b62950b27b31d95a6301a9 Signed-off-by: Ruslan Aliev <raliev@mirantis.com> Relates-To: #19 Relates-To: #497 Closes: #497
31 lines
722 B
Markdown
31 lines
722 B
Markdown
## airshipctl plan
|
|
|
|
Manage plans
|
|
|
|
### Synopsis
|
|
|
|
This command provides capabilities for interacting with plan objects,
|
|
responsible for execution phases in groups
|
|
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for plan
|
|
```
|
|
|
|
### Options inherited from parent commands
|
|
|
|
```
|
|
--airshipconf string Path to file for airshipctl configuration. (default "$HOME/.airship/config")
|
|
--debug enable verbose output
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [airshipctl](airshipctl.md) - A unified entrypoint to various airship components
|
|
* [airshipctl plan list](airshipctl_plan_list.md) - List plans
|
|
* [airshipctl plan run](airshipctl_plan_run.md) - Run plan
|
|
* [airshipctl plan validate](airshipctl_plan_validate.md) - Validate plan
|
|
|