Function: bundleFile()
bundleFile(
cwd?):ConfigFile|undefined
The Databricks bundle output for cwd - databricks bundle validate --output json run from the directory holding databricks.yml, with the config file’s
path. A non-zero validation may still return partial JSON with usable App
config. undefined when bundle reads are disabled, the process is production
or a deployed App without an explicit override, there is no bundle, or the
CLI produces no JSON.
Parsed validation output is cached by bundle path and Databricks profile.
Parameters
Section titled “Parameters”string | null
Returns
Section titled “Returns”ConfigFile | undefined