mirror of https://github.com/databricks/cli.git
35e8ed30c6
CLI: * Always resolve .databrickscfg file ([#659](https://github.com/databricks/cli/pull/659)). Bundles: * Add internal tag for bundle fields to be skipped from schema ([#636](https://github.com/databricks/cli/pull/636)). * Log the bundle root configuration file if applicable ([#657](https://github.com/databricks/cli/pull/657)). * Execute paths without the .tmpl extension as templates ([#654](https://github.com/databricks/cli/pull/654)). * Enable environment overrides for job clusters ([#658](https://github.com/databricks/cli/pull/658)). * Merge artifacts and resources block with overrides enabled ([#660](https://github.com/databricks/cli/pull/660)). * Locked terraform binary version to <= 1.5.5 ([#666](https://github.com/databricks/cli/pull/666)). * Return better error messages for invalid JSON schema types in templates ([#661](https://github.com/databricks/cli/pull/661)). * Use custom prompter for bundle template inputs ([#663](https://github.com/databricks/cli/pull/663)). * Add map and pair helper functions for bundle templates ([#665](https://github.com/databricks/cli/pull/665)). * Correct name for force acquire deploy flag ([#656](https://github.com/databricks/cli/pull/656)). * Confirm that override with a zero value doesn't work ([#669](https://github.com/databricks/cli/pull/669)). Internal: * Consolidate functions in libs/git ([#652](https://github.com/databricks/cli/pull/652)). * Upgraded Go version to 1.21 ([#664](https://github.com/databricks/cli/pull/664)). |
||
---|---|---|
.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.