
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
18 lines
557 B
Plaintext
18 lines
557 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)
|
|
help Help about any command
|
|
|
|
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.
|