linear-cli 0.3.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
15
16
{
  "id": "issue_uuid",
  "identifier": "LIN-123",
  "title": "Fix login bug",
  "comments": {
    "nodes": [
      {
        "id": "comment_uuid",
        "body": "LGTM",
        "createdAt": "2024-01-02T10:00:00.000Z",
        "user": { "name": "Ada Lovelace", "email": "ada@example.com" },
        "parent": { "id": null }
      }
    ]
  }
}