Tirsa Factory CLI (v0.2.19) is a thin HTTP client that dispatches AI-powered software factory pipelines from the terminal. Commands delegate to a remote Command Center for project creation, pipeline scheduling, and human-gate approvals. Pipeline execution runs on Trigger.dev cloud or a local worker for filesystem access. Requires Node.js 20+. Designed for the Tirsa Factory ecosystem (TwinPilot-based), not a general-purpose CLI.
npm install tirsa-factory-cliNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows installation, browser-based login, creating a project from scratch, checking status, and approving a gate, plus CI env var usage.
Upgrade Node.js to version 20 or higher.
Ensure network connectivity to Command Center URL (default: https://tirsa-factory.vercel.app).
Store keys securely, rotate regularly, use env vars in CI, never commit to source control.
Pin version in CI to avoid unexpected breaking changes.
Use TIRSA_API_KEY, TIRSA_TENANT, TIRSA_FACTORY env vars instead of interactive login.
Install globally with 'npm install -g tirsa-factory-cli' or use npx: 'npx tirsa-factory-cli login'
Upgrade Node.js to v20 or later (e.g., via nvm: 'nvm install 20')
Run 'tirsa-factory login' interactively, or set TIRSA_API_KEY, TIRSA_TENANT, TIRSA_FACTORY environment variables.
Ensure network access and correct URL. Optionally override via TIRSA_COMMAND_CENTER_URL env var.