nebula-platform
Nebula CLI plugin for providing a platform for rocketmakers projects
Documentation
A link to the full documentation can be found here
Usage
$ npm install -g @rocketmakers/nebula-platform
$ nebula COMMAND
running command...
$ nebula (-v|--version|version)
@rocketmakers/nebula-platform/0.0.7 linux-x64 node-v12.14.0
$ nebula --help [COMMAND]
USAGE
$ nebula COMMAND
...
Commands
nebula platform:start [FILE]
Initiates the local deployment of a Nebula compatible project
USAGE
$ nebula platform:start [FILE]
OPTIONS
-c, --config=config Location of the Nebula config JSON. If not specified, it looks for
a nebula.json in the current working directory
-h, --help show CLI help
-l, --loglevel=(fatal|error|warn|info|trace|debug) [default: info] Log level of display output
-r, --root=root [default: .] Location of the project root
See code: lib/commands/platform/start.js