Strongspace API and command-line utility
We’ve been working hard for the past couple weeks putting together a REST API for Strongspace and I’m going to write a series of posts this week documenting and showing how to use it. The easiest way to get going is to try out our [Gem](http://github.com/expandrive/strongspace-ruby) which includes a command-line utility named ‘strongspace’. To install the gem fire up a terminal and type
`gem install strongspace`
This installs the Strongspace library and makes accessible a `strongspace` command that you can call
`$ strongspace help` prints a list of available commands
=== General Commands
help # show this usage
version # show the gem version
keys # show your user’s public keys
keys:add [
keys:remove
keys:clear # remove all keys
spaces # show your user’s spaces
spaces:create
spaces:destroy
spaces:snapshots
spaces:create_snapshot
spaces:destroy_snapshot
Much more coming soon, stay tuned.