databricks-cli/cmd/bundle
Pieter Noordhuis 123a5e15e9
Acquire lock prior to deploy (#270)
Add configuration:

```
bundle:
  lock:
    enabled: true
    force: false
```

The force field can be set by passing the `--force` argument to `bricks
bundle deploy`. Doing so means the deployment lock is acquired even if
it is currently held. This should only be used in exceptional cases
(e.g. a previous deployment has failed to release the lock).
2023-03-22 16:37:26 +01: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 job run output logging (#260) 2023-03-21 16:25:18 +01: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