Skip to main content

You need help?

The npm run help command displays the help information for Orion’s CLI commands. It shows a list of available commands and a brief description of each.

Usage

>>> npm run help

Purpose

The help command serves as a quick reference for developers to understand the available commands and how to use them.

Output

>>> npm run help
Orion CLI - Generate plug-and-play backend services.

Options:
-V, --version output the version number
-h, --help display help for command

Commands:
generate <type> <name> Generate a new set of controller, route or module files.
config [dbTypes...] Configure one or more databases. (mysql, mongo, redis)
help display help for command