43942871a9
Create a `configuration show` command that displays the current configuration of the CLI. Different configurations can be displayed using options such as --os-cloud. Passwords and tokens are redacted by default unless the --unmask option is specified. Closes-Bug: #1476729 Change-Id: I0792365d0c5fa526cd09c0ed88c6bb1e2cb813a7
19 lines
444 B
ReStructuredText
19 lines
444 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
|