Skip to content

Releases: duailibe/linear-cli

v0.3.0

27 Jan 20:26

Choose a tag to compare

Changed

  • Renamed the issue download command to linear issue uploads and the flag to --uploads.
  • Upload downloads now default to the uploads directory.

Fixed

  • Upload downloads now include uploads referenced in comments even when the issue already has uploads listed by the API.

Added

  • linear issue view can include uploads with --uploads.

v0.2.3

22 Jan 14:01

Choose a tag to compare

Fixed

  • Attachment downloads now include uploads linked in the issue description.
  • Attachment downloads now use filenames from attachment body data when available.

v0.2.2

20 Jan 19:54

Choose a tag to compare

Changed

  • Attachment downloads now rely on attachment URLs and ignore attachment source metadata.

v0.2.1

16 Jan 06:04

Choose a tag to compare

Changed

  • Attachment downloads now fail if no unique filename is available (after 99 attempts) instead of risking an overwrite.
  • linear auth status now reports API key configuration (not authentication).
  • Attachment filename sanitization now guards against . and .. to avoid directory traversal (sanitized at download time only).

v0.2.0

15 Jan 21:06

Choose a tag to compare

  • Simplify CLI, drop schema cache and API URL configuration

v0.1.0

15 Jan 12:11

Choose a tag to compare

  • Full issue workflow: list, view, create, update, close, reopen, and comment from the command line.
  • Powerful filtering: by team, assignee, state, labels, project, cycle, priority, or title search.
  • Issue dependencies: create and manage blocks/blocked-by relationships.
  • Attachment downloads: fetch attachments from issues and comments to local files.
  • Script-friendly: --json output everywhere, stdin support for descriptions and comments.
  • Simple auth: store your API key with linear auth login or use LINEAR_API_KEY.