
This change creates a tool that generates CLI documentation each time `make update-golden` is executed. Change-Id: I4bcdf299cd424f4cff1ecf6503822d304e9a3947 Signed-off-by: Drew Walters <andrew.walters@att.com>
30 lines
735 B
Markdown
30 lines
735 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
|
|
--kubeconfig string Path to kubeconfig associated with airshipctl configuration. (default "$HOME/.airship/kubeconfig")
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [airshipctl](airshipctl.md) - A unified entrypoint to various airship components
|
|
* [airshipctl phase apply](airshipctl_phase_apply.md) - Apply phase to a cluster
|
|
|