databricks-cli/cmd/bundle
Pieter Noordhuis 00d76d5afa
Move path field to bundle type (#1316)
## Changes

The bundle path was previously stored on the `config.Root` type under
the assumption that the first configuration file being loaded would set
it. This is slightly counterintuitive and we know what the path is upon
construction of the bundle. The new location for this property reflects
this.

## Tests

Unit tests pass.
2024-03-27 09:03:24 +00:00
..
deployment Return `diag.Diagnostics` from mutators (#1305) 2024-03-25 14:18:47 +00:00
generate Move path field to bundle type (#1316) 2024-03-27 09:03:24 +00:00
utils Return `diag.Diagnostics` from mutators (#1305) 2024-03-25 14:18:47 +00:00
bundle.go Added `bundle deployment bind` and `unbind` command (#1131) 2024-02-14 18:04:45 +00:00
deploy.go Return `diag.Diagnostics` from mutators (#1305) 2024-03-25 14:18:47 +00:00
destroy.go Return `diag.Diagnostics` from mutators (#1305) 2024-03-25 14:18:47 +00:00
generate.go Added `bundle deployment bind` and `unbind` command (#1131) 2024-02-14 18:04:45 +00:00
init.go Add usage string when command fails with incorrect arguments (#1276) 2024-03-12 14:12:34 +00:00
init_test.go Improve experience for multiple builtin templates (#1052) 2023-12-27 12:03:08 +00:00
launch.go Add usage string when command fails with incorrect arguments (#1276) 2024-03-12 14:12:34 +00:00
run.go Return `diag.Diagnostics` from mutators (#1305) 2024-03-25 14:18:47 +00:00
schema.go Add usage string when command fails with incorrect arguments (#1276) 2024-03-12 14:12:34 +00:00
summary.go Return `diag.Diagnostics` from mutators (#1305) 2024-03-25 14:18:47 +00:00
sync.go Return `diag.Diagnostics` from mutators (#1305) 2024-03-25 14:18:47 +00:00
test.go Remove dependency on global state for remaining commands (#613) 2023-07-27 10:03:08 +00:00
validate.go Return `diag.Diagnostics` from mutators (#1305) 2024-03-25 14:18:47 +00:00
variables.go Added `bundle deployment bind` and `unbind` command (#1131) 2024-02-14 18:04:45 +00:00