diff --git a/BUILD.md b/BUILD.md new file mode 100644 index 0000000..664734a --- /dev/null +++ b/BUILD.md @@ -0,0 +1,5 @@ +# Build steps + +``` +go install -ldflags "-X main.version=XXX" github.com/mmcquillan/lawsg +``` diff --git a/README.md b/README.md index 3822fc4..5af6338 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # lawsg - The AWS Cloudwatch Logs Viewer -Why another cloudwatch CLI? +### Why another cloudwatch CLI? - Advanced formatting to help you find what you need - Highlight keywords in Green, Yellow or Red to capture your attention - Display preferences via command line flags, env variables or a config file - Help for when you can't quite remember the group name -Get Started: +### Get Started 1. Install on Mac via brew: `brew install mmcquillan/tools/lawsg` 2. Alternatively compile via go: `go get github.com/mmcquillan/lawsg` 3. Ensure you set your AWS Environment Variables: @@ -18,6 +18,15 @@ Get Started: 5. Enjoy all your wonderful logs! -How to Use: +### How to Use [Detailed Help](HELP.md) + +### Releases + +v0.1.1 +- Added the multi-line formatting option to handle multiple log entries per Event Message +- Fixed a help issue + +v0.1.0 +- Initial release