-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add new help message to README.md
- Loading branch information
Showing
1 changed file
with
13 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,22 +8,23 @@ 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.4.0 | ||
Yoandy Rodriguez <[email protected]> | ||
like tail -f for AWS Cloudwatch | ||
awstail 0.5.0 | ||
Like tail but for Amazon | ||
|
||
USAGE: | ||
awstail.exe [FLAGS] [OPTIONS] -g <LOG_GROUP> -l | ||
awstail.exe [FLAGS] [OPTIONS] | ||
|
||
FLAGS: | ||
-h, --help Prints help information | ||
-l List existing log groups | ||
-V, --version Prints version information | ||
-h, --help Prints help information | ||
-l, --list | ||
-V, --versionPrints version information | ||
|
||
OPTIONS: | ||
-g <LOG_GROUP> Log group name | ||
-p <PROFILE> Profile if using other than 'default' | ||
-r <REGION> AWS region (defaults to us-east-1) | ||
-s <SINCE> Take logs since given time (defaults to 5 minutes) | ||
-w <WATCH> Keep watching for new logs every n seconds (defaults to 10) | ||
-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] | ||
``` |