Release Notes
Fixed
- add TTY checks before interactive prompts to prevent hanging in non-interactive mode
Added
- global user config is now merged with project config (
~/.config/linear/linear.toml on Unix, %APPDATA%\linear\linear.toml on Windows); project values override global, env vars override both (#89; thanks @kfrance)
- requests now include a User-Agent header (schpet-linear-cli/VERSION)
- initiative management commands (list, view, create, archive, unarchive, update, delete, add-project, remove-project) (#95; thanks @skgbafa)
- label management commands (list, create, delete) (#95; thanks @skgbafa)
- project create command with team, lead, dates, status, and initiative linking (#95; thanks @skgbafa)
- team delete command (#95; thanks @skgbafa)
- bulk operations support for issue delete (--bulk flag) (#95; thanks @skgbafa)
- document management commands (list, view, create, update, delete) (#95; thanks @skgbafa)
- auto-generate skill documentation from cli help output with deno task generate-skill-docs
Install linear 1.8.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/schpet/linear-cli/releases/download/v1.8.0/linear-installer.sh | sh
Install prebuilt binaries via Homebrew
brew install schpet/tap/linear
Download linear 1.8.0