Tapcart CLI
Local CLI for building, previewing, and deploying Tapcart Custom Blocks.

The Tapcart CLI lets developers build, preview, and deploy Custom Blocks and reusable components from a local environment.
Custom blocks and the Tapcart CLI require the Tapcart Enterprise plan.
Start here
- App Studio Quick Start — build your first block end-to-end (install, auth, create, deploy).
- CLI Command Reference — every command, argument, and flag.
Install
npm install -g @tapcart/tapcart-cli
tapcart --versionCommand groups
| Group | What it does |
|---|---|
tapcart auth | Log in / out of Tapcart |
tapcart project | Scaffold a new blocks project |
tapcart block | Create, preview, push, and version blocks |
tapcart component | Create, preview, push, and version global components |
tapcart dependency | Manage npm dependencies for your app |
tapcart dev | Run the local dev server (block / component / layout) |
tapcart layout | Author and preview local mock layouts |
tapcart lint | Run ESLint on blocks and components |
tapcart types | Sync editor IntelliSense types |
tapcart log | Show local CLI logs |
tapcart mcp | Start the Tapcart MCP server for AI clients |
Run tapcart -h or tapcart <command> -h for full help on any command.
Updated 16 days ago
Did this page help you?
