
DataChonk CLI
Generate production-ready dbt models from your terminal. Scan warehouses, generate code, and chat with AI.
$
npm install -g @datachonk/cliWarehouse Scanning
Auto-discover tables, columns, and relationships
AI Generation
Generate production-ready dbt models instantly
Brain Chat
Get help from AI directly in your terminal
GitHub Push
Push generated models to your repo
Try it now
Interactive demoDataChonk CLI
Welcome to DataChonk CLI v1.0.0
Type 'help' for available commands.
Try:
Commands
datachonk initInitialize a new DataChonk project with dbt structure
$ datachonk init my-analytics-project
datachonk scanScan your data warehouse to discover tables and schemas
$ datachonk scan --warehouse snowflake
datachonk generateGenerate dbt models from source tables
$ datachonk generate staging --source raw_stripe.payments
datachonk askAsk the DataChonk Brain for help
$ datachonk ask "how do I handle slowly changing dimensions?"
datachonk pushPush generated models to GitHub
$ datachonk push --branch feature/add-staging-models --pr
Ready to supercharge your dbt workflow?
Get started with DataChonk CLI and generate production-ready models in seconds.