basecamp v0.7.1
basecamp to basecamp-cli. The upgrade command detects legacy installs and walks you through the migration.
Patch release with two bug fixes.
reports schedule: default--endto +30 days so you don't have to specify both dates.- Fix empty titles in schedule output by falling back to the summary field.
Install
macOS:
brew install --cask basecamp/tap/basecamp-cli
basecamp auth loginLinux (deb/rpm/apk):
Download the package for your architecture from the assets below, then:
sudo apt install ./basecamp-cli_0.7.1_linux_amd64.deb # Debian/Ubuntu
sudo dnf install ./basecamp-cli_0.7.1_linux_amd64.rpm # Fedora/RHEL
sudo apk add --allow-untrusted ./basecamp-cli_0.7.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-cli
basecamp auth loginOther platforms: download the matching archive from the assets below.
What's Changed
⚠️ Breaking Changes
- Rename Homebrew cask to basecamp-cli and fix upgrade detection by @robzolkos in #374
Bug Fixes
- fix: fall back to summary when title is empty in formatCell by @robzolkos in #380
- fix: default --end to +30 for reports schedule by @robzolkos in #381
Full Changelog: v0.7.0...v0.7.1