list:modules
fuel list:modules

fuel 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

FlagDescriptionDefault
-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:modules

List modules from a specific path

fuel list:modules --source /path/to/monorepo

Live Demo

Simulated terminal output for fuel list:modules. Press replay to restart.

fuel list:modules
$