mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-09 23:46:38 +00:00
Update cheatsheets
This commit is contained in:
21
tldr/openstack-help
Normal file
21
tldr/openstack-help
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# openstack help
|
||||
|
||||
> Display help information about the openstackclient cli.
|
||||
> More information: <https://docs.openstack.org/python-openstackclient/latest/cli/man/openstack.html>.
|
||||
|
||||
- Display a description of a particular command:
|
||||
|
||||
`openstack help {{command_name}}`
|
||||
|
||||
- Get help for Identity v3:
|
||||
|
||||
`openstack --os-identity-api-version 3 --help`
|
||||
|
||||
- Display help:
|
||||
|
||||
`openstack --help`
|
||||
Reference in New Issue
Block a user