-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Package logcli as rpm and deb. (#4667)
* Package logcli as rpm, deb and apk. * Package logcli on release builds.
- Loading branch information
Showing
3 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: "logcli" | ||
arch: "amd64" | ||
platform: "linux" | ||
version: ${CIRCLE_TAG} | ||
section: "default" | ||
provides: | ||
- logcli | ||
maintainer: "Grafana Labs <support@grafana.com>" | ||
description: | | ||
LogCLI is the command-line interface to Loki. | ||
It facilitates running LogQL queries against a Loki instance. | ||
vendor: "Grafana Labs Inc" | ||
homepage: "https://grafana.com/loki" | ||
license: "AGPL-3.0" | ||
contents: | ||
- src: ./dist/logcli-linux-amd64 | ||
dst: /usr/local/bin/logcli |