0.0.11 • Published 5 years ago

@rocketmakers/nebula-platform v0.0.11

Weekly downloads
2
License
MIT
Repository
gitlab
Last release
5 years ago

nebula-platform

Nebula CLI plugin for providing a platform for rocketmakers projects

oclif Version Downloads/week License

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.11 linux-x64 node-v12.14.0
$ nebula --help [COMMAND]
USAGE
  $ nebula COMMAND
...

Commands

nebula platform:build [FILE]

Initiates the build of a Nebula compatible project

USAGE
  $ nebula platform:build [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/build.js

nebula platform:destroy [FILE]

Destroys the local deployment of a Nebula compatible project

USAGE
  $ nebula platform:destroy [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/destroy.js

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

  -k, --kind=(all|core|main)                          [default: all] Kind of deployment to start

  -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