Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lucagrulla authored Jan 24, 2021
1 parent 6442964 commit d1c3327
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,10 @@ go get github.com/lucagrulla/cw

### Global flags

* `-p`, `--profile=profile-name` Override the AWS profile used for connection
* `-r`, `--region=aws-region` Override the target AWS region
* `-c`, `--no-color` Disable coloured output
* `--profile=profile-name` Override the AWS profile used for connection.
* `--region=aws-region` Override the target AWS region.
* `--no-color` Disable coloured output.
* `--endpooint` The target AWS endpoint url. By default cw will use the default aws endpoints.

### Commands

Expand All @@ -116,7 +117,7 @@ go get github.com/lucagrulla/cw
--help Show context-sensitive help (also try --help-long and --help-man).
--profile=PROFILE The target AWS profile. By default cw will use the default profile defined in the .aws/credentials file.
--region=REGION The target AWS region.. By default cw will use the default region defined in the .aws/credentials file.
--endpoint-url=ENDPOINT-URL The target AWS endpoint url. By default cw will use the default aws
--endpoint=ENDPOINT-URL The target AWS endpoint url. By default cw will use the default aws
endpoints.
-c, --no-color Disable coloured output.
--version Show application version.
Expand All @@ -136,9 +137,9 @@ go get github.com/lucagrulla/cw

Flags:
--help Show context-sensitive help (also try --help-long and --help-man).
-p, --profile=PROFILE The target AWS profile. By default cw will use the default profile defined in the .aws/credentials file.
-r, --region=REGION The target AWS region. By default cw will use the default region defined in the .aws/credentials file.
-c, --no-color Disable coloured output.
--profile=PROFILE The target AWS profile. By default cw will use the default profile defined in the .aws/credentials file.
--region=REGION The target AWS region. By default cw will use the default region defined in the .aws/credentials file.
--no-color Disable coloured output.
--version Show application version.
-f, --follow Don't stop when the end of streams is reached, but rather wait for additional data to be appended.
-t, --timestamp Print the event timestamp.
Expand Down

0 comments on commit d1c3327

Please sign in to comment.