snippetbashTip
openstack help — Display help information about the openstackclient cli. More information: <https://docs.openstack.or
Viewed 0 times
thecommandopenstack helpcliinformationhelpaboutdisplay
Problem
How to use the
openstack help command: Display help information about the openstackclient cli. More information: <https://docs.openstack.org/python-openstackclient/latest/cli/man/openstack.html>.Solution
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 --helpDisplay help:
openstack --helpCode Snippets
Display a description of a particular command
openstack help {{command_name}}Get help for Identity v3
openstack --os-identity-api-version 3 --helpDisplay help
openstack --helpContext
tldr-pages: common/openstack help
Revisions (0)
No revisions yet.