airshipctl/cmd/baremetal/testdata/TestBaremetalGoldenOutput/baremetal-with-help.golden
Drew Walters 1ce5005cd6 Add baremetal ejectmedia command
Early airshipctl usage has identified the need to eject virtual media
on-demand using airshipctl in order to prevent booting from stuck media.
This change adds a command to eject all virtual media attached to a
baremetal node.

Change-Id: Id67fa00489093dcb84ce54216e0553fa6a737ea6
Signed-off-by: Drew Walters <andrew.walters@att.com>
2020-04-28 23:10:36 +00:00

20 lines
549 B
Plaintext

Perform actions on baremetal hosts
Usage:
baremetal [command]
Available Commands:
ejectmedia Eject media attached to a baremetal host
help Help about any command
isogen Generate baremetal host ISO image
poweroff Shutdown a baremetal host
poweron Power on a host
powerstatus Retrieve the power status of a baremetal host
reboot Reboot a host
remotedirect Bootstrap the ephemeral host
Flags:
-h, --help help for baremetal
Use "baremetal [command] --help" for more information about a command.