File tree 2 files changed +31
-0
lines changed
2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -26,5 +26,6 @@ mctl is a CLI utility to interact with metal toolbox services
26
26
* [ mctl install] ( mctl_install.md ) - Install actions
27
27
* [ mctl list] ( mctl_list.md ) - List resources
28
28
* [ 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
29
30
* [ mctl version] ( mctl_version.md ) - Print mctl version
30
31
Original file line number Diff line number Diff line change
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
+
You can’t perform that action at this time.
0 commit comments