0bbc88b4a9
Instead of having a lot different arbitrary named commands such as "cluster initinfra", "cluster control-plane", add a generic phase command that would provide capabilities for interacting with phases (e.g. getting list or applying specific one). Change-Id: I1ab797121aecbfd2348933dfd993c1a5974edaf9 Relates-To: #162
24 lines
923 B
Plaintext
24 lines
923 B
Plaintext
A unified entrypoint to various airship components
|
|
|
|
Usage:
|
|
airshipctl [command]
|
|
|
|
Available Commands:
|
|
baremetal Perform actions on baremetal hosts
|
|
cluster Manage Kubernetes clusters
|
|
completion Generate completion script for the specified shell (bash or zsh)
|
|
config Manage the airshipctl config file
|
|
document Manage deployment documents
|
|
help Help about any command
|
|
phase Manage phases
|
|
secret Manage secrets
|
|
version Show the version number of airshipctl
|
|
|
|
Flags:
|
|
--airshipconf string Path to file for airshipctl configuration. (default "$HOME/.airship/config")
|
|
--debug enable verbose output
|
|
-h, --help help for airshipctl
|
|
--kubeconfig string Path to kubeconfig associated with airshipctl configuration. (default "$HOME/.airship/kubeconfig")
|
|
|
|
Use "airshipctl [command] --help" for more information about a command.
|