fuel list:modulesfuel list:modules
List all available modules defined in fuel.modules.json.
Usage
fuel list:modules [options]Description
Reads the fuel.modules.json file from the monorepo root (or a specified path) and displays all module names that can be included when creating a new app with fuel create:app.
Options
| Flag | Description | Default |
|---|---|---|
-s, --source <path> | Path to the monorepo root. Auto-detected if omitted. | — |
--github-token <token> | GitHub token for accessing private repositories. | — |
Examples
List modules from current directory
fuel list:modulesList modules from a specific path
fuel list:modules --source /path/to/monorepoLive Demo
Simulated terminal output for fuel list:modules. Press replay to restart.
fuel list:modules
$