25 Commits

Author SHA1 Message Date
Peter Schilling cf51a9ea89 include id in teams list 2025-08-20 11:54:08 -07:00
Peter Schilling 8456a967a6 use -s consistently to be shorthand for --state 2025-08-20 09:11:24 -07:00
Peter Schilling 87c7f9cd1b add --app and --web flags to project list command 2025-08-19 22:10:49 -07:00
Peter Schilling 6c329201ca add linear team create comand 2025-08-19 21:53:25 -07:00
Peter Schilling fcd8aa7a01 allow listing teams on app / web 2025-08-19 21:28:30 -07:00
Peter Schilling 76e2ba8ffd Fix issue create with parent, auto inherit project from parent 2025-08-19 15:17:26 -07:00
Peter Schilling fd902af727 Fix label and state column formatting in issue list 2025-08-19 09:50:23 -07:00
Peter Schilling 1edf814b48 CLI-47 Support referencing issues with integer only IDs (#52)
https://linear.app/schpet/issue/CLI-47/allow-integer-only-issue-ids-if-theres-a-team-set
2025-08-19 08:50:24 -07:00
Peter Schilling 592000f70a Various improvements (#51)
**Fixed:**
- state column is now dynamically sized with max 20 chars and
auto-truncation

**Changed:**
- linear issue list now sorts by workflow state first
- issue pr create no longer opens browser by default, added --web flag
- removed 'about' prefix from relative timestamps

**Added:**
- automatic paging for issue view command with --no-pager flag and pager
- pager support for issue list command with --no-pager option
2025-08-18 21:52:46 -07:00
Peter Schilling 3af23fd92e CLI-23 Add linear issue update non-interactive command, support same flags as create (#50)
https://linear.app/schpet/issue/CLI-23/add-linear-issue-update-non-interactive-command-support-same-flags-as
2025-08-17 07:18:21 -07:00
Peter Schilling 02247bb9eb bring back issue list --app / --web 2025-08-16 07:42:30 -07:00
Peter Schilling e078475eec add team list command 2025-08-15 10:34:03 -07:00
Peter Schilling 11234ec2e1 add project list / view commands 2025-08-15 10:16:26 -07:00
Peter Schilling 4d66bd5f22 clean up issue id handling 2025-08-15 09:26:51 -07:00
Peter Schilling 08a2476f4e CLI-36 Simplify getIssueId (#49)
https://linear.app/schpet/issue/CLI-36/remove-getissueid
2025-08-14 22:15:34 -07:00
Peter Schilling f73bb4cbeb CLI-27 Print comments when viewing an issue (#48)
https://linear.app/schpet/issue/CLI-27/add-a-comments-flag-to-linear-issue-view-to-include-comments

show comments by default in linear issue view, use --no-comments to
disable
2025-08-14 22:01:23 -07:00
Peter Schilling c125a2e805 test issue-create 2025-08-14 19:51:32 -07:00
Peter Schilling f77679a2f1 uid -> id 2025-08-14 07:59:47 -07:00
Peter Schilling 6f865a0ea7 add a --team flag to linear issue list
and simplify team stuff to only support id/key
2025-08-14 07:52:02 -07:00
Peter Schilling 3aad5d5c9a CLI-21 Allow listing members (#47)
https://linear.app/schpet/issue/CLI-21/allow-listing-members
2025-08-14 07:10:37 -07:00
Peter Schilling e9c743fc57 Add --confirm flag to issue delete command
Allows skipping the confirmation prompt when deleting an issue by using
the new `-y` or `--confirm` flag.
2025-08-14 06:50:27 -07:00
Peter Schilling f09c98a57f allow listing multiple states, or all
fixes CLI-22
2025-08-14 06:48:33 -07:00
Peter Schilling 5fa6d7cb80 2025-08-14 06:46:41 -07:00
Peter Schilling e7655f0b59 improve label column width 2025-08-14 06:41:14 -07:00
Peter Schilling 93251900ec Organize code (#46) 2025-08-14 06:38:40 -07:00