mirror of https://github.com/databricks/cli.git
18e1d93218
## Changes CLI: * Add workspace import-dir command ([#456](https://github.com/databricks/cli/pull/456)). * Annotate generated commands with OpenAPI package name ([#466](https://github.com/databricks/cli/pull/466)). * Associate generated commands with command groups ([#475](https://github.com/databricks/cli/pull/475)). * Disable shell completions for generated commands ([#483](https://github.com/databricks/cli/pull/483)). * Include [DEFAULT] section header when writing ~/.databrickscfg ([#464](https://github.com/databricks/cli/pull/464)). * Pass through proxy related environment variables ([#465](https://github.com/databricks/cli/pull/465)). * Restore flags to original values on test completion ([#470](https://github.com/databricks/cli/pull/470)). * Update configure command ([#482](https://github.com/databricks/cli/pull/482)). Dependencies: * Bump SDK to latest ([#473](https://github.com/databricks/cli/pull/473)). |
||
---|---|---|
.codegen | ||
.github | ||
.vscode | ||
bundle | ||
cmd | ||
docs | ||
folders | ||
internal | ||
libs | ||
python | ||
.codegen.json | ||
.gitattributes | ||
.gitignore | ||
.goreleaser.yaml | ||
CHANGELOG.md | ||
LICENSE | ||
Makefile | ||
NOTICE | ||
README.md | ||
go.mod | ||
go.sum | ||
main.go | ||
main_test.go |
README.md
Databricks CLI
This project is in private preview.
Documentation about the full REST API coverage is avaialbe in the docs folder.
Documentation is available at https://docs.databricks.com/dev-tools/cli/databricks-cli.html.
Installation
This CLI is packaged as a dependency-free binary executable and may be located in any directory. See https://github.com/databricks/cli/releases for releases and the docs pages for installation instructions.
Authentication
This CLI follows the Databricks Unified Authentication principles.
You can find a detailed description at https://github.com/databricks/databricks-sdk-go#authentication.