README.md in aws_pocketknife-0.1.11 vs README.md in aws_pocketknife-0.1.12
- old
+ new
@@ -1,6 +1,6 @@
-
+
[](https://badge.fury.io/rb/aws_pocketknife)
# Aws Pocketknife
## Why?
@@ -31,11 +31,11 @@
$ bundle
Or install it yourself as:
```
-git clone https://github.com/MYOB-Technology/aws_pocketknife.git
+git clone https://github.com/gustavosoares/aws_pocketknife.git
bundle install
rake install
```
## Usage
@@ -110,15 +110,25 @@
pocketknife route53 list # list hosted zones
pocketknife route53 list_records HOSTED_ZONE # list records for hosted zone
pocketknife route53 update_record HOSTED_ZONE ORIGIN_DNS_NAME DESTINY_RECORD_NAME DESTINY_HOSTED_ZONE RECORD_TYPE (default to A) # Update a dns record from an existing dns entry.
```
+### ECS
+
+```
+Commands:
+ pocketknife ecs help [COMMAND] # Describe subcommands or one specific subcommand
+ pocketknife ecs list_clusters # list clustes
+ pocketknife ecs list_instances for CLUSTER_NAME # list instances for a given cluster
+ pocketknife ecs list_services CLUSTER_NAME # list services for a given cluster
+```
+
## Development
## Contributing
-Bug reports and pull requests are welcome on GitHub at https://github.com/MYOB-Technology/aws_pocketknife. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
+This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
* Fork it
* Make you changes
* Submit a pull request