databricks-cli/internal/bugbash
Pieter Noordhuis ca45e53f42
Add script to make testing of code on branches easier (#1844)
## Changes

Convenience script to exec into a shell where a CLI build for a specific
branch is made available.

## Tests

Manually from `/tmp` with `bash <([path]) demo-dashboards`.
2024-10-21 17:56:17 +00:00
..
README.md Add script to make testing of code on branches easier (#1844) 2024-10-21 17:56:17 +00:00
exec.sh Add script to make testing of code on branches easier (#1844) 2024-10-21 17:56:17 +00: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