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 20ac5ff commit 43f02f9Copy full SHA for 43f02f9
utils/coreutils/coreconsts.go
@@ -50,7 +50,7 @@ const (
50
ServerID = "JFROG_CLI_SERVER_ID"
51
TransitiveDownload = "JFROG_CLI_TRANSITIVE_DOWNLOAD"
52
// Envs used to determine command types for usage reports
53
- UsageAutoPublishedBuild = "JFROG_CLI_USAGE_BUILD_PUBLISHED_AUTO"
+ UsageAutoPublishedBuild = "JFROG_CLI_USAGE_AUTO_BUILD_PUBLISHED"
54
UsageOidcConfigured = "JFROG_CLI_USAGE_CONFIG_OIDC"
55
56
// Deprecated and replaced with TransitiveDownload
0 commit comments