Skip to content
New issue

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

configure command not included in databricks --help #937

Closed
jaceklaskowski opened this issue Oct 31, 2023 · 1 comment
Closed

configure command not included in databricks --help #937

jaceklaskowski opened this issue Oct 31, 2023 · 1 comment
Assignees
Labels
Bug Something isn't working CLI CLI related issues

Comments

@jaceklaskowski
Copy link

databricks configure command is not included in databricks --help.

$ databricks -v
Databricks CLI v0.208.2
$ databricks --help | grep -i configure
  cluster-policies     Cluster policy limits the ability to configure clusters based on a set of rules.
  global-init-scripts  The Global Init Scripts API enables Workspace administrators to configure global initialization scripts for their workspace.
  artifact-allowlists  In Databricks Runtime 13.3 and above, you can add libraries and init scripts to the allowlist in UC so that users can leverage these artifacts on compute configured with shared access mode.
  workspace-bindings   A securable in Databricks can be configured as __OPEN__ or __ISOLATED__.
  ip-access-lists      IP Access List enables admins to configure IP access lists.
$ databricks configure --help
Configure authentication.

	This command adds a profile to your ~/.databrickscfg file.
	You can write to a different file by setting the DATABRICKS_CONFIG_FILE environment variable.

	If this command is invoked in non-interactive mode, it will read the token from stdin.
	The host must be specified with the --host flag.
...
@jaceklaskowski jaceklaskowski added the CLI CLI related issues label Oct 31, 2023
@andrewnester andrewnester self-assigned this Nov 7, 2023
@andrewnester andrewnester added the Bug Something isn't working label Nov 7, 2023
@andrewnester
Copy link
Contributor

The fix has been merged and will be released in the upcoming CLI release this week

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working CLI CLI related issues
Projects
None yet
Development

No branches or pull requests

2 participants