Skip to content

yet another Riak cli in Erlang/OTP, do things you can't do with curl

License

Notifications You must be signed in to change notification settings

kuenishi/riak_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

riak_cli

yet another Riak cli in Erlang/OTP

compile

$ ./rebar compile escriptize

drop a whole bucket

$ ./riak_cli -n localhost -p 8087 -c drop -t yourbucketype -b yourbucket

list the buckets under a bucket type

$ ./riak_cli -n localhost -p 8087 -c listbuckets -t yourbucketype

list all keys under a bucket

$ ./riak_cli -n localhost -p 8087 -c listkeys -t yourbucketype -b yourbucket

About

yet another Riak cli in Erlang/OTP, do things you can't do with curl

Resources

License

Stars

Watchers

Forks

Packages

No packages published