Skip to main content
Runs a custom command defined in one of the project’s modules by its registered name. It scans every module that has a bin/command/run.ts entry point, locates the one declaring the requested command, and executes it with any extra arguments forwarded.

Usage

ooneex command:run [options]

Examples

ooneex command:run import:user
ooneex command:run import:user --source=./users.csv

Options

OptionDescriptionDefault
--idName of the command to run. Falls back to the first positional argument.
--argsExtra arguments forwarded to the command. Falls back to the remaining positional arguments.