Skip to content

Commit 53681de

Browse files
authored
Add ldcli package
1 parent 3fc3917 commit 53681de

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

ldcli.hcl

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
description = "The LaunchDarkly CLI helps you manage your feature flags from your terminal or your IDE"
2+
test = "ldcli --help"
3+
sha256-source = "https://github.com/launchdarkly/ldcli/releases/download/v${version}/ldcli_${version}_checksums.txt"
4+
source = "https://github.com/thnxdev/ldcli/releases/download/v${version}/ldcli_${version}_${os}_${arch}.tar.gz"
5+
binaries = ["ldcli"]
6+
7+
version "1.16.0" {
8+
auto-version {
9+
github-release = "launchdarkly/ldcli"
10+
}
11+
}
12+
13+
sha256sums = {
14+
"https://github.com/launchdarkly/ldcli/releases/download/v1.16.0/ldcli_1.16.0_darwin_arm64.tar.gz": "e0236a4ecb72603d5f54c8b22616db3fc55078e0874dd8309168621d520c5d71",
15+
"https://github.com/launchdarkly/ldcli/releases/download/v1.16.0/ldcli_1.16.0_linux_amd64.tar.gz": "53f2ed8f2a0a01477c987de2440dd6da04b5bb2488fc6a5c6487847fd2e34aa3",
16+
"https://github.com/launchdarkly/ldcli/releases/download/v1.16.0/ldcli_1.16.0_linux_arm64.tar.gz": "ff683c298272091268ecfc6daaa34844d606a95b7b6043621a73d9248193edf4",
17+
}

0 commit comments

Comments
 (0)