redwood
Redwood provides a first-class CLI that helps you at every stage of development, from your first commit to your first deploy
Subcommands
Name | Description |
---|---|
dev | Start development servers for api and web |
deploy | Deploy your redwood project to a hosting provider target |
destroy, d | Rollback changes made by the generate command |
generate, g | Save time by generating boilerplate code |
exec | Execute scripts generated by yarn redwood generate script to run one-off operations, long-running jobs, or utility scripts |
build | Build the api and web |
diagnostics, check | Get structural diagnostics for a Redwood project (experimental) |
console, c | Launch an interactive Redwood shell (experimental) |
info | Print your system environment information |
upgrade | Upgrade all @redwoodjs packages via an interactive CLI |
serve | Runs a server that serves both the api and the web sides |
type-check, tsc, tc | Runs a TypeScript compiler check on both the api and the web sides |
test | Run Jest tests for api and web |
storybook | Starts Storybook locally |
lint | Lint your files |
open | Open your project in your browser |
setup | Initialize project config and install packages |
data-migrate, dm, dataMigrate | Data migration tools |
prisma | Prisma commands |
Options
Name | Description |
---|---|
--help, -h | Show help for redwood |