From 8f7ecf68b943c83a58fd7300eff832ff176fe547 Mon Sep 17 00:00:00 2001 From: Peter Stachowski Date: Tue, 15 Mar 2016 00:58:06 +0000 Subject: [PATCH] Update README.rst with lastest usage With the Mitaka troveclient release imminent, it makes sense to have the usage that appears on the pypi page up-to-date. Change-Id: I05870807e51be669ae61b5526af4325c385c04da --- README.rst | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 36a1dda0..13777f95 100644 --- a/README.rst +++ b/README.rst @@ -117,6 +117,8 @@ You'll find complete documentation on the shell by running cluster-grow Adds more instances to a cluster. cluster-instances Lists all instances of a cluster. cluster-list Lists all the clusters. + cluster-modules Lists all modules for each instance of a + cluster. cluster-show Shows details of a cluster. cluster-shrink Drops instances from a cluster. configuration-attach Attaches a configuration group to an @@ -174,6 +176,20 @@ You'll find complete documentation on the shell by running metadata-show Shows metadata entry for key and instance . metadata-update Updates metadata, this is destructive. + module-apply Apply modules to an instance. + module-create Create a module. + module-delete Delete a module. + module-instances Lists the instances that have a particular + module applied. + module-list Lists the modules available. + module-list-instance Lists the modules that have been applied to + an instance. + module-query Query the status of the modules on an + instance. + module-remove Remove a module from an instance. + module-retrieve Retrieve module contents from an instance. + module-show Shows details of a module. + module-update Update a module. promote-to-replica-source Promotes a replica to be the new replica source of its set. resize-instance Resizes an instance with a new flavor. @@ -217,7 +233,7 @@ You'll find complete documentation on the shell by running env[TROVE_DATABASE_SERVICE_NAME]. --endpoint-type Defaults to env[TROVE_ENDPOINT_TYPE] or - publicURL. + env[OS_ENDPOINT_TYPE] or publicURL. --os-database-api-version Accepts 1, defaults to env[OS_DATABASE_API_VERSION].