Genstore CLI commands
Genstore CLI is a command-line tool for building and managing Genstore apps. It provides a comprehensive set of commands that streamline core development workflows — from project creation and environment management to app deployment and extension configuration. This tool enables developers to significantly improve their development efficiency.
Core commands
Command | Purpose |
---|---|
help | View available commands and usage |
version | Display CLI version information |
Development commands
These commands help you build and manage Genstore apps:
Command | Purpose | Learn more |
---|---|---|
app init | Create a new app | app init |
app dev | Start development server | app dev |
app deploy | Deploy to production | app deploy |
app generate extension | Add a new extension | app generate extension |