fc33287204
Change-Id: I5ab8722dd151d9e652e0b20e1d82988cd98505af Signed-off-by: Ruslan Aliev <raliev@mirantis.com>
24 lines
835 B
Plaintext
24 lines
835 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
|
|
image Manage ISO image creation
|
|
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
|
|
|
|
Use "airshipctl [command] --help" for more information about a command.
|