Skip to content

Commit

Permalink
fix: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yorodm committed Aug 18, 2020
1 parent a829b47 commit 671445b
Showing 1 changed file with 14 additions and 19 deletions.
33 changes: 14 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,18 @@ in a way similar to `tail -f`.
To install just download the binaries from the release page or clone this repo and build it yourself.

```sh
awstail 0.5.1
Like tail but for Amazon

USAGE:
awstail.exe [FLAGS] [OPTIONS]

FLAGS:
-h, --help Prints help information
-l, --list
-V, --versionPrints version information

OPTIONS:
-f, --filter <filter>
-g, --group <group>
-p, --profile <profile> [default: default]
-r, --region <region> [default: us-east-1]
-s, --since <since> [default: 5min]
-t, --timeout <timeout> [default: 30s]
-w, --watch <watch> [default: 30s]
Usage: target\debug\awstail.exe [OPTIONS]

awstail: Tail log streams from AWS Cloudwatch logs


Optional arguments:
-h, --help show this message
-v, --verbose VERBOSE be verbose
-r, --region REGION region
-p, --profile PROFILE profile

Available commands:
list List existing groups
logs Fetch logs from groups
```

0 comments on commit 671445b

Please sign in to comment.