databricks-cli/cmd/auth
shreyas-goenka eb9665d2ee
Add better documentation for the `auth login` command ()
This PR improves the documentation for the `auth login` command,
accounting for the various ways this command can be used in.

---------

Co-authored-by: PaulCornellDB <paul.cornell@databricks.com>
Co-authored-by: Pieter Noordhuis <pieter.noordhuis@databricks.com>
2024-04-18 11:55:42 +00:00
..
README.md Rename bricks -> databricks () 2023-05-16 18:35:39 +02:00
auth.go Add better documentation for the `auth login` command () 2024-04-18 11:55:42 +00:00
describe.go Fixed typo in error template for auth describe () 2024-04-08 11:19:13 +00:00
describe_test.go Added `auth describe` command () 2024-04-03 08:14:04 +00:00
env.go Added `env.UserHomeDir(ctx)` for parallel-friendly tests () 2023-11-08 14:50:20 +00:00
login.go Add better documentation for the `auth login` command () 2024-04-18 11:55:42 +00:00
login_test.go Tolerate missing .databrickscfg file during `databricks auth login` () 2023-11-23 09:04:54 +00:00
profiles.go Don't attempt auth in `auth profiles --skip-validate` () 2024-04-05 10:19:54 +00:00
profiles_test.go Don't attempt auth in `auth profiles --skip-validate` () 2024-04-05 10:19:54 +00:00
token.go Use profile information when getting a token using the CLI () 2023-10-11 11:12:18 +00:00

README.md

Auth challenge (happy path)

Simplified description of PKCE implementation:

Token refresh (happy path)