mirror of https://github.com/databricks/cli.git
## Changes This PR adds the auth.EnvVars function, which is a list of all environment variables that the SDK uses to read auth configuration. This is useful for spawning subprocesses since you can unset all auth environment variables to clean up the environment before configuring the auth. It's used in #2278 today and will also be useful for the `databricks bundle exec` command. ## Tests Unit test. |
||
---|---|---|
.. | ||
cache | ||
callback.go | ||
env.go | ||
env_test.go | ||
oauth.go | ||
oauth_test.go | ||
page.tmpl |