Changes
- [CHANGE] Info log when a resource does not exist instead of exiting fatally
- [FEATURE] Windows build during Makefile cross compilation
- [BUGFIX] Fix env var
CORTEX_TENTANT_ID to CORTEX_TENANT_ID for rule commands
Installation
# download the binary (adapt os and arch as needed)
$ curl -fSL -o "/usr/local/bin/cortextool" "https://github.com/grafana/cortextool/releases/download/v0.1.2/cortextool-linux-amd64"
# make it executable
$ chmod a+x "/usr/local/bin/cortextool"
# have fun :)
$ cortextool --help