-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make gen-docs for - mctl list component
- Loading branch information
Showing
2 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
[Auto generated by spf13/cobra]: <> | ||
|
||
## mctl list component | ||
|
||
List Components | ||
|
||
``` | ||
mctl list component [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for component | ||
--limit int limit results returned (default 10) | ||
--model string filter by one or more component models | ||
--page int limit results to page (for use with --limit) | ||
--records print record count found with pagination info and return | ||
--slug string filter by component slug (nic/drive/bmc/bios...) | ||
--vendor string filter by component vendor | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--config string config file (default is $XDG_CONFIG_HOME/mctl/config.yml) | ||
--output-json Output listing as JSON | ||
--reauth re-authenticate with oauth services | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [mctl list](mctl_list.md) - List resources | ||
|