🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

@rocketmakers/nebula-platform

Package Overview
Dependencies
Maintainers
4
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rocketmakers/nebula-platform

Nebula CLI plugin for providing a platform for rocketmakers projects

latest
Source
npmnpm
Version
0.0.11
Version published
Maintainers
4
Created
Source

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

Keywords

nebula

FAQs

Package last updated on 18 Dec 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts