Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerBrock committed May 30, 2018
1 parent 9bd6315 commit 823f6be
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,40 @@ saw

`saw` is a command line tool for shredding Amazon CloudWatch logs.

Installation
------------

### Mac OS X (homebrew)

```sh
brew tap TylerBrock/saw
brew install saw
```

Usage
-----

- Basic
```sh
# Get list of log groups
saw groups

# Get list of streams for production log group
saw streams production
```

- Watch
```sh
# Watch production log group
saw watch production
# Watch production log group streams for api
saw watch production --prefix api
# Watch production log group streams for api and filter for "error"
saw watch production --prefix api --filter error
```

Features
--------

Expand Down

0 comments on commit 823f6be

Please sign in to comment.