Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prompt for profile only in interactive mode (#788)
## 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) ```
- Loading branch information