Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-27 00:18:38 +00:00
parent 5871f35fe8
commit 9fe6559a97
123 changed files with 660 additions and 357 deletions

21
tldr/openstack-help Normal file
View 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`