-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
117 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
[Auto generated by spf13/cobra]: <> | ||
|
||
## mctl collect | ||
|
||
Collect current server firmware status and bios configuration | ||
|
||
``` | ||
mctl collect [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for collect | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--config string config file (default is $XDG_CONFIG_HOME/mctl/config.yml) | ||
--reauth re-authenticate with oauth services | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [mctl](mctl.md) - mctl is a CLI utility to interact with metal toolbox services | ||
* [mctl collect inventory](mctl_collect_inventory.md) - Collect current server firmware status and bios configuration | ||
* [mctl collect status](mctl_collect_status.md) - check the progress of a inventory collection for a server | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
[Auto generated by spf13/cobra]: <> | ||
|
||
## mctl collect inventory | ||
|
||
Collect current server firmware status and bios configuration | ||
|
||
``` | ||
mctl collect inventory [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for inventory | ||
--server string server UUID | ||
--skip-bios-config Skip BIOS configuration data collection | ||
--skip-fw-status Skip firmware status data collection | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--config string config file (default is $XDG_CONFIG_HOME/mctl/config.yml) | ||
--reauth re-authenticate with oauth services | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [mctl collect](mctl_collect.md) - Collect current server firmware status and bios configuration | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
[Auto generated by spf13/cobra]: <> | ||
|
||
## mctl collect status | ||
|
||
check the progress of a inventory collection for a server | ||
|
||
``` | ||
mctl collect status --server | -s <server uuid> [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for status | ||
-s, --server string server id (typically a UUID) | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--config string config file (default is $XDG_CONFIG_HOME/mctl/config.yml) | ||
--reauth re-authenticate with oauth services | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [mctl collect](mctl_collect.md) - Collect current server firmware status and bios configuration | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
[Auto generated by spf13/cobra]: <> | ||
|
||
## mctl delete firmware | ||
|
||
Delete a firmware object | ||
|
||
``` | ||
mctl delete firmware [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-f, --firmware-id string UUID of firmware object to be deleted | ||
-h, --help help for firmware | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--config string config file (default is $XDG_CONFIG_HOME/mctl/config.yml) | ||
--reauth re-authenticate with oauth services | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [mctl delete](mctl_delete.md) - Delete resources | ||
|