databricks-cli/cmd/bundle
Pieter Noordhuis bee7a16cb0
Remove dependency on global state for remaining commands (#613)
## Changes

This removes the remaining dependency on global state and unblocks work
to parallelize integration tests. As is, we can already uncomment an
integration test that had to be skipped because of other tests tainting
global state. This is no longer an issue.

Also see #595 and #606.

## Tests

* Unit and integration tests pass.
* Manually confirmed the help output is the same.
2023-07-27 10:03:08 +00:00
..
bundle.go Remove dependency on global state for remaining commands (#613) 2023-07-27 10:03:08 +00:00
deploy.go Remove dependency on global state for remaining commands (#613) 2023-07-27 10:03:08 +00:00
destroy.go Remove dependency on global state for remaining commands (#613) 2023-07-27 10:03:08 +00:00
launch.go Remove dependency on global state for remaining commands (#613) 2023-07-27 10:03:08 +00:00
run.go Remove dependency on global state for remaining commands (#613) 2023-07-27 10:03:08 +00:00
schema.go Remove dependency on global state for remaining commands (#613) 2023-07-27 10:03:08 +00:00
sync.go Remove dependency on global state for remaining commands (#613) 2023-07-27 10:03:08 +00:00
test.go Remove dependency on global state for remaining commands (#613) 2023-07-27 10:03:08 +00:00
validate.go Remove dependency on global state for remaining commands (#613) 2023-07-27 10:03:08 +00:00
variables.go Remove dependency on global state for remaining commands (#613) 2023-07-27 10:03:08 +00:00