@justrun/cli
v0.1.0
Published
The JustRun CLI — manage cron jobs from your terminal
Downloads
107
Readme
@justrun/cli
The JustRun CLI — manage cron jobs from your terminal.
Install
npx @justrun/cli loginOr install globally:
npm install -g @justrun/cli
justrun loginRequirements
- Node.js 20 or later
- A JustRun API key (get one at https://justrun.sh/dashboard/settings)
Commands
justrun login Authenticate with your JustRun API key (jr_...)
justrun whoami Show the current user and plan
justrun jobs list List all your cron jobs
justrun jobs create --name <n> \
--url <url> --cron <expression> Create a new cron job
justrun jobs run <id> Trigger an immediate execution
justrun jobs pause <id> Pause a job
justrun jobs resume <id> Resume a paused job
justrun jobs delete <id> Delete a job (irreversible)The CLI talks to https://api.justrun.sh. Set JUSTRUN_API_URL to point at a
different host (e.g. for local development against your own API).
Links
- Web app: https://justrun.sh
- Documentation: https://justrun.sh/docs
- MCP server: @justrun/mcp
License
MIT — see the repository for full text.
