Skip to content

Releases: InjectiveLabs/linear-cli

1.9.1-inj.2

06 Feb 11:11
3e9504c

Choose a tag to compare

  • --json flags and envelope for all commands.

  • New commands

    • Team/company member listing:

      • linear team members [TEAM] still lists team members.
      • Added -o, --organization to list workspace/company members via GraphQL viewer.organization.users.
      • --all now works for both team and organization views.
    • Issue assignment/unassignment:

      • Added explicit -u, --unassign on issue update to clear assignee (assigneeId: null).
      • --assignee now also accepts unassigned, none, or null as unassign sentinels.
      • Added validation for conflicting flags (--assignee + --unassign).

    Usage examples:

    • linear team members --organization
    • linear issue update C-469 --unassign
    • linear issue update C-469 --assignee self

Full Changelog: v1.9.1-inj.1...v1.9.1-inj.2

Download linear 1.9.1-inj.2

File Platform Checksum
linear-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
linear-x86_64-apple-darwin.tar.xz Intel macOS checksum
linear-x86_64-pc-windows-msvc.zip x64 Windows checksum
linear-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
linear-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v1.9.1-inj.1

06 Feb 05:16
de7093e

Choose a tag to compare

Initial fork release.

Full Changelog: v1.9.1...v1.9.1-inj.1