ab5ff1076f
We use phases for building the ephemeral ISO image, so a user can use `phase run` command instead. It is better to remove `image build` subcommand to avoid support of an unnecessary piece of code. Change-Id: Ife9b5fdebc3cdfd5dac3ecccc8fef55811741ce8 Closes: #473
24 lines
822 B
Plaintext
24 lines
822 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
|
|
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.
|