Bolt CLI
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 name.
CLI command
Options
Flag | Type | Description |
---|---|---|
|
| Git branch name or commit hash to checkout. |
|
| Command(s) to override the default commands. |
| Wait for the run to finish | |
| JSON formatted response | |
| Show CLI command options and exit. |
Examples
Download a Bolt Schedule artifacts
Using the Paradime CLI, you can download the latest artifacts of a given Bolt schedule name.
CLI command
Options
Flag | Type | Description |
---|---|---|
|
| The name of the Bolt schedule |
|
| The path to the artifact in the Bolt run. [default: target/manifest.json] |
|
| The index of the command in the schedule. Defaults to searching through all commands from the last command to the first |
|
| The path to save the artifact. Defaults to the current directory. |
| Show CLI command options and exit. |
Examples
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
Options
Flag | Type | Description |
---|---|---|
--path |
| Path to paradime_schedules.yml file. [default: paradime_schedules.yml] |
--help | Show CLI command options and exit. |
Examples
Last updated