本文へスキップ

All commands

chimera cron

Manage scheduled jobs (crons and event SOPs).

Subcommands

chimera cron add

Add a cron, event- or webhook-triggered job.

Arguments

  • NAMEstrrequired

    A human-readable name.

  • SCHEDULEstrrequired

    Cron expression, or an event/webhook name.

  • ACTIONstrrequired

    What to do (task description / skill).

Options

  • --eventboolean

    Treat SCHEDULE as an event name.

  • --webhookboolean

    Fire on POST /webhook/<SCHEDULE> (needs 'chimera serve').

chimera cron disable

Disable a job without deleting it.

Arguments

  • JOB_IDstrrequired

    The job id to disable.

Options

This command takes no options.

chimera cron enable

Enable a job (e.g. an agent-proposed one) and schedule its next run.

Arguments

  • JOB_IDstrrequired

    The job id to enable.

Options

This command takes no options.

chimera cron learn

Propose crons from recurring tasks and create the ones you confirm. Each proposal is shown for explicit confirmation (the human-in-the-loop approval that keeps automation creation under control); confirmed jobs are validated and created enabled. ``--yes`` confirms all (use deliberately).

Options

  • --minintdefault: 3

    Min repeats to propose.

  • --schedulestr

    Override the suggested cron schedule.

  • --yes, -yboolean

    Create every proposal without prompting.

chimera cron list

List scheduled jobs.

Options

This command takes no options.

chimera cron remove

Remove a scheduled job by id.

Arguments

  • JOB_IDstrrequired

    The job id to remove.

Options

This command takes no options.