Skip to content

Commit

Permalink
better README
Browse files Browse the repository at this point in the history
  • Loading branch information
lucagrulla committed Mar 1, 2017
1 parent 7280c19 commit 3d9758b
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,25 @@
# cw

A CLI tool to interact with AWS Cloudwatch.
A CLI tool for easier interaction with AWS Cloudwatch.

It provides commands for:

* tail a given log group/stream
* list of the available log groups


`cw` uses the default credentials profile(stored in .aws) to authenticate against AWS.

##TODOs:
** fix bug for long polling once events are finished(currently we print again a last chunk of alerts)
** add an optionl end date for time window
** allow more flexible startTime format(no seconds means 00, no minutes means 00:00)
** add coloured output
** add brew recipe
## Installation

On Mac:

* `brew tap lucagrulla/cw`
* `brew install cw`

## TODOs:

* fix bug for long polling once events are finished(currently we print again a last chunk of alerts)
* ~~add an optionl end date for time window~~
* allow more flexible startTime format(no seconds means 00, no minutes means 00:00)
* add coloured output
* ~~add brew recipe~~

0 comments on commit 3d9758b

Please sign in to comment.