databricks-cli/internal/bugbash
Andrew Nester e60fe1bff2
Fixed downloading arm64 binaries (#2021)
## Changes
Fixed downloading arm64 binaries

Go 1.23 changed the way built binaries are prefixed on amd64, more
details here: https://tip.golang.org/doc/go1.23#arm64
2024-12-16 17:34:22 +01:00
..
README.md Add script to make testing of code on branches easier (#1844) 2024-10-21 17:56:17 +00:00
exec.sh Fixed downloading arm64 binaries (#2021) 2024-12-16 17:34:22 +01:00

README.md

Bugbash

The script in this directory can be used to conveniently exec into a shell where a CLI build for a specific branch is made available.

Usage

This script prompts if you do NOT have at least Bash 5 installed, but works without command completion with earlier versions.

bash <(curl -fsSL https://raw.githubusercontent.com/databricks/cli/main/internal/bugbash/exec.sh) my-branch