mirror of https://github.com/databricks/cli.git
aa9c2a1eab
## Changes Do not prompt for profiles if not in interactive mode ## Tests Running sample Go code ``` cmd := exec.Command("databricks", "auth", "login", "--host", "***") out, err := cmd.CombinedOutput() ``` Before the change ``` Error: ^D exit status 1 ``` After ``` No error (empty output) ``` |
||
---|---|---|
.. | ||
account | ||
api | ||
auth | ||
bundle | ||
configure | ||
fs | ||
root | ||
sync | ||
version | ||
workspace | ||
cmd.go |