
Kustomize filtering and rendering mechanisms are used. Related: #14 Related: #15 Related: #16 Relates-To: #247 Closes: #247 Co-authored-by: Ruslan Aliev <raliev@mirantis.com> Change-Id: Ied06b95577772cc51f51f3ebb3acd441388d5cda
31 lines
828 B
Markdown
31 lines
828 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
|
|
* [airshipctl phase render](airshipctl_phase_render.md) - Render phase documents from model
|
|
|