Skip to content

Commit

Permalink
add usage details.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhadfield committed Feb 7, 2019
1 parent 7226080 commit 4791a5e
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,27 @@ $ install <aws-ips binary> /usr/local/bin/aws-ips
An installer is planned, but for now...
Download the binary 'aws-ips_windows_amd64.exe' and rename to aws-ips.exe

### commands and options:
### example usage

#### help
``
$ aws-ips --help
aws-ips --help
``

#### filtering by service and region

``
aws-ips --service s3 --region eu-west-1
``

#### reverse lookup by IP

``
aws-ips --ip 54.208.0.0
``

#### AWS service relating to a domain name

``
aws-ips --name www.netflix.com
``

0 comments on commit 4791a5e

Please sign in to comment.