
This PS adds docs.airshipit.org link to long description of the airshipctl root command output. The implementation is done in-line with kubectl command. https://github.com/kubernetes/kubectl/blob/master/pkg/cmd/cmd.go#L479 Closes: #281 Change-Id: Id65c53a72a840221c47677bacf9651f9430da276
26 lines
925 B
Plaintext
26 lines
925 B
Plaintext
A unified entrypoint to various airship components
|
|
|
|
Find more information at: https://docs.airshipit.org/airshipctl/
|
|
|
|
Usage:
|
|
airshipctl [command]
|
|
|
|
Available Commands:
|
|
baremetal Airshipctl command to manage bare metal host(s)
|
|
cluster Airshipctl command to 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
|
|
plan Manage plans
|
|
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
|
|
|
|
Use "airshipctl [command] --help" for more information about a command.
|