Skip to main content

CLI Overview

Open Mercato bundles CLI commands for project setup, tenant administration, and module scaffolding. Top-level helpers are exposed as Yarn scripts (yarn init, yarn db:generate, …) while module-specific utilities live under the umbrella command:

yarn mercato <module> <command> [options]

Run yarn mercato --help to list modules and yarn mercato <module> --help to drill in.

Workflow Cheat Sheet

Each linked page provides usage syntax, option breakdowns, sample output, and troubleshooting notes so you can copy commands directly into your terminal.