linear-cli 0.2.9

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
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Linear CLI JSON Outputs",
  "description": "Schema version 1.0. Samples live in docs/json/*.json.",
  "type": "object",
  "properties": {
    "schema_version": {
      "type": "string"
    }
  },
  "additionalProperties": true
}