redwood

Redwood provides a first-class CLI that helps you at every stage of development, from your first commit to your first deploy

Subcommands

NameDescription
devStart development servers for api and web
deployDeploy your redwood project to a hosting provider target
destroy, dRollback changes made by the generate command
generate, gSave time by generating boilerplate code
execExecute scripts generated by yarn redwood generate script to run one-off operations, long-running jobs, or utility scripts
buildBuild the api and web
diagnostics, checkGet structural diagnostics for a Redwood project (experimental)
console, cLaunch an interactive Redwood shell (experimental)
infoPrint your system environment information
upgradeUpgrade all @redwoodjs packages via an interactive CLI
serveRuns a server that serves both the api and the web sides
type-check, tsc, tcRuns a TypeScript compiler check on both the api and the web sides
testRun Jest tests for api and web
storybookStarts Storybook locally
lintLint your files
openOpen your project in your browser
setupInitialize project config and install packages
data-migrate, dm, dataMigrateData migration tools
prismaPrisma commands

Options

NameDescription
--help, -hShow help for redwood