v0.3.0
Changes
- [FEATURE] Added loki backend support for the rules commands, configurable with
--backend=loki(defaults to cortex). - [FEATURE] Introduces a new
versioncommand. The command will also let you know if there's a new version available.
Installation
cortextool
# download the binary (adapt os and arch as needed)
$ curl -fSL -o "/usr/local/bin/cortextool" "https://github.com/grafana/cortex-tools/releases/download/v0.3.0/cortextool_0.3.0_linux_x86_64"
# make it executable
$ chmod a+x "/usr/local/bin/cortextool"
# have fun :)
$ cortextool --help
Docker images
docker pull grafana/cortex-tools:latestdocker pull grafana/cortex-tools:v0.3.0