From 487236affba0ad9b04431fbb93d654bb9bc51645 Mon Sep 17 00:00:00 2001 From: Kyle Jackson <58360154+wizedkyle@users.noreply.github.com> Date: Wed, 7 Apr 2021 22:00:50 +1000 Subject: [PATCH] v0.3.0 Release (#49) * Adds full collectors API coverage * Adds support for live-tail using sumocli live-tail start --filter "sourceCategory=example" * Changes existing commands to output JSON and no longer provide an --output ability --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4858fa6..3cf0339 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The repo is using Go modules so you can run go build: ## Documentation -Detailed documentaion for each command can be found here: https://sumocli.gitbook.io/ +Documentation for each command can be found by using `sumocli --help` ## Contributing