Commands Overview
RocketFuel CLI provides commands to bootstrap and manage Next.js applications.
Available Commands
| Command | Description |
|---|---|
rocketfuel init | Create a new RocketFuel project |
rocketfuel help | Display help information |
rocketfuel --version | Display CLI version |
Global Flags
These flags work with any command:
| Flag | Description |
|---|---|
-h, --help | Display help for the command |
Getting Help
For help with any command, add the --help flag:
rocketfuel init --help