Interface: ConfigOptions
Properties
Section titled “Properties”appData?
Section titled “appData?”
optionalappData?:Record<string,unknown> |ConfigFile
Parsed app YAML data used instead of loading app.yaml.
bundleData?
Section titled “bundleData?”
optionalbundleData?:Record<string,unknown> |ConfigFile
Parsed bundle data used instead of loading databricks.yml.
optionalcwd?:string
Directory to resolve .env and the bundle from. Default: process.cwd().
optionaldata?:Readonly<Record<string,ConfigMapValue>> | readonlyReadonly<Record<string,ConfigMapValue>>[]
Constant config maps read by the config source.
prefix?
Section titled “prefix?”
optionalprefix?:string| readonlystring[]
Capability namespaces inserted after the scope and before each key.
scope?
Section titled “scope?”
optionalscope?:string| readonlystring[]
Outermost namespaces tried before each key. Defaults to DBX_TOOLS.
sources?
Section titled “sources?”
optionalsources?:ConfigSource| readonlyConfigSource[]
Sources in precedence order. Default: config, env, dotenv, bundle, app.