basecamp v0.3.1
Small release: unified help renderer and multi-todoset support.
- Global styled help renderer replaces per-command custom renderers.
--todosetelicitation for projects with multiple todosets — interactive picker or clear error when ambiguous.
Install
macOS:
brew install --cask basecamp/tap/basecamp
basecamp auth loginLinux (deb/rpm/apk):
Download the package for your architecture from the assets below, then:
sudo apt install ./basecamp-cli_0.3.1_linux_amd64.deb # Debian/Ubuntu
sudo dnf install ./basecamp-cli_0.3.1_linux_amd64.rpm # Fedora/RHEL
sudo apk add --allow-untrusted ./basecamp-cli_0.3.1_linux_amd64.apk # Alpine
basecamp auth loginArm64 users: substitute arm64 for amd64 in the filename. Verify the SHA-256 checksum from checksums.txt before installing — especially Alpine packages installed with --allow-untrusted.
Arch Linux / Omarchy:
yay -S basecamp-cli
basecamp auth loginNix:
nix profile install github:basecamp/basecamp-cli
basecamp auth loginWindows:
scoop bucket add basecamp https://github.com/basecamp/homebrew-tap
scoop install basecamp
basecamp auth loginOther platforms: download the matching archive from the assets below.
What's Changed
Features
- Add todoset elicitation for multi-todoset projects by @jeremy in #230
- Replace per-command custom help with a global styled renderer by @jeremy in #229
Bug Fixes
Full Changelog: v0.3.0...v0.3.1