This change creates a tool that generates CLI documentation each time `make update-golden` is executed. Change-Id: I4bcdf299cd424f4cff1ecf6503822d304e9a3947 Signed-off-by: Drew Walters <andrew.walters@att.com>
34 lines
1.3 KiB
Markdown
34 lines
1.3 KiB
Markdown
## airshipctl baremetal
|
|
|
|
Perform actions on baremetal hosts
|
|
|
|
### Synopsis
|
|
|
|
Perform actions on baremetal hosts
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for baremetal
|
|
```
|
|
|
|
### Options inherited from parent commands
|
|
|
|
```
|
|
--airshipconf string Path to file for airshipctl configuration. (default "$HOME/.airship/config")
|
|
--debug enable verbose output
|
|
--kubeconfig string Path to kubeconfig associated with airshipctl configuration. (default "$HOME/.airship/kubeconfig")
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [airshipctl](airshipctl.md) - A unified entrypoint to various airship components
|
|
* [airshipctl baremetal ejectmedia](airshipctl_baremetal_ejectmedia.md) - Eject media attached to a baremetal host
|
|
* [airshipctl baremetal isogen](airshipctl_baremetal_isogen.md) - Generate baremetal host ISO image
|
|
* [airshipctl baremetal poweroff](airshipctl_baremetal_poweroff.md) - Shutdown a baremetal host
|
|
* [airshipctl baremetal poweron](airshipctl_baremetal_poweron.md) - Power on a host
|
|
* [airshipctl baremetal powerstatus](airshipctl_baremetal_powerstatus.md) - Retrieve the power status of a baremetal host
|
|
* [airshipctl baremetal reboot](airshipctl_baremetal_reboot.md) - Reboot a host
|
|
* [airshipctl baremetal remotedirect](airshipctl_baremetal_remotedirect.md) - Bootstrap the ephemeral host
|
|
|