From b1321605df3be069ecc6494a59b0fb2f654d2027 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CFernando?= Date: Tue, 10 Nov 2015 12:36:25 -0600 Subject: [PATCH] Update Readme to include new/updated CLI commands Updates the readme.rst file to include new commands as well as some name changes. Change-Id: I59ffb87ed78439a37a6c47813f3eb0a184b00ae4 --- README.rst | 42 ++++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/README.rst b/README.rst index 5bf0a59e..c2e5a2d9 100644 --- a/README.rst +++ b/README.rst @@ -162,26 +162,28 @@ usage options See "barbican help COMMAND" for help on a specific command. Commands: - acl get Retrieve ACLs for a secret or container by providing its href. - acl delete Delete ACLs for a secret or container as identified by its href. - acl submit Submit ACL on a secret or container as identified by its href. - acl user add Add ACL users to a secret or container as identified by its href. - acl user remove Remove ACL users from a secret or container as identified by its href. - complete print bash completion command - container create Store a container in Barbican. - container delete Delete a container by providing its href. - container get Retrieve a container by providing its URI. - container list List containers. - help print detailed help for another command - order create Create a new order. - order delete Delete an order by providing its href. - order get Retrieve an order by providing its URI. - order list List orders. - secret delete Delete an secret by providing its href. - secret get Retrieve a secret by providing its URI. - secret list List secrets. - secret store Store a secret in Barbican - secret update Update a secret with no payload in Barbican. + acl get Retrieve ACLs for a secret or container by providing its href. + acl delete Delete ACLs for a secret or container as identified by its href. + acl submit Submit ACL on a secret or container as identified by its href. + acl user add Add ACL users to a secret or container as identified by its href. + acl user remove Remove ACL users from a secret or container as identified by its href. + ca get Retrieve a CA by providing its URI. + ca list List cas. + complete print bash completion command + secret container create Store a container in Barbican. + secret container delete Delete a container by providing its href. + secret container get Retrieve a container by providing its URI. + secret container list List containers. + help print detailed help for another command + secret order create Create a new order. + secret order delete Delete an order by providing its href. + secret order get Retrieve an order by providing its URI. + secret order list List orders. + secret delete Delete an secret by providing its href. + secret get Retrieve a secret by providing its URI. + secret list List secrets. + secret store Store a secret in Barbican + secret update Update a secret with no payload in Barbican. * License: Apache License, Version 2.0 * Documentation: http://docs.openstack.org/developer/python-barbicanclient