> ## 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 dbt™ Command

> Add dbt™ commands to a Paradime Bolt schedule to run, test, build, and orchestrate your dbt™ project on a managed cloud runner with Paradime.

Run one or more dbt™ commands in a Bolt schedule to build, test, and orchestrate your transformations.

## Prerequisites

* A dbt™ project connected to your Paradime workspace.

<Info>
  Paradime automatically runs `dbt deps` at the start of every Bolt run, so you do not need to add it to your commands.
</Info>

## Usage

Add the **Run dbt™ Command** command to your schedule and enter one or more dbt™ commands, one per line:

```bash theme={"system"}
dbt seed
dbt run --select +orders
dbt test
```

Use the `--target` flag to run against a connection other than the Scheduler Environment default (for example, `dbt run --target ci`).

## Learn more

See [Mastering the dbt™ CLI](/guides/dbt-fundamentals/running-dbt/mastering-the-dbt-cli/index) for commands, selectors, and graph operators.


## Related topics

- [Commands](/products/bolt/creating-schedules/command-settings/index.md)
- [Run SQL statements in Bolt schedules](/guides/running-sql-statements-in-bolt.md)
- [dbt™ Commands](/integrations/pre-commit/dbt-tm-checkpoint-hooks/dbt-tm-commands.md)
- [dbt™-checkpoint Hooks](/integrations/pre-commit/dbt-tm-checkpoint-hooks/index.md)
