databricks-cli/cmd
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
..
api Update databricks-sdk-go to latest (#102) 2022-11-24 21:41:57 +01:00
auth bricks auth profiles tweaks (#178) 2023-01-24 15:54:28 +01:00
bundle Acquire lock prior to deploy (#270) 2023-03-22 16:37:26 +01:00
configure Run unit tests on windows and macos (#103) 2022-11-28 11:34:25 +01:00
fs Store project object in context.Context instead of global (#61) 2022-09-16 11:06:58 +02:00
init Add environments to project configuration (#68) 2022-09-22 13:40:11 +02:00
prompt Store project object in context.Context instead of global (#61) 2022-09-16 11:06:58 +02:00
root Allow logger defaults to be configured through environment variables (#266) 2023-03-21 17:05:04 +01:00
sync Drain sync event channel before returning (#253) 2023-03-16 17:48:17 +01:00
version Include build information and add version command (#194) 2023-02-03 15:38:53 +01:00