> ## 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.

# Paradime CLI

> Install the Paradime CLI to manage Bolt schedules, refresh the catalog, and trigger 21 data-stack integrations—Airflow, GitHub Actions, AWS, GCP, and more.

The Paradime CLI (shipped with `paradime-io`) lets you trigger Bolt runs, chat with DinoAI agents, and orchestrate third-party syncs — all from the command line or your CI/CD pipelines.

```bash theme={"system"}
pip install paradime-io
```

<Card title="Getting Started" href="/developers/paradime-cli/getting-started" icon="play">
  Install the CLI, set up API credentials, and authenticate.
</Card>

## CLI commands

<CardGroup cols={2}>
  <Card title="Bolt CLI" href="/developers/paradime-cli/bolt-cli" icon="bolt">
    Trigger, retry, suspend, and unsuspend Bolt schedule runs.
  </Card>

  <Card title="DinoAI CLI" href="/developers/paradime-cli/dinoai-cli" icon="robot">
    Chat with DinoAI agents interactively or send one-shot prompts from your terminal.
  </Card>
</CardGroup>

## Integration CLIs

Trigger syncs and refreshes for third-party tools directly from Paradime.

<CardGroup cols={2}>
  <Card title="Airbyte CLI" href="/developers/paradime-cli/airbyte-cli" icon="arrows-rotate">
    Trigger sync and reset jobs for Airbyte Cloud or self-hosted connections.
  </Card>

  <Card title="Fivetran CLI" href="/developers/paradime-cli/fivetran-cli" icon="arrows-rotate">
    Trigger Fivetran connector syncs with real-time monitoring.
  </Card>

  <Card title="Tableau CLI" href="/developers/paradime-cli/tableau-cli" icon="chart-bar">
    Refresh Tableau workbooks and data source extracts.
  </Card>

  <Card title="Power BI CLI" href="/developers/paradime-cli/microsoft-power-bi-cli" icon="chart-pie">
    Trigger Power BI dataset refreshes with parallel execution.
  </Card>
</CardGroup>


## Related topics

- [Paradime CLI](/products/code-ide/run-and-preview/paradime-cli.md)
- [Bolt CLI](/developers/paradime-cli/bolt-cli.md)
- [Catalog CLI](/developers/paradime-cli/catalog-cli.md)
- [Hightouch CLI](/developers/paradime-cli/hightouch-cli.md)
- [Matillion CLI](/developers/paradime-cli/matillion-cli.md)
