Skip to content

Commit

Permalink
Rename env var (#1239)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalbe4 authored Aug 21, 2024
1 parent 99fd0f6 commit dbdb1c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion utils/coreutils/coreconsts.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,13 @@ const (
LogTimestamp = "JFROG_CLI_LOG_TIMESTAMP"
ReportUsage = "JFROG_CLI_REPORT_USAGE"
DependenciesDir = "JFROG_CLI_DEPENDENCIES_DIR"
TransitiveDownload = "JFROG_CLI_TRANSITIVE_DOWNLOAD_EXPERIMENTAL"
FailNoOp = "JFROG_CLI_FAIL_NO_OP"
OutputDirPathEnv = "JFROG_CLI_COMMAND_SUMMARY_OUTPUT_DIR"
CI = "CI"
ServerID = "JFROG_CLI_SERVER_ID"
TransitiveDownload = "JFROG_CLI_TRANSITIVE_DOWNLOAD"
// Deprecated and replaced with TransitiveDownload
TransitiveDownloadExperimental = "JFROG_CLI_TRANSITIVE_DOWNLOAD_EXPERIMENTAL"
)

// Although these vars are constant, they are defined inside a vars section and not a constants section because the tests modify these values.
Expand Down

0 comments on commit dbdb1c4

Please sign in to comment.