package
0.234.0
Repository: https://github.com/databricks/cli.git
Documentation: pkg.go.dev

# Functions

All returns environment variables that are defined in both os.Environ and this package.
Get key from the context or the environment.
Lookup key in the context or the the environment.
NewConfigLoader creates Databricks SDK Config loader that is aware of env.Set variables: ctx = env.Set(ctx, "DATABRICKS_WAREHOUSE_ID", "...") Usage: &config.Config{ Loaders: []config.Loader{ env.NewConfigLoader(ctx), config.ConfigAttributes, config.ConfigFile, }, }.
Set key on the context.
No description provided by the author
No description provided by the author

# Variables

ErrNoHomeEnv indicates the absence of $HOME env variable.