block by drnic 5372709

Using bundler to install bosh_cli & deployer

$ bundle install
Fetching gem metadata from https://rubygems.org/.........
Fetching gem metadata from https://rubygems.org/..
Resolving dependencies...
Using httpclient (2.2.4) 
Using yajl-ruby (1.1.0) 
Installing agent_client (0.1.1) 
Installing builder (3.2.0) 
Using mime-types (1.22) 
Using xml-simple (1.1.2) 
Using aws-s3 (0.6.3) 
Using multi_json (1.1.0) 
Installing multi_xml (0.5.3) 
Installing httparty (0.10.2) 
Using json (1.7.7) 
Installing nokogiri (1.5.9) 
Using uuidtools (2.1.3) 
Installing aws-sdk (1.6.9) 
Using bosh_common (0.5.4) 
Using log4r (1.1.10) 
Using ruby-hmac (0.4.0) 
Using ruby-atmos-pure (1.0.5) 
Using blobstore_client (0.4.0) 
Installing bosh_cpi (0.5.1) 
Installing bosh_aws_cpi (0.7.0) 
Installing sequel (3.46.0) 
Using rack (1.5.2) 
Using rack-protection (1.5.0) 
Using tilt (1.3.7) 
Installing sinatra (1.4.2) 
Using daemons (1.1.9) 
Using eventmachine (1.0.3) 
Using thin (1.5.1) 
Installing bosh_aws_registry (0.2.3) 
Using highline (1.6.16) 
Using json_pure (1.6.8) 
Using net-ssh (2.2.2) 
Using net-scp (1.0.4) 
Using net-ssh-gateway (1.1.0) 
Using netaddr (1.5.0) 
Using progressbar (0.9.2) 
Using terminal-table (1.4.5) 
Using bosh_cli (1.0.3) 
Using excon (0.20.1) 
Using formatador (0.2.4) 
Using fog (1.9.0) 
Installing bosh_openstack_cpi (0.0.7) 
Installing bosh_openstack_registry (0.0.5) 
Using rest-client (1.6.7) 
Installing ruby_vcloud_sdk (0.4.8) 
Installing bosh_vcloud_cpi (0.4.9) 
Using membrane (0.0.2) 
Installing ruby_vim_sdk (0.0.3) 
Installing bosh_vsphere_cpi (0.6.0) 
Using sqlite3 (1.3.7) 
Installing bosh_deployer (1.4.1) 
Using bundler (1.3.4) 

And then:

$ bundle exec bosh micro
bosh micro sub-commands:

micro 
    show micro bosh sub-commands 

micro deployment [<name>] 
    Choose micro deployment to work with, or display current deployment 

micro status 
    Display micro BOSH deployment status 

micro deploy [<stemcell>] [--update] 
    Deploy a micro BOSH instance to the currently selected deployment 
    --update update existing instance 

micro delete 
    Delete micro BOSH instance (including persistent disk) 

micro deployments 
    Show the list of deployments 

micro agent <args> 
    Send agent messages 

micro apply <spec> 
    Apply spec 

Gemfile