Prerequisites:
- This feature is available with the Paradime Bolt plan.
- Your API keys must have either Bolt Schedules Admin or Bolt Schedules Metadata Viewer capabilities.
Trigger a Bolt Run
Using the Paradime CLI, you can trigger a run for a given Bolt schedule slug. CLI command
Examples
- Trigger Bolt schedule run and stream live logs
- Trigger Bolt schedule run with command override
- Trigger Bolt schedule run with git branch override
- Trigger Bolt schedule run with a reason
Trigger a Bolt schedule run, then stream stdout and stderr live for each command as it runs and exit with the final run status. Useful for CI pipelines or local debugging where you want to see exactly what’s happening as it happens.
Retry the latest failed run of a schedule
Using the Paradime CLI, you can retry the latest failed run of a Bolt schedule by name, without needing to know the run ID. The retry resumes from the failed command of the most recent run of the schedule. Infrastructure commands (git clone, dbt deps) are always excluded — they run automatically on every Bolt run.
A new Bolt run is created and its run ID is printed. The original failed run is unchanged.
CLI command
Examples
- Retry latest failed run and wait for status
- Retry as JSON (CI-friendly)
Retry the latest failed run of a Bolt schedule by name, and block until the new run reaches a terminal state.
Retry a Bolt Run
Using the Paradime CLI, you can retry a failed Bolt run by passing its run ID. By default only the failed commands are re-run (usingdbt retry when supported); pass --all to re-run every original command. Infrastructure commands (git clone, dbt deps) are always excluded — they run automatically on every Bolt run.
A new Bolt run is created and its run ID is printed. The original run is unchanged.
CLI command
Examples
- Retry failed commands and wait for status
- Retry all commands
- Retry as JSON (CI-friendly)
Retry only the failed commands from a previous Bolt run, and block until the new run reaches a terminal state.
Download a Bolt Schedule artifacts
Using the Paradime CLI, you can download the latest artifacts of a given Bolt schedule slug. CLI command
Examples
- Get Bolt schedule manifest.json
- Get Bolt schedule run_results.json
- Legacy: --schedule-name still works
Get Bolt schedule
manifest.json from the latest run.Bolt Schedules Suspend
YAML schedules cannot be “suspended” via the CLI.
- Suspend a Bolt Schedule
CLI Command
Bolt Schedules Unsuspend
YAML schedules cannot be “unsuspend” via the CLI.
- Unsuspend a Bolt Schedule
CLI Command
Verify paradime_schedule.yml configuration file
Using the Paradime CLI, you can verify that your paradime_schedules.yml configuration file containting the YAML configured Bolt schedules is correct and free of errors. CLI Command
Examples
- Verify paradime_schedules.yml file
Verify the paradime_schedules.yml file with the Bolt schedules configurations does not contain errors.