From 43942871a9d1515b6ed261e5093001850c2232be Mon Sep 17 00:00:00 2001 From: TerryHowe Date: Sun, 19 Jul 2015 12:15:04 -0600 Subject: Add configuration show command 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 --- doc/source/command-objects/configuration.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/source/command-objects/configuration.rst (limited to 'doc/source/command-objects') diff --git a/doc/source/command-objects/configuration.rst b/doc/source/command-objects/configuration.rst new file mode 100644 index 00000000..0ee8bd63 --- /dev/null +++ b/doc/source/command-objects/configuration.rst @@ -0,0 +1,18 @@ +============= +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 -- cgit v1.2.1