Skip to content

Commit

Permalink
re-gen docs
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomatsubara committed Aug 16, 2023
1 parent 40fcea3 commit 90fd03b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
8 changes: 4 additions & 4 deletions docs/mctl_create_firmware-set.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/mctl_create_firmware.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
11 changes: 6 additions & 5 deletions docs/mctl_edit_firmware-set.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/mctl_list_firmware-set.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 90fd03b

Please sign in to comment.