README.markdown in mulder-0.0.2 vs README.markdown in mulder-0.0.3

- old
+ new

@@ -1,9 +1,11 @@ # Mulder A deploy-time helper for your AWS AutoScaling groups, and servers. Discover the IP addresses of your instances by AutoScalingGroup. +[![Build Status](https://travis-ci.org/shopkeep/mulder.png?branch=master)](https://travis-ci.org/shopkeep/mulder) + ## Installation Add this line to your application's Gemfile: gem 'mulder' @@ -15,9 +17,31 @@ Or install it yourself as: $ gem install mulder ## Usage + +### CLI + +To see the web servers for an app, and environment: + + mulder search banana_sandwich production WebServerGroup + +Example output: + + [ + { + :id => "i-ididid", + :dns_name => "web.prod.example.com", + :public_ip_address => "1.0.1.0", + :private_ip_address => "0.1.0.1", + :created_at => 2013-08-08 18:21:05 UTC + } + ] + +To change the configration file: + + mulder search banana_sandwich production WebServerGroup human foo.yml ### Capistrano At the top of your `deploy.rb` file, add: