Skip to content

Commands Overview

RocketFuel CLI provides commands to bootstrap and manage Next.js applications.

Available Commands

CommandDescription
rocketfuel initCreate a new RocketFuel project
rocketfuel helpDisplay help information
rocketfuel --versionDisplay CLI version

Global Flags

These flags work with any command:

FlagDescription
-h, --helpDisplay help for the command

Getting Help

For help with any command, add the --help flag:

Terminal window
rocketfuel init --help