Overview
The sunpeak CLI commands support a complete development lifecycle, from project creation to production deployment. This page explains how the commands work together.Development Lifecycle
1. Create
Install sunpeak globally:- pnpm
- npm
- yarn
2. Develop
Run the development server with hot reload:http://localhost:6767, letting you iterate quickly on your App UI.
For testing with the real ChatGPT, start the MCP server:
3. Build
Create production-ready bundles:4. Push
Push your built Resources to the sunpeak repository:5. Deploy
Deploy to production:sunpeak push --tag prod, marking the current build as the production version.
CI/CD Integration
The push/pull commands enable CI/CD workflows where your MCP server can pull the latest Resources without rebuilding:Dive Deeper
CLI API Reference
Detailed documentation for all CLI commands and options.