c36a8ea022
* Table printer is based on cli-utils approach * Rename 'phase plan' command to 'phase list' and print all Phase documents from model instead of just printing PhasePlan object Relates-To: #358 Change-Id: If3c5e2463e32f6794af4c82c12955a45583fce80
32 lines
847 B
Markdown
32 lines
847 B
Markdown
## airshipctl phase
|
|
|
|
Manage phases
|
|
|
|
### Synopsis
|
|
|
|
This command provides capabilities for interacting with phases,
|
|
such as getting list and applying specific one.
|
|
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for phase
|
|
```
|
|
|
|
### 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 phase list](airshipctl_phase_list.md) - List phases
|
|
* [airshipctl phase render](airshipctl_phase_render.md) - Render phase documents from model
|
|
* [airshipctl phase run](airshipctl_phase_run.md) - Run phase
|
|
* [airshipctl phase tree](airshipctl_phase_tree.md) - Tree view of kustomize entrypoints of phase
|
|
|