From 671445b600d1b3b83654da6f12a75e643388716b Mon Sep 17 00:00:00 2001 From: Yoandy Rodriguez Date: Tue, 18 Aug 2020 16:43:21 -0400 Subject: [PATCH] fix: update readme --- README.md | 33 ++++++++++++++------------------- 1 file changed, 14 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index be0b6d2..8f48048 100644 --- a/README.md +++ b/README.md @@ -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 --g, --group --p, --profile [default: default] --r, --region [default: us-east-1] --s, --since [default: 5min] --t, --timeout [default: 30s] --w, --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 ```