databricks-cli/cmd/auth
Pieter Noordhuis 98ebb78c9b
Rename bricks -> databricks ()
## Changes

Rename all instances of "bricks" to "databricks".

## Tests

* Confirmed the goreleaser build works, uses the correct new binary
name, and produces the right archives.
* Help output is confirmed to be correct.
* Output of `git grep -w bricks` is minimal with a couple changes
remaining for after the repository rename.
2023-05-16 18:35:39 +02:00
..
README.md Rename bricks -> databricks () 2023-05-16 18:35:39 +02:00
auth.go Rename bricks -> databricks () 2023-05-16 18:35:39 +02:00
env.go Rename bricks -> databricks () 2023-05-16 18:35:39 +02:00
login.go Rename bricks -> databricks () 2023-05-16 18:35:39 +02:00
profiles.go Rename bricks -> databricks () 2023-05-16 18:35:39 +02:00
token.go Rename bricks -> databricks () 2023-05-16 18:35:39 +02:00

README.md

Auth challenge (happy path)

Simplified description of PKCE implementation:

Token refresh (happy path)