README in right_chimp-1.0.7 vs README in right_chimp-1.0.8
- old
+ new
@@ -1,8 +1,8 @@
Chimp: a command-line tool for remote command execution using the RightScale platform
-The goal of the Chimp is to provide a simple command line utility for
+The goal of the Chimp is to provide a simple command line utility for
performing bulk operations on servers managed on the RightScale platform.
EXAMPLE USAGE
-------------
@@ -16,11 +16,11 @@
Run a shell command on servers with a specific tag:
chimp --tag="service:myservice=true" --ssh="uptime"
-Run a report:
+Run a report:
bin/chimp --tag="service:myservice=true" --report="nickname,ip-address,tag=myservice:version"
REPORTING
---------
@@ -37,17 +37,17 @@
server1-2.rightscale.com,192.168.0.2
server1-3.rightscale.com,192.168.0.3
server1-4.rightscale.com,192.168.0.4
Any field present on a rest_connection Server object can be queried. This
-includes:
+includes:
Field Example
----------------------------------- ----------------------------
aws-id i-12345
aws-platform Linux/Unix
- cloud_id
+ cloud_id
created_at
current_instance_href
deployment_href
dns-name ec2-50-17-195-218.compute-1.amazonaws.com
ec2-availability-zone us-east-1a
@@ -75,6 +75,6 @@
server1-3.rightscale.com,service:id=3
server1-4.rightscale.com,service:id=4
OBLIGATORY MAINTENANCE STRING
-----------------------------
-maintained by Red_Team
+Maintained by the RightScale Red_Team