CLI
CLI Installation
Install and configure the published TrigRun CLI.
Install from npm
Confirm the install
Sign in
Use an API token instead
If you want non-interactive CLI auth, create a workspace API token in the TrigRun app from API Keys, then save it with:
Config file
The CLI stores credentials in:
Environment variables
If you prefer stateless usage in CI or automation, set environment variables instead of writing local config:
Notes
- Default API URL:
https://api.trigrun.com - Node.js
18+is required - Legacy
CRON_API_URL,CRON_TOKEN, andcronctlare still accepted for compatibility