diff options
Diffstat (limited to 'doc/source/cli/command-objects/configuration.rst')
| -rw-r--r-- | doc/source/cli/command-objects/configuration.rst | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/source/cli/command-objects/configuration.rst b/doc/source/cli/command-objects/configuration.rst new file mode 100644 index 00000000..6e704d2d --- /dev/null +++ b/doc/source/cli/command-objects/configuration.rst @@ -0,0 +1,29 @@ +============= +configuration +============= + +Available for all services + +.. _configuration-show: + +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 + + openstack configuration show + [--mask | --unmask] + +.. option:: --mask + + Attempt to mask passwords (default) + +.. option:: --unmask + + Show password in clear text |
