Release Notes
Fixed
- Fix
--assignee self to correctly resolve to current user (#104; thanks @JustTrott)
- add pagination to
project list command (#109; thanks @andrew-kline)
- add pagination to
team list command (#107; thanks @andrew-kline)
- error when
--workspace flag specifies unknown workspace
--sort flag now works correctly after interactive prompts (#96; thanks @paymog)
Added
- built-in credential storage at
~/.config/linear/credentials.toml for managing multiple Linear workspaces
linear auth login to add workspace credentials (auto-detects workspace from API key)
linear auth logout to remove workspace credentials
linear auth list to show configured workspaces with org/user info
linear auth default to set the default workspace
- global
-w, --workspace flag to target a specific workspace by slug
--project filter for issue list command (#94; thanks @paymog)
Install linear 1.9.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/schpet/linear-cli/releases/download/v1.9.0/linear-installer.sh | sh
Install prebuilt binaries via Homebrew
brew install schpet/tap/linear
Download linear 1.9.0