Databricks CLI
Go to file
Pieter Noordhuis e4b23dcd80
Fix workflow to publish latest release (#364)
## Changes

Fix the publish workflow introduced in #363.

## Tests

Manual triggers.
2023-04-26 16:54:52 +02:00
.codegen Added OpenAPI command coverage (#357) 2023-04-26 13:06:16 +02:00
.github Fix workflow to publish latest release (#364) 2023-04-26 16:54:52 +02:00
.vscode Let vscode trim whitespace on save (#172) 2023-01-23 09:52:50 +01:00
bundle Add git config block to bundle config (#356) 2023-04-26 16:54:36 +02:00
cmd Added OpenAPI command coverage (#357) 2023-04-26 13:06:16 +02:00
docs Added `bricks` OpenAPI commands (#362) 2023-04-26 15:35:48 +02:00
folders Don't depend on working directory in folders.FindDirWithLeaf (#54) 2022-09-14 15:08:55 +02:00
internal Update to Go SDK v0.8.0 (#351) 2023-04-21 10:30:20 +02:00
libs Add git config block to bundle config (#356) 2023-04-26 16:54:36 +02:00
python Update to Go SDK v0.8.0 (#351) 2023-04-21 10:30:20 +02:00
.codegen.json Added OpenAPI command coverage (#357) 2023-04-26 13:06:16 +02:00
.gitattributes Added OpenAPI command coverage (#357) 2023-04-26 13:06:16 +02:00
.gitignore Implement Terraform state synchronization and deploy (#98) 2022-12-06 00:40:45 +01:00
.goreleaser.yaml Publish snapshot binaries to snapshot release (#329) 2023-04-12 22:16:30 +02:00
CHANGELOG.md Release v0.0.30 (#355) 2023-04-21 13:55:06 +02:00
Makefile goreleaser deprecated --rm-dist in favor of --clean (#349) 2023-04-20 11:59:34 +02:00
README.md Added `bricks` OpenAPI commands (#362) 2023-04-26 15:35:48 +02:00
go.mod Added OpenAPI command coverage (#357) 2023-04-26 13:06:16 +02:00
go.sum Added OpenAPI command coverage (#357) 2023-04-26 13:06:16 +02:00
main.go Added OpenAPI command coverage (#357) 2023-04-26 13:06:16 +02:00
main_test.go Configure user agent in root command (#195) 2023-02-03 16:47:33 +01:00

README.md

Bricks CLI

build

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/bricks-cli.html.

Installation

This CLI is packaged as a dependency-free binary executable and may be located in any directory.

For convenient access, copy the bricks binary to any directory listed in $PATH.

Confirm the binary works by executing bricks version.

Authentication

This CLI follows the Databricks Unified Authentication principles.

You can find a detailed description at https://github.com/databricks/databricks-sdk-go#authentication.