mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-28 22:34:41 +00:00
32 lines
984 B
JSON
32 lines
984 B
JSON
{
|
|
"version": "3.6.7",
|
|
"description": "Command-line tool for querying and exploring logs in Grafana Loki.",
|
|
"homepage": "https://grafana.com/docs/loki/latest/query/logcli/",
|
|
"license": "AGPL-3.0-only",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/grafana/loki/releases/download/v3.6.7/logcli-windows-amd64.exe.zip",
|
|
"hash": "0740c20875d50d4a6a140df9224a37482803e598fe1fc46c639efd708b8010dd"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|