Skip to content

Genstore CLI

Genstore CLI is a command-line interface tool that streamlines the development process for Genstore apps. It provides automated workflows and standardized frameworks to help development teams improve productivity and maintain code quality.

Core features

The Genstore CLI offers these core capabilities:

  • App creation: Bootstrap new Genstore apps using pre-built templates
  • Extension management: Scaffold and manage app extensions
  • Registration: Register your app automatically in the partner dashboard
  • Development server: Run apps locally with secure tunneling
  • Deployment: Package and deploy apps and extensions to production

System requirements

Before installing GenStore CLI, verify that your environment meets these prerequisites:

Development Environment

Supported browsers

Installation

Install Genstore CLI globally to run commands from any directory:

bash
npm install -g @genstore/cli@latest

Verify your installation:

bash
genstore version

Command reference

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

Quick start

Read our Create app via Genstore CLI to build your first app.

Getting help

Run genstore help for command usage, or visit our documentation site for comprehensive guides.