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

> Manage Paradime resources and trigger integrations directly from your terminal.

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](/developers/paradime-cli/index.md)
- [Bolt CLI](/developers/paradime-cli/bolt-cli.md)
- [DinoAI CLI](/developers/paradime-cli/dinoai-cli.md)
- [Tableau CLI](/developers/paradime-cli/tableau-cli.md)
- [Fivetran CLI](/developers/paradime-cli/fivetran-cli.md)
