1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 21:22:06 +02:00
tldr/pages/common/openstack-help.md
dwalex 004ea96001
openstack-{help, image, server, volume}: add page (#15843)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
2025-03-26 02:33:23 +02:00

16 lines
378 B
Markdown

# 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`