b733ecf3dd
Add missing 'command' and 'configuration' object into command object list, add command, module, host commands describe in command-objects, and add 'mask' and 'unmask' options in configuration command details, fix some format issues by the way. Change-Id: Iea80c7b1e413e02e49b9090b9d3cb9c59aab4c38
28 lines
588 B
ReStructuredText
28 lines
588 B
ReStructuredText
=============
|
|
configuration
|
|
=============
|
|
|
|
Available for all services
|
|
|
|
configuration show
|
|
------------------
|
|
|
|
Show the current openstack client configuration. This command is a little
|
|
different from other show commands because it does not take a resource name
|
|
or id to show. The command line options, such as --os-cloud, can be used to
|
|
show different configurations.
|
|
|
|
.. program:: configuration show
|
|
.. code:: bash
|
|
|
|
os configuration show
|
|
[--mask | --unmask]
|
|
|
|
.. option:: --mask
|
|
|
|
Attempt to mask passwords (default)
|
|
|
|
.. option:: --unmask
|
|
|
|
Show password in clear text
|