Skip to content

Commit

Permalink
Updated readme with search commands
Browse files Browse the repository at this point in the history
  • Loading branch information
katta committed Jan 14, 2014
1 parent 3879c0a commit bb39480
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Usage:
riakcli get object [bucket-name] [key] -> Gets the object associated with a given key in a specified bucket
riakcli put object [bucket-name] [key] [object-json] -> Creates/Updates an object for a given key in a specified bucket
riakcli search by_index [bucket-name] [index-name] [index-value]
-> Searches given value by secondary index in a specified bucket
riakcli delete bucket [bucket-name] -> Deletes all objects in a specified bucket
riakcli delete object [bucket-name] [key] -> Deletes an object in a given bucket
Expand Down Expand Up @@ -57,6 +59,10 @@ Please note __~/.riakclirc__ is created by installation script automatically.
* Support for authentication enabled RIAK
* Support for updating objects with headers

### Latest release

`v0.2`


### License

Expand Down

0 comments on commit bb39480

Please # to comment.