logcli: add version 3.6.3 (#7386)

* add termshark 2.3.0, look details on https://github.com/ScoopInstaller/Extras/pull/5420

* logcli@3.6.0: add Grafana loki CLI utility

Signed-off-by: Slach <bloodjazman@gmail.com>

* Update bucket/logcli.json

Co-authored-by: Steve Hipwell <steve.hipwell@gmail.com>

* Update bucket/logcli.json

Co-authored-by: Steve Hipwell <steve.hipwell@gmail.com>

* logcli@3.6.3: add Grafana loki CLI utility

Signed-off-by: Slach <bloodjazman@gmail.com>

---------

Signed-off-by: Slach <bloodjazman@gmail.com>
Co-authored-by: Steve Hipwell <steve.hipwell@gmail.com>
This commit is contained in:
Eugene Klimov 2026-01-11 17:07:15 +05:00 committed by GitHub
parent a567da71ff
commit b1df00665d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

31
bucket/logcli.json Normal file
View File

@ -0,0 +1,31 @@
{
"version": "3.6.3",
"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.3/logcli-windows-amd64.exe.zip",
"hash": "63a4a5fa66275dff547792a04acec16954285089c9b1dc4caa1da484c49edae1"
}
},
"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"
}
}
}