We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53681de commit f520466Copy full SHA for f520466
ldcli.hcl
@@ -1,7 +1,7 @@
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"
+source = "https://github.com/launchdarkly/ldcli/releases/download/v${version}/ldcli_${version}_${os}_${arch}.tar.gz"
5
binaries = ["ldcli"]
6
7
version "1.16.0" {
0 commit comments