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

Install

npm install -g @tapcart/tapcart-cli
tapcart --version

Command groups

GroupWhat it does
tapcart authLog in / out of Tapcart
tapcart projectScaffold a new blocks project
tapcart blockCreate, preview, push, and version blocks
tapcart componentCreate, preview, push, and version global components
tapcart dependencyManage npm dependencies for your app
tapcart devRun the local dev server (block / component / layout)
tapcart layoutAuthor and preview local mock layouts
tapcart lintRun ESLint on blocks and components
tapcart typesSync editor IntelliSense types
tapcart logShow local CLI logs
tapcart mcpStart the Tapcart MCP server for AI clients

Run tapcart -h or tapcart <command> -h for full help on any command.


Did this page help you?