Skip to content

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

CommandPurpose
helpView available commands and usage
versionDisplay CLI version information

Development commands

These commands help you build and manage Genstore apps:

CommandPurposeLearn more
app initCreate a new appapp init
app devStart development serverapp dev
app deployDeploy to productionapp deploy
app generate extensionAdd a new extensionapp generate extension