databricks-cli/cmd/bundle
shreyas-goenka 4a03265dc2
Fix force flag not working for bundle destroy (#434)
## Changes
`--force` flag did not exist for `bundle destroy`. This PR adds that in.

## Tests
manually tested. Now adding the `--force` flag hijacks the deploy lock
on the target directory.
2023-06-19 12:31:07 +02:00
..
debug Rename bricks -> databricks (#389) 2023-05-16 18:35:39 +02:00
deploy.go Fix force flag not working for bundle destroy (#434) 2023-06-19 12:31:07 +02:00
destroy.go Fix force flag not working for bundle destroy (#434) 2023-06-19 12:31:07 +02:00
launch.go Rename bricks -> databricks (#389) 2023-05-16 18:35:39 +02:00
root.go Update short name for bundle command (#476) 2023-06-14 22:44:18 +02:00
run.go Added support for bundle.Seq, simplified Mutator.Apply interface (#403) 2023-05-24 14:45:19 +02:00
schema.go Rename bricks -> databricks (#389) 2023-05-16 18:35:39 +02:00
sync.go Added support for bundle.Seq, simplified Mutator.Apply interface (#403) 2023-05-24 14:45:19 +02:00
test.go Rename bricks -> databricks (#389) 2023-05-16 18:35:39 +02:00
validate.go Added support for bundle.Seq, simplified Mutator.Apply interface (#403) 2023-05-24 14:45:19 +02:00
variables.go Rename bricks -> databricks (#389) 2023-05-16 18:35:39 +02:00