diff --git a/docs/mctl_create_firmware-set.md b/docs/mctl_create_firmware-set.md index 76e06d00..b1c73a30 100644 --- a/docs/mctl_create_firmware-set.md +++ b/docs/mctl_create_firmware-set.md @@ -11,10 +11,10 @@ mctl create firmware-set [flags] ### Options ``` - --firmware-uuids string comma separated list of UUIDs of firmware to be included in the set to be created - -h, --help help for firmware-set - --labels stringToString Labels to assign to the firmware set - 'vendor=foo,model=bar' (default []) - --name string A name for the firmware set + --firmware-uuids strings comma separated list of UUIDs of firmware to be included in the set to be created + -h, --help help for firmware-set + --labels stringToString Labels to assign to the firmware set - 'vendor=foo,model=bar' (default []) + --name string A name for the firmware set ``` ### Options inherited from parent commands diff --git a/docs/mctl_create_firmware.md b/docs/mctl_create_firmware.md index 87c3b6c6..8ffa2f95 100644 --- a/docs/mctl_create_firmware.md +++ b/docs/mctl_create_firmware.md @@ -11,7 +11,7 @@ mctl create firmware [flags] ### Options ``` - --from-file string YAML file with firmware configuration data + --from-file string JSON file with firmware configuration data -h, --help help for firmware ``` diff --git a/docs/mctl_edit_firmware-set.md b/docs/mctl_edit_firmware-set.md index 1e411bee..24af41b5 100644 --- a/docs/mctl_edit_firmware-set.md +++ b/docs/mctl_edit_firmware-set.md @@ -11,11 +11,12 @@ mctl edit firmware-set [flags] ### Options ``` - -h, --help help for firmware-set - --labels stringToString Labels to assign to the firmware set - 'vendor=foo,model=bar' (default []) - --name string Update name for the firmware set - --remove-firmware-uuids string UUIDs of firmware to be removed from the set - --uuid string UUID of firmware set to be edited + --add-firmware-uuids strings UUIDs of firmware to be added to the set + -h, --help help for firmware-set + --labels stringToString Labels to assign to the firmware set - 'vendor=foo,model=bar' (default []) + --name string Update name for the firmware set + --remove-firmware-uuids strings UUIDs of firmware to be removed from the set + --uuid string UUID of firmware set to be edited ``` ### Options inherited from parent commands diff --git a/docs/mctl_list_firmware-set.md b/docs/mctl_list_firmware-set.md index bbc61962..493e7774 100644 --- a/docs/mctl_list_firmware-set.md +++ b/docs/mctl_list_firmware-set.md @@ -11,6 +11,7 @@ mctl list firmware-set [flags] ### Options ``` + --all show all firmware sets. By default results are filtered on having labels for vendor, model and latest=true -h, --help help for firmware-set --model string filter by server model --vendor string filter by server vendor