bundle install --path vendor/gems
./bin/cli create demo --title "Testing!" --description "My favorite link" --s3_bucket "www.example.org" --s3_id SAMPLE --s3_key SAMPLE
./bin/cli add demo --url http://example.org --description "Sample link"
./bin/cli build demo
./bin/cli publish demo
open public/demo/index.html