mirror of https://github.com/databricks/cli.git
d9ab465ff9
## Changes A pretty annoying part of the current CLI experience is that when logging in with `databricks auth login`, you always need to type the name of the host. This seems unnecessary if you have already logged into a host before, since the CLI can read the previous host from your `.databrickscfg` file. This change handles this case by setting the host if unspecified to the host in the corresponding profile. Combined with autocomplete, this makes the login process simple: ``` databricks auth login --profile prof<tab><enter> ``` ## Tests Logged in to an existing profile by running the above command (but for a real profile I had). |
||
---|---|---|
.. | ||
account | ||
api | ||
auth | ||
bundle | ||
configure | ||
fs | ||
root | ||
sync | ||
version | ||
workspace | ||
cmd.go |