databricks-cli/bundle
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
..
artifacts Mutators to define current user and default artifact path (#112) 2022-12-01 11:17:29 +01:00
config Add workspace paths (#179) 2023-01-26 19:55:38 +01:00
deploy/terraform Automatically install Terraform if needed (#141) 2022-12-15 17:30:33 +01:00
deployer Use filer.Filer in bundle/deployer/locker (#136) 2022-12-15 17:16:07 +01:00
internal/tf Generate equivalent Go types from Terraform provider schema (#122) 2022-12-06 16:26:19 +01:00
phases Add workspace paths (#179) 2023-01-26 19:55:38 +01:00
run Add nil check for retries.Info.Info (#166) 2023-01-12 18:58:36 +01:00
schema Add command for generating JSON schema for DABs bundle config (#171) 2023-01-23 15:00:11 +01:00
tests Revert "Rename jobs -> workflows" (#118) 2022-12-01 22:39:15 +01:00
bundle.go Automatically install Terraform if needed (#141) 2022-12-15 17:30:33 +01:00
bundle_test.go Function to return bundle's cache directory (#109) 2022-11-30 14:40:41 +01:00
context.go Add command that writes the materialized bundle configuration to stdout (#95) 2022-11-21 15:39:53 +01:00
context_test.go Add command that writes the materialized bundle configuration to stdout (#95) 2022-11-21 15:39:53 +01:00
mutator.go Move mutator interface to top level bundle package (#105) 2022-11-28 10:59:43 +01:00
mutator_test.go Move mutator interface to top level bundle package (#105) 2022-11-28 10:59:43 +01:00
root.go Skeleton for configuration loading and mutation (#92) 2022-11-18 10:57:31 +01:00
root_test.go Skeleton for configuration loading and mutation (#92) 2022-11-18 10:57:31 +01:00