mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-05 03:24:49 +00:00
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:
parent
a567da71ff
commit
b1df00665d
31
bucket/logcli.json
Normal file
31
bucket/logcli.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user