Release Notes
Added
issue update --add-label and --remove-label to change an issue's labels incrementally: add a label without clobbering the existing set, or detach a label from one issue without deleting it team-wide (#258; thanks @rez0 for the report). Both may be repeated and combined for an atomic swap (--remove-label sprint-42 --add-label sprint-43)
Changed
issue update --label help text now states that it replaces the issue's entire label set (it always did; the docs previously suggested it added labels)
Install linear 2.4.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/schpet/linear-cli/releases/download/v2.4.0/linear-installer.sh | sh
Install prebuilt binaries via Homebrew
brew install schpet/tap/linear
Install prebuilt binaries into your npm project
npm install @schpet/linear-cli@2.4.0
Download linear 2.4.0