mirror of https://github.com/databricks/cli.git
rename env var
This commit is contained in:
parent
a0e6f8f635
commit
59396166c3
|
@ -1,6 +1,6 @@
|
|||
export DATABRICKS_CLI_TELEMETRY_PID_FILE=./telemetry.pid
|
||||
export DATABRICKS_CLI_TELEMETRY_UPLOAD_LOGS_FILE=./out.upload_process.txt
|
||||
export DATABRICKS_CLI_DISABLE_TELEMETRY="true"
|
||||
export DATABRICKS_CLI_TELEMETRY_DISABLE="true"
|
||||
|
||||
trace $CLI selftest send-telemetry
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ const (
|
|||
|
||||
// Environment variable to disable telemetry. If this is set to any value, telemetry
|
||||
// will be disabled.
|
||||
DisableEnvVar = "DATABRICKS_CLI_DISABLE_TELEMETRY"
|
||||
DisableEnvVar = "DATABRICKS_CLI_TELEMETRY_DISABLE"
|
||||
|
||||
// Max time to try and upload the telemetry logs. Useful for testing.
|
||||
UploadTimeout = "DATABRICKS_CLI_TELEMETRY_UPLOAD_TIMEOUT"
|
||||
|
|
Loading…
Reference in New Issue