Skip to content

v0.1.2 / 2019-12-18

Choose a tag to compare

@jtlisi jtlisi released this 18 Dec 17:03
· 101 commits to master since this release

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