Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcburns committed Feb 7, 2025
1 parent 7dee47b commit 49285ad
Show file tree
Hide file tree
Showing 6 changed files with 87 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/mctl_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ mctl create [flags]
### SEE ALSO

* [mctl](mctl.md) - mctl is a CLI utility to interact with metal toolbox services
* [mctl create bios-config-set](mctl_create_bios-config-set.md) - Create a bios config set
* [mctl create bom](mctl_create_bom.md) - Upload Bom File
* [mctl create firmware](mctl_create_firmware.md) - Create firmware
* [mctl create firmware-set](mctl_create_firmware-set.md) - Create a firmware set
Expand Down
28 changes: 28 additions & 0 deletions docs/mctl_create_bios-config-set.md
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

1 change: 1 addition & 0 deletions docs/mctl_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ mctl delete [flags]
### SEE ALSO

* [mctl](mctl.md) - mctl is a CLI utility to interact with metal toolbox services
* [mctl delete bios-config-set](mctl_delete_bios-config-set.md) - Delete a bios config set
* [mctl delete firmware](mctl_delete_firmware.md) - Delete a firmware object
* [mctl delete firmware-set](mctl_delete_firmware-set.md) - Delete a firmware set
* [mctl delete server](mctl_delete_server.md) - Delete server from fleetDB
Expand Down
28 changes: 28 additions & 0 deletions docs/mctl_delete_bios-config-set.md
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

1 change: 1 addition & 0 deletions docs/mctl_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ mctl list [flags]
### SEE ALSO

* [mctl](mctl.md) - mctl is a CLI utility to interact with metal toolbox services
* [mctl list bios-config-set](mctl_list_bios-config-set.md) - List bios config
* [mctl list component](mctl_list_component.md) - List Components
* [mctl list firmware](mctl_list_firmware.md) - List firmware
* [mctl list firmware-set](mctl_list_firmware-set.md) - List firmware
Expand Down
28 changes: 28 additions & 0 deletions docs/mctl_list_bios-config-set.md
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

0 comments on commit 49285ad

Please sign in to comment.