mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
471 B
Plaintext
22 lines
471 B
Plaintext
---
|
|
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`
|