mirror of https://github.com/databricks/cli.git
e11704618c
## Changes CLI: * Fix secrets put-secret command ([#545](https://github.com/databricks/cli/pull/545)). * Fixed ignoring required positional parameters when --json flag is provided ([#535](https://github.com/databricks/cli/pull/535)). * Update cp help message to not require file scheme ([#554](https://github.com/databricks/cli/pull/554)). Bundles: * Fix: bundle destroy fails when bundle.tf.json file is deleted ([#519](https://github.com/databricks/cli/pull/519)). * Fixed error reporting when included invalid files in include section ([#543](https://github.com/databricks/cli/pull/543)). * Make top level workspace optional in JSON schema ([#562](https://github.com/databricks/cli/pull/562)). * Propagate TF_CLI_CONFIG_FILE env variable ([#555](https://github.com/databricks/cli/pull/555)). * Update Terraform provider schema structs ([#563](https://github.com/databricks/cli/pull/563)). * Update inline JSON schema documentation ([#557](https://github.com/databricks/cli/pull/557)). Dependencies: * Bump Go SDK to v0.12.0 ([#540](https://github.com/databricks/cli/pull/540)). * Bump github.com/hashicorp/terraform-json from 0.17.0 to 0.17.1 ([#541](https://github.com/databricks/cli/pull/541)). |
||
---|---|---|
.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 Public Preview.
Documentation about the full REST API coverage is available 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.