databricks-cli/cmd/sync
Pieter Noordhuis 7139487c2f
Never load authentication configuration from bundle for sync command (#889)
## Changes

This is used for the sync command, where we need to ensure that a bundle
configuration never taints the authentication setup as prepared in the
environment (by our VS Code extension). Once the VS Code extension fully
builds on bundles, we can remove this check again.

## Tests

Manually confirmed that calling `databricks sync` from a bundle
directory no longer picks up its authentication configuration.
2023-10-19 12:50:46 +00:00
..
completion.go Update to Go SDK v0.8.0 (#351) 2023-04-21 10:30:20 +02:00
output.go Remove \r from new line print statments (#509) 2023-06-22 13:47:52 +02:00
sync.go Never load authentication configuration from bundle for sync command (#889) 2023-10-19 12:50:46 +00:00
sync_test.go Use already instantiated WorkspaceClient in sync command (#867) 2023-10-13 13:04:15 +00:00