Skip to content

crontinel/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crontinel CLI

Monitor your Laravel cron jobs and queue workers from the terminal.

# Install (macOS/Linux)
curl -sSL https://raw.githubusercontent.com/crontinel/cli/main/install.sh | sh

# Or download binary directly
curl -L https://github.com/crontinel/cli/releases/latest/download/crontinel -o crontinel
chmod +x crontinel
mv crontinel /usr/local/bin/
# Set your API key
export CRONTINEL_API_KEY=your_key_here

# Verify connectivity
crontinel ping

# List monitors
crontinel monitors

# View recent events
crontinel events

# Check alert channels
crontinel alerts

# JSON output for scripting
crontinel monitors --json

Commands

Command Description
ping, health Test your connection to Crontinel
monitors, list Show all configured monitors
events View recent firing/resolved events
alerts List configured alert channels

Options

  • --key <key> — API key (or set CRONTINEL_API_KEY)
  • --url <url> — API URL (default: https://app.crontinel.com)
  • --json — Raw JSON output

Requirements

About

CLI tool for Crontinel background job monitoring

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors