databricks-cli/cmd/bundle
Andrew Nester 56dcd3f0a7
Renamed `environments` to `targets` in bundle configuration (#670)
## Changes
Renamed Environments to Targets in bundle.yml.

The change is backward-compatible and customers can continue to use
`environments` in the time being.

## Tests
Added tests which checks that both `environments` and `targets` sections
in bundle.yml works correctly
2023-08-17 15:22:32 +00:00
..
bundle.go Add bundle init command and support for prompting user for input values (#631) 2023-08-07 13:14:25 +00:00
deploy.go Correct name for force acquire deploy flag (#656) 2023-08-15 19:03:43 +00:00
destroy.go Add validation for Git settings in bundles (#578) 2023-07-30 12:44:33 +00:00
init.go Add bundle init command and support for prompting user for input values (#631) 2023-08-07 13:14:25 +00:00
init_test.go Add bundle init command and support for prompting user for input values (#631) 2023-08-07 13:14:25 +00:00
launch.go Remove dependency on global state for remaining commands (#613) 2023-07-27 10:03:08 +00:00
run.go Remove dependency on global state for remaining commands (#613) 2023-07-27 10:03:08 +00:00
schema.go Remove dependency on global state for remaining commands (#613) 2023-07-27 10:03:08 +00:00
sync.go Remove dependency on global state for remaining commands (#613) 2023-07-27 10:03:08 +00:00
test.go Remove dependency on global state for remaining commands (#613) 2023-07-27 10:03:08 +00:00
validate.go Remove dependency on global state for remaining commands (#613) 2023-07-27 10:03:08 +00:00
variables.go Renamed `environments` to `targets` in bundle configuration (#670) 2023-08-17 15:22:32 +00:00