databricks-cli/bundle/config/mutator
Pieter Noordhuis e47fa61951
Skeleton for configuration loading and mutation (#92)
Load a tree of configuration files anchored at `bundle.yml` into the
`config.Root` struct.

All mutations (from setting defaults to merging files) are observable
through the `mutator.Mutator` interface.
2022-11-18 10:57:31 +01:00
..
default_environment.go Skeleton for configuration loading and mutation (#92) 2022-11-18 10:57:31 +01:00
default_environment_test.go Skeleton for configuration loading and mutation (#92) 2022-11-18 10:57:31 +01:00
default_include.go Skeleton for configuration loading and mutation (#92) 2022-11-18 10:57:31 +01:00
default_include_test.go Skeleton for configuration loading and mutation (#92) 2022-11-18 10:57:31 +01:00
mutator.go Skeleton for configuration loading and mutation (#92) 2022-11-18 10:57:31 +01:00
process_include.go Skeleton for configuration loading and mutation (#92) 2022-11-18 10:57:31 +01:00
process_include_test.go Skeleton for configuration loading and mutation (#92) 2022-11-18 10:57:31 +01:00
process_root_includes.go Skeleton for configuration loading and mutation (#92) 2022-11-18 10:57:31 +01:00
process_root_includes_test.go Skeleton for configuration loading and mutation (#92) 2022-11-18 10:57:31 +01:00
select_environment.go Skeleton for configuration loading and mutation (#92) 2022-11-18 10:57:31 +01:00
select_environment_test.go Skeleton for configuration loading and mutation (#92) 2022-11-18 10:57:31 +01:00