Commands:
rw build [app..] Build for production.
rw db <command> Database tools. [aliases: database]
rw dev [app..] Run development servers.
rw generate <type> Save time by generating boilerplate code. [aliases: g]
rw lint Lint your files.
rw open [port] Open your project in your browser.
rw test [app..] Run Jest tests for api and web.
The doc does not include the commands (with options) available along with a brief description for each. See:
https://github.com/redwoodjs/redwood/blob/master/packages/cli/README.md
—helpflag.Running
yarn rw —helpoutputs this list:And here’s the cli/ package directory with all commands:
https://github.com/redwoodjs/redwood/tree/master/packages/cli/src/commands