
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
953 B
Markdown
34 lines
953 B
Markdown
## airshipctl baremetal ejectmedia
|
|
|
|
Eject media attached to a baremetal host
|
|
|
|
### Synopsis
|
|
|
|
Eject media attached to a baremetal host
|
|
|
|
```
|
|
airshipctl baremetal ejectmedia [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for ejectmedia
|
|
-l, --labels string Label(s) to filter desired baremetal host documents
|
|
-n, --name string Name to filter desired baremetal host document
|
|
--phase string airshipctl phase that contains the desired baremetal host document(s) (default "bootstrap")
|
|
```
|
|
|
|
### 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 baremetal](airshipctl_baremetal.md) - Perform actions on baremetal hosts
|
|
|