Skip to content

Commit

Permalink
docs: add generated docs
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Privitere <[email protected]>
  • Loading branch information
cprivitere committed Jan 30, 2024
1 parent 02b2cf4 commit 51f9c27
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/metal_loadbalancer-beta.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Information and management for LoadBalancers is on https://deploy.equinix.com/de
### Options inherited from parent commands

```
--config string Path to JSON or YAML configuration file
--config string Path to JSON or YAML configuration file (METAL_CONFIG)
--exclude strings Comma separated Href references to collapse in results, may be dotted three levels deep
--filter stringArray Filter 'get' actions with name value pairs. Filter is not supported by all resources and is implemented as request query parameters.
--http-header strings Headers to add to requests (in format key=value)
Expand Down
2 changes: 1 addition & 1 deletion docs/metal_loadbalancer-beta_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ metal loadbalancer-beta create -n <loadbalancer_name> -l <location_id_or_metro>
### Options inherited from parent commands

```
--config string Path to JSON or YAML configuration file
--config string Path to JSON or YAML configuration file (METAL_CONFIG)
--exclude strings Comma separated Href references to collapse in results, may be dotted three levels deep
--filter stringArray Filter 'get' actions with name value pairs. Filter is not supported by all resources and is implemented as request query parameters.
--http-header strings Headers to add to requests (in format key=value)
Expand Down
2 changes: 1 addition & 1 deletion docs/metal_loadbalancer-beta_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ metal loadbalancer-beta delete --id <loadbalancer_UUID> [--force] [flags]
### Options inherited from parent commands

```
--config string Path to JSON or YAML configuration file
--config string Path to JSON or YAML configuration file (METAL_CONFIG)
--exclude strings Comma separated Href references to collapse in results, may be dotted three levels deep
--filter stringArray Filter 'get' actions with name value pairs. Filter is not supported by all resources and is implemented as request query parameters.
--http-header strings Headers to add to requests (in format key=value)
Expand Down
2 changes: 1 addition & 1 deletion docs/metal_loadbalancer-beta_get.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ metal loadbalancer-beta get [-i <loadbalancer_UUID> | -n <loadbalancer_name>] [f
### Options inherited from parent commands

```
--config string Path to JSON or YAML configuration file
--config string Path to JSON or YAML configuration file (METAL_CONFIG)
--exclude strings Comma separated Href references to collapse in results, may be dotted three levels deep
--filter stringArray Filter 'get' actions with name value pairs. Filter is not supported by all resources and is implemented as request query parameters.
--http-header strings Headers to add to requests (in format key=value)
Expand Down

0 comments on commit 51f9c27

Please sign in to comment.