Skip to main content
The 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:
Example output:

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:
Example:

job run

Trigger an immediate execution of a job, regardless of its schedule: Synopsis:
Example:

job history

Show the execution history for a job, including start time, duration, and result for each run: Synopsis:
Example:

job executions

Alias for job history. Lists execution records for a specific job:

job delete

Remove a job. Execution history is retained:

job types

List all available job types: