New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@rearc/noop-cli

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rearc/noop-cli

Noop CLI

latest
Source
npmnpm
Version
0.1.52
Version published
Maintainers
1
Created
Source

Noop CLI

Interactive command line interface for Noop Platform and local development

Requirements

  • node
  • git
  • docker

Package Install

npm install -g @rearc/noop-cli

Local Install

git clone git@github.com:rearc/noop-cli.git
cd noop-cli
npm install
npm link

Commands

Run the app in local development mode which auto reloads

noop run [port] [-e componentname.ENV_KEY=Value] [--envFile .devEnv] [-e ENV_KEY=Value]

If a .noopEnv file exists in the root of the application, it will automatically be read.

Analyze current project directory and display summary information

noop inspect

Reset state of a resource

Resources run through the Noop Dev Server persist state between runs. To clear this state run: noop reset <resourceName> Example if your db resource state is corrupted because a bad version of the database was installed initially).

Initialize a new project

noop init (not implemented)

Auto-detect what we can from the repo and then interact with user to provide additional detail.

Create new a component

noop add component --type service --template nodejs --name ProductSite (not implemented)

Parameters

  • name? (do components have names?)
  • type (service, function, persistent?, static)
  • template

Create a new resource for the current component

noop add resource --type mysql --name products (not implemented)

Parameters

  • name
  • type (mysql, dynamodb, s3)

Keywords

noop

FAQs

Package last updated on 14 Mar 2019

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