Skip to content

Commit 3b173fd

Browse files
committed
update docs
1 parent 075b5d4 commit 3b173fd

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

docs/mctl.md

+1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ mctl is a CLI utility to interact with metal toolbox services
2626
* [mctl install](mctl_install.md) - Install actions
2727
* [mctl list](mctl_list.md) - List resources
2828
* [mctl power](mctl_power.md) - Execute server/bmc power, set next-boot commands: [on|off|cycle|reset|soft|status|bmc-reset|boot-pxe-persistent]
29+
* [mctl validate-firmware](mctl_validate-firmware.md) - validate a firmware set
2930
* [mctl version](mctl_version.md) - Print mctl version
3031

docs/mctl_validate-firmware.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
[Auto generated by spf13/cobra]: <>
2+
3+
## mctl validate-firmware
4+
5+
validate a firmware set
6+
7+
```
8+
mctl validate-firmware -s SERVER --set-id SETID [flags]
9+
```
10+
11+
### Options
12+
13+
```
14+
-h, --help help for validate-firmware
15+
-o, --output outputType {json|text} (default json)
16+
-s, --server string [required] ID of the server
17+
--set-id string [required] ID of the firmware set
18+
```
19+
20+
### Options inherited from parent commands
21+
22+
```
23+
-c, --config string config file (default is $XDG_CONFIG_HOME/mctl/config.yml)
24+
--reauth re-authenticate with oauth services
25+
```
26+
27+
### SEE ALSO
28+
29+
* [mctl](mctl.md) - mctl is a CLI utility to interact with metal toolbox services
30+

0 commit comments

Comments
 (0)