0.0.3 • Published 7 years ago
omnis-cli v0.0.3
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-clior
npm install omnis-cli --globalQuick Start
- Install
omnis-clivianpm install omnis-cli --global - Change current directory to project directory
- Run
omnis-cli initin project directory
Options
Init
omnis-cli initInit 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 statusThe Status option used for checking the current status of the application and return true or false
Activate
omnis-cli activateThe active option used for changing application activation status to true, that allow to getting a data from it.
Deactivate
omnis-cli deactivateThe Deactivate option used for changing application activation status to false, that disallow to getting a data from it.