-
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
1 parent
7dee47b
commit 49285ad
Showing
6 changed files
with
87 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,28 @@ | ||
[Auto generated by spf13/cobra]: <> | ||
|
||
## mctl create bios-config-set | ||
|
||
Create a bios config set | ||
|
||
``` | ||
mctl create bios-config-set [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-F, --from-file string path to JSON file containing bios config set | ||
-h, --help help for bios-config-set | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
-c, --config string config file (default is $XDG_CONFIG_HOME/mctl/config.yml) | ||
--reauth re-authenticate with oauth services | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [mctl create](mctl_create.md) - Create resources | ||
|
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 bios-config-set | ||
|
||
Delete a bios config set | ||
|
||
``` | ||
mctl delete bios-config-set [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-i, --bios-config-set-id string specify ID of Bios Config Set | ||
-h, --help help for bios-config-set | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
-c, --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 | ||
|
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 list bios-config-set | ||
|
||
List bios config | ||
|
||
``` | ||
mctl list bios-config-set [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for bios-config-set | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
-c, --config string config file (default is $XDG_CONFIG_HOME/mctl/config.yml) | ||
-o, --output outputType {json|text} (default json) | ||
--reauth re-authenticate with oauth services | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [mctl list](mctl_list.md) - List resources | ||
|