21f015b502
This PS updates cmd related to root, completion, document and version subcommands. It also updates minor details in other subcommands. The description and examples are updated for the airshipctl commands, which will be inturn used for generating documentation. Please ignore the .md file changes in this PS. They are added for zuul gates to pass. Here is the PS with generated documention files https://review.opendev.org/c/airship/airshipctl/+/789250 Relates-To: #280 Change-Id: I562c15c0d25b2e9731c0eb03854d1d348eb435f2
21 lines
770 B
Plaintext
21 lines
770 B
Plaintext
|
|
Provides commands that can be performed on bare metal host(s). The commands help in
|
|
performing the basic boot and power operations on the bare metal host(s).
|
|
|
|
Usage:
|
|
baremetal [command]
|
|
|
|
Available Commands:
|
|
ejectmedia Airshipctl command to eject virtual media attached to a bare metal host
|
|
help Help about any command
|
|
poweroff Airshipctl command to shutdown bare metal host(s)
|
|
poweron Airshipctl command to power on host(s)
|
|
powerstatus Airshipctl command to retrieve the power status of a bare metal host
|
|
reboot Airshipctl command to reboot host(s)
|
|
remotedirect Airshipctl command to bootstrap the ephemeral host
|
|
|
|
Flags:
|
|
-h, --help help for baremetal
|
|
|
|
Use "baremetal [command] --help" for more information about a command.
|