# download the binary (adapt os and arch as needed)
$ curl -fSL -o "cortextool" "https://github.com/grafana/cortex-tools/releases/download/v0.10.7/cortextool_0.10.7_linux_x86_64"
# make it executable
$ chmod a+x "cortextool"
# have fun :)
$ ./cortextool --help
# download the binary (adapt os and arch as needed)
$ curl -fSL -o "benchtool" "https://github.com/grafana/cortex-tools/releases/download/v0.10.7/benchtool_0.10.7_linux_x86_64"
# make it executable
$ chmod a+x "benchtool"
# have fun :)
$ ./benchtool --help