Overview
lua jobs manages scheduled jobs defined with LuaJob. It mirrors the surfaces available for skills (view, versions, deploy, activate, deactivate, delete) and adds two job-specific actions: trigger (manual fire) and history (execution log).
For defining jobs in code, see LuaJob API. For creating jobs dynamically from inside a tool at runtime, see Jobs API.
Subcommands
Options
Examples
Triggering vs Deploying
Common Workflow
After editing a job in code:Logs and Errors
To debug job execution, pair this withlua logs:
Related
- LuaJob API — define a job in code
- Jobs API — create jobs dynamically at runtime
- Logs Command
- Push & Deploy
- Version Command — snapshot and promote every primitive, including jobs, together

