Releases: duailibe/linear-cli
Releases · duailibe/linear-cli
v0.3.0
Changed
- Renamed the issue download command to
linear issue uploadsand the flag to--uploads. - Upload downloads now default to the
uploadsdirectory.
Fixed
- Upload downloads now include uploads referenced in comments even when the issue already has uploads listed by the API.
Added
linear issue viewcan include uploads with--uploads.
v0.2.3
v0.2.2
v0.2.1
Changed
- Attachment downloads now fail if no unique filename is available (after 99 attempts) instead of risking an overwrite.
linear auth statusnow 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
v0.1.0
- 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:
--jsonoutput everywhere, stdin support for descriptions and comments. - Simple auth: store your API key with
linear auth loginor useLINEAR_API_KEY.