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

omnis-cli

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

omnis-cli

Fron-end interface form omnis platform

latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

Omnis-CLI

node module for integration with Omnis Platform omnis-cli npm omnis npm

Installation

For inststll omnis-cli use one of command

yarn global add omnis-cli

or

npm install omnis-cli --global

Quick Start

  • Install omnis-cli via npm install omnis-cli --global
  • Change current directory to project directory
  • Run omnis-cli init in project directory


Options

Init

omnis-cli init

Init option used for initializing dependencies inside project directory and generating empty omnis.json file. Before running this command make sure that you package.json file and node_modules folder are in the same directory.

Status

omnis-cli status

The Status option used for checking the current status of the application and return true or false

Activate

omnis-cli activate

The active option used for changing application activation status to true, that allow to getting a data from it.

Deactivate

omnis-cli deactivate

The Deactivate option used for changing application activation status to false, that disallow to getting a data from it.

Keywords

omnis

FAQs

Package last updated on 20 Jun 2018

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