Installation
Requirements
- Go 1.22+ (for
go install) - A
~/.databrickscfgwith at least one workspace profile
go install (recommended)
The binary is placed in $GOPATH/bin (usually ~/go/bin). Make sure it's on your $PATH.
Pre-built binaries
Download the latest release for your platform from the Releases page.
| Platform | File |
|---|---|
| macOS (Apple Silicon) | dbx-dash_VERSION_darwin_arm64.tar.gz |
| macOS (Intel) | dbx-dash_VERSION_darwin_amd64.tar.gz |
| Linux (x86-64) | dbx-dash_VERSION_linux_amd64.tar.gz |
| Linux (ARM64) | dbx-dash_VERSION_linux_arm64.tar.gz |
| Windows (x86-64) | dbx-dash_VERSION_windows_amd64.zip |
Extract and place the dbx-dash binary somewhere on your $PATH.
Build from source
This builds with the current git tag as the version string and installs to $GOPATH/bin.