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
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 |
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.