airshipctl/cmd/baremetal/testdata/TestBaremetalGoldenOutput/baremetal-with-help.golden
shon phand d38b9b5f0b Enhance baremetal subcommand to list hosts
* added NodeName field in the remote Client interface
* added new subcommand 'list-hosts' to list hosts from
  host-inventory from site manifests

Closes: #359
Signed-off-by: Shon Phand <shonphand@gmail.com>
Change-Id: I560a8117b1d55cad2a634df0d05a4aaedae2a873
2021-11-02 18:55:15 +00:00

21 lines
830 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
list-hosts Airshipctl command to list bare metal host(s)
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.