job command group manages scheduled automation jobs. Jobs run InfraAudit operations — such as drift detection, resource syncs, and compliance checks — on a cron schedule or on demand.
job list
List all configured jobs:
job create
Create a new scheduled job. The CLI prompts interactively if flags are not provided.
Synopsis:
Supported job types:
Examples:
job get
Show details for a specific job, including its schedule, type, and last execution result:
Synopsis:
job run
Trigger an immediate execution of a job, regardless of its schedule:
Synopsis:
job history
Show the execution history for a job, including start time, duration, and result for each run:
Synopsis:
job executions
Alias for job history. Lists execution records for a specific job: