CLI Commands
ShadPanel provides a powerful command-line interface to scaffold, manage, and maintain your admin panel projects.
Available Commands
shadpanel init
Initialize a new ShadPanel project with interactive prompts. Choose from different installation types, configure authentication providers, select databases, and more.
shadpanel init my-appshadpanel db
Database management commands powered by Prisma. Generate migrations, run migrations, seed your database, and open Prisma Studio.
shadpanel db migrate
shadpanel db migrate status
shadpanel db studioQuick Reference
# Initialize new project
shadpanel init my-app
 
# Database migrations
shadpanel db migrate
shadpanel db generate
shadpanel db push
shadpanel db studio
shadpanel db seed
 
# Get help
shadpanel --help
shadpanel init --help
shadpanel db --helpNext Steps
- Explore the init command in detail
 - Learn about database management
 - Check out the Quick Start Guide
 
Last updated on