You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add smoke tests for bundle init and auth flows.
Also fixes these problems:
- DATABRICKS_CONFIG_FILE env var was not always respected (for example
when creating a new profile)
- bundle file watcher was broken on windows: we were using raw fsPath
with backslashes, which doesn't work for globs
- saveNewProfile was broken on windows: `toISOString` returns values
with characters that aren't allowed in windows paths, resulting in
`ENOENT` errors from `copyFile`
0 commit comments