linear-cli 0.2.6

A powerful CLI for Linear.app - manage issues, projects, cycles, and more from your terminal
1
2
3
4
5
6
7
8
9
10
[
  {
    "id": "issue_uuid",
    "identifier": "LIN-123",
    "title": "Fix login bug",
    "priority": 2,
    "state": { "name": "In Progress" },
    "assignee": { "name": "Ada Lovelace" }
  }
]