f5daa32ef9
This command is obsolete and can be safely removed. All the secrets functionality now is part of SOPS krm function and phases. Change-Id: Ia8244e51aa8c28f1ac07734e4f4afc6ee59e4021 Signed-off-by: Ruslan Aliev <raliev@mirantis.com> Relates-To: #588
25 lines
1.0 KiB
Plaintext
25 lines
1.0 KiB
Plaintext
Command line utility for management of end-to-end kubernetes cluster deployment.
|
|
|
|
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 Airshipctl command to generate completion script for the specified shell (bash or zsh)
|
|
config Airshipctl command to manage airshipctl config file
|
|
document Airshipctl command to manage site manifest documents
|
|
help Help about any command
|
|
phase Airshipctl command to manage phases
|
|
plan Airshipctl command to manage plans
|
|
version Airshipctl command to display the current version number
|
|
|
|
Flags:
|
|
--airshipconf string path to the airshipctl configuration file. Defaults to "$HOME/.airship/config"
|
|
--debug enable verbose output
|
|
-h, --help help for airshipctl
|
|
|
|
Use "airshipctl [command] --help" for more information about a command.
|