ec3840a866
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: I323fa145b512e58cb878b117656c51bc39e76360
21 lines
771 B
Plaintext
21 lines
771 B
Plaintext
|
|
Provides commands that can be performed on bare metal host(s). The commands helps 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.
|