> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paradime.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Run MonteCarlo CLI

> Add a Run MonteCarlo CLI command to a Paradime Bolt schedule to upload dbt™ artifacts to Monte Carlo for data observability after each dbt™ run.

Run Monte Carlo CLI commands from a Bolt schedule to import dbt™ artifacts like `manifest.json` and `run_results.json` into Monte Carlo for observability.

## Prerequisites

* Monte Carlo connected as a [workspace integration](/integrations/monte-carlo).
* Run the Monte Carlo command after each dbt™ command, since files in the `target` directory are overwritten on every dbt™ run.

<Info>
  To send all dbt™ artifacts for every run automatically, set [`RUN_MONTECARLO_UPLOAD`](/integrations/monte-carlo#step-6-enable-the-integration) to `TRUE`.
</Info>

## Usage

Add the **Run MonteCarlo CLI** command to your schedule and enter one or more Monte Carlo CLI commands, one per line:

```bash theme={"system"}
montecarlo import dbt-run --manifest target/manifest.json --run-results target/run_results.json
```

<Info>
  A Monte Carlo command runs even if a previous command in the schedule failed, so dbt™ artifacts are uploaded regardless of the run outcome.
</Info>

## Learn more

See the [Paradime Monte Carlo CLI](/developers/paradime-cli/montecarlo-cli) for the full command and flag reference.


## Related topics

- [Commands](/products/bolt/creating-schedules/command-settings/index.md)
- [Monte Carlo CLI](/developers/paradime-cli/montecarlo-cli.md)
- [Monte Carlo](/integrations/monte-carlo.md)
- [Integrations](/integrations/index.md)
- [Bolt CLI](/developers/paradime-cli/bolt-cli.md)
