databricks-cli/bundle/config
Pieter Noordhuis 35c3d9fa4e
Add workspace paths (#179)
The workspace root path is a base path for bundle storage. If not
specified, it defaults to `~/.bundle/name/environment`. This default, or
other paths starting with `~` are expanded to the current user's home
directory. The configuration also includes fields for the files path,
artifacts path, and state path. By default, these are nested under the
root path, but can be overridden if needed.
2023-01-26 19:55:38 +01:00
..
interpolation Allow multiple lookup functions for interpolation (#128) 2022-12-12 10:48:52 +01:00
mutator Add workspace paths (#179) 2023-01-26 19:55:38 +01:00
resources Revert "Rename jobs -> workflows" (#118) 2022-12-01 22:39:15 +01:00
artifact.go Model code artifacts (#107) 2022-11-30 14:15:22 +01:00
bundle.go Automatically install Terraform if needed (#141) 2022-12-15 17:30:33 +01:00
environment.go Add "default" flag to environment block (#142) 2022-12-15 21:28:14 +01:00
resources.go Use pointers to resources in bundle configuration (#140) 2022-12-15 13:00:41 +01:00
root.go JSON Schema generator for golang types (#167) 2023-01-20 16:55:44 +01:00
root_test.go Move mutator interface to top level bundle package (#105) 2022-11-28 10:59:43 +01:00
workspace.go Add workspace paths (#179) 2023-01-26 19:55:38 +01:00