Skip to content

Commit be3d096

Browse files
author
Brian Celenza
committed
Readme updates, release 1.2.0
1 parent d19a9de commit be3d096

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Querying between 2021-10-30T18:12:46.491Z and 2021-10-30T19:12:46.491Z
3434
"2021-10-30 18:15:00.000","229"
3535
```
3636

37-
The default output of the command is a CSV representation of the query results for the last hour, which you can save to a file or pipe to other commands for further processing. `cwq` also supports other output formats and time ranges (see [Time Ranges](#time-ranges) and [Formats](#formats)).
37+
The default output of the command is a CSV representation of the query results for the last hour, which you can save to a file or pipe to other commands for further processing. `cwq` also supports other [output formats](#formats) and [time ranges](#tiem-ranges).
3838

3939
The CLI respects any AWS environment variables provided, so you can use it across accounts and regions:
4040

@@ -137,7 +137,7 @@ Querying between 2021-10-30T18:12:46.491Z and 2021-10-30T19:12:46.491Z
137137
Sometimes you only want the log message from the returned data. You can get that by just passing `-m` or `--message-only`:
138138

139139
```bash
140-
$ cwq --message-only --logGroup MyLogGroup 'filter @message like /ERROR'
140+
$ cwq --message-only --logGroup MyLogGroup 'filter @message like /ERROR/'
141141

142142
2021-10-30T04:23:25.477Z 5bc694d8-b2e6-4147-9bba-6488c6854bb0 ERROR Something broke
143143
2021-10-30T04:19:25.098Z 5bc694d8-b2e6-4147-9bba-6488c6854bb0 ERROR Something else broke

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cwq",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "A CLI for CloudWatch Logs Insights",
55
"author": "Brian Celenza",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)