TrigRun
CLI

CLI Overview

Use the TrigRun CLI to manage jobs, executions, secrets, and notifications from your terminal.

The trigrun CLI gives you a fast way to work with TrigRun from scripts, terminals, CI jobs, and local development environments.

What it can do

  • Authenticate with your TrigRun account
  • List, create, pause, resume, run, and delete jobs
  • Inspect and replay executions
  • Manage secrets
  • Manage notification channels and rules
  • Review and retry notification deliveries

Install

npm install -g @trigrun/cli

Then verify it:

trigrun --help
trigrun login -e [email protected] -p your-secure-password
trigrun whoami

Docs

Compatibility

The CLI command is now trigrun.

Legacy cronctl remains available as a compatibility alias for existing users.

On this page