Skip to content

Interface: ConfigOptions

optional appData?: Record<string, unknown> | ConfigFile

Parsed app YAML data used instead of loading app.yaml.


optional bundleData?: Record<string, unknown> | ConfigFile

Parsed bundle data used instead of loading databricks.yml.


optional cwd?: string

Directory to resolve .env and the bundle from. Default: process.cwd().


optional data?: Readonly<Record<string, ConfigMapValue>> | readonly Readonly<Record<string, ConfigMapValue>>[]

Constant config maps read by the config source.


optional prefix?: string | readonly string[]

Capability namespaces inserted after the scope and before each key.


optional scope?: string | readonly string[]

Outermost namespaces tried before each key. Defaults to DBX_TOOLS.


optional sources?: ConfigSource | readonly ConfigSource[]

Sources in precedence order. Default: config, env, dotenv, bundle, app.