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
Simplify auth login help text, document query parameter support (#4906)
## Why
The `auth login` help text was verbose and redundant. Four numbered
scenarios all described the same core behavior (profile is created or
updated) with minor variations, and each repeated the "databricks-cli"
auth type implementation detail. The help text also didn't mention URL
query parameter support (`?o=`, `?account_id=`).
## Changes
**Before:** ~40 lines of help text with four near-identical scenarios
explaining profile update behavior, specific SDK names that will go
stale, and no mention of query parameter support.
**Now:** ~20 lines. Drops the redundant scenarios in favor of one
sentence ("If a profile with the given name already exists, it is
updated. Otherwise a new profile is created."). Adds documentation for
URL query parameters (`?o=<workspace_id>&account_id=<id>`) with a shell
quoting note. Replaces specific SDK list with generic "SDKs".
## Test plan
- [x] `make checks` passes
- [x] `databricks auth login --help` shows updated text
- [x] No functional changes, help text only
0 commit comments