summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorMichael Basnight <mbasnight@gmail.com>2013-06-17 23:34:27 -0700
committerMichael Basnight <mbasnight@gmail.com>2013-06-21 20:15:23 +0000
commit9916c8f2733b683d859770d05dacd2c9c82912d7 (patch)
tree084a0d53580cbbd34ed8f28de9302d6c78f7050d /README.rst
parentbc90b3e088d3d4b83b5b3de0f9f83d9b6956947d (diff)
downloadpython-troveclient-9916c8f2733b683d859770d05dacd2c9c82912d7.tar.gz
Rename from reddwarf to trove.0.1.3
Implements Blueprint reddwarf-trove-rename Change-Id: Ib2d694c7466887ca297bea4250eca17cdc06b7bf
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index 929143b..2be9bfb 100644
--- a/README.rst
+++ b/README.rst
@@ -1,9 +1,9 @@
-Python bindings to the Reddwarf API
+Python bindings to the Trove API
==================================================
-This is a client for the Reddwarf API. There's a Python API (the
-``reddwarfclient`` module), and a command-line script (``reddwarf``). Each
-implements 100% (or less ;) ) of the Reddwarf API.
+This is a client for the Trove API. There's a Python API (the
+``troveclient`` module), and a command-line script (``trove``). Each
+implements 100% (or less ;) ) of the Trove API.
Command-line API
----------------
@@ -13,7 +13,7 @@ tenant, and appropriate auth url.
.. code-block:: bash
- $ reddwarf-cli --username=jsmith --apikey=abcdefg --tenant=12345 --auth_url=http://reddwarf_auth:35357/v2.0/tokens auth login
+ $ trove-cli --username=jsmith --apikey=abcdefg --tenant=12345 --auth_url=http://trove_auth:35357/v2.0/tokens auth login
At this point you will be authenticated and given a token, which is stored
at ~/.apitoken. From there you can make other calls to the CLI.