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
11
12
13
14
{
  "branch": "feature/LIN-123-fix-login",
  "issue_id": "LIN-123",
  "found": true,
  "issue": {
    "id": "issue_uuid",
    "identifier": "LIN-123",
    "title": "Fix login bug",
    "state": { "name": "In Progress" },
    "assignee": { "name": "Ada Lovelace" },
    "priority": 2,
    "url": "https://linear.app/team/issue/LIN-123"
  }
}