Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Set up the Linear CLI with Python or TypeScript.
ws
from mirage.commands.cli.builtin.linear import LINEAR from mirage.core.linear.config import LinearConfig config = LinearConfig(api_key="lin_api_...") ws.register_cli("linear", LINEAR, config.model_dump())
import { LINEAR } from '@struktoai/mirage-core' const config = { apiKey: 'lin_api_...' } ws.registerCli('linear', LINEAR, config)