We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to make an account-level API call with bricks CLI, but I can't get further than the profile prompt.
$ bricks auth login --host https://accounts.cloud.databricks.com --account-id <accountID> $ bricks account custom-app-integration create --json '{}' Use the arrow keys to navigate: ↓ ↑ → ← ? ~/.databrickscfg profile: No results
The text was updated successfully, but these errors were encountered:
account profiles require account_id - https://github.com/databricks/bricks/blob/main/cmd/root/auth.go#L195-L225
account_id
bricks auth login does not (yet) create a profile in ~/.databrickscfg
bricks auth login
~/.databrickscfg
Sorry, something went wrong.
will be handled in scope of #358
Profiles are persisted from auth login since #423.
auth login
Account commands only prompt account profiles since #454.
No branches or pull requests
Trying to make an account-level API call with bricks CLI, but I can't get further than the profile prompt.
The text was updated successfully, but these errors were encountered: