databricks-cli/cmd/bundle
Pieter Noordhuis 04e77102c9
Add mutators to pull and push Terraform state (#288)
## Changes

Pull state before deploying and push state after deploying.

Note: the run command was missing mutators to initialize Terraform. This
is necessary if the cache directory is removed between running "deploy"
and "run" (which is valid now that we synchronize state).

## Tests

Manually.
2023-03-30 12:01:09 +02:00
..
debug Use new logger throughout codebase (#256) 2023-03-17 15:17:31 +01:00
deploy.go Acquire lock prior to deploy (#270) 2023-03-22 16:37:26 +01:00
launch.go Move and hide launch and test commands (#222) 2023-03-09 10:26:56 +01:00
root.go Move bundle loading functions to top level (#181) 2023-01-27 17:05:57 +01:00
run.go Add mutators to pull and push Terraform state (#288) 2023-03-30 12:01:09 +02:00
schema.go Add openapi descriptions to bundle resources (#229) 2023-03-15 03:18:51 +01:00
sync.go Use new logger throughout codebase (#256) 2023-03-17 15:17:31 +01:00
test.go Move and hide launch and test commands (#222) 2023-03-09 10:26:56 +01:00
validate.go Move bundle loading functions to top level (#181) 2023-01-27 17:05:57 +01:00