Merge "[cli-ref] Update python-barbicanclient to 4.3.0"

This commit is contained in:
Jenkins 2017-06-17 16:50:16 +00:00 committed by Gerrit Code Review
commit e065b5a937
1 changed files with 10 additions and 24 deletions

View File

@ -23,7 +23,7 @@ Key Manager service (barbican) command-line client
The barbican client is the command-line interface (CLI) for The barbican client is the command-line interface (CLI) for
the Key Manager service (barbican) API and its extensions. the Key Manager service (barbican) API and its extensions.
This chapter documents :command:`barbican` version ``4.2.0``. This chapter documents :command:`barbican` version ``4.3.0``.
For help on a specific :command:`barbican` command, enter: For help on a specific :command:`barbican` command, enter:
@ -351,7 +351,7 @@ barbican ca list
[--quote {all,minimal,none,nonnumeric}] [--quote {all,minimal,none,nonnumeric}]
[--limit LIMIT] [--offset OFFSET] [--name NAME] [--limit LIMIT] [--offset OFFSET] [--name NAME]
List cas. List CAs.
**Optional arguments:** **Optional arguments:**
@ -531,34 +531,20 @@ Retrieve a secret by providing its URI.
``--decrypt, -d`` ``--decrypt, -d``
if specified, retrieve the unencrypted secret data; if specified, retrieve the unencrypted secret data;
the data type can be specified with --payload-content-type. the data type can be specified with
--payload_content_type.
``--payload, -p`` ``--payload, -p``
if specified, retrieve the unencrypted secret data; if specified, retrieve the unencrypted secret data;
the the data type can be specified with
data --payload_content_type. If the user wishes to only
type retrieve the value of the payload they must add "-f
can value" to format returning only the value of the
be payload
specified
with
--payload-content-type.
If
the
user
wishes
to
only
retrieve
the
value
of
the payload they must add "-f value" to format
returning only the value of the payload
``--payload_content_type PAYLOAD_CONTENT_TYPE, -t PAYLOAD_CONTENT_TYPE`` ``--payload_content_type PAYLOAD_CONTENT_TYPE, -t PAYLOAD_CONTENT_TYPE``
the content type of the decrypted secret (default: the content type of the decrypted secret (default:
text/plain. text/plain).
.. _barbican_secret_list: .. _barbican_secret_list: