Skip to content
31 changes: 31 additions & 0 deletions bucket/logcli.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"version": "3.6.0",
"description": "LogCLI is the command-line interface for Grafana Loki",
"homepage": "https://github.com/grafana/loki",
"license": "AGPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/grafana/loki/releases/download/v3.6.0/logcli-windows-amd64.exe.zip",
"hash": "eb9922a3964d3509113644fc94983368cb177c886f85ffe88910da6542dc8920"
}
},
"bin": [
[
"logcli-windows-amd64.exe",
"logcli"
]
],
"checkver": {
"github": "https://github.com/grafana/loki"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/grafana/loki/releases/download/v$version/logcli-windows-amd64.exe.zip"
}
},
"hash": {
"url": "https://github.com/grafana/loki/releases/download/v$version/SHA256SUMS"
}
}
}