Skip to content

Commit

Permalink
updates to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitch Anderson committed Jul 29, 2017
1 parent 29db64d commit a5c4c42
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Herd
# Herd

Because naming is hard.

Expand All @@ -10,10 +10,31 @@ projects. Since they both are incomplete to what I wanted
and I was looking for a project to learn Go. I wrote herd
as a way to do both.

=== Current Status
## Install/Build

Building should be simply

go build -o herd *.go

### Current Status

Currently ec2 searching works. I will start adding more
and more services as time goes on. I will try to stay
on top of keeping the code base clean. Pull requests
welcome.

### Using

Running it in is current form should be fairly simple.

./herd ec2 ls -f '*web*'

Will search EC2 instances by the name "*web*"

./herd --profile devacct ec2 list -f '*web*'

Utilizing multiple AWS profiles. This will preform the same
list but using the devacct AWS profile.



0 comments on commit a5c4c42

Please sign in to comment.