Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 1.06 KB

README.md

File metadata and controls

53 lines (39 loc) · 1.06 KB

Optimus-cli

Package Quality

npm version

A cli for Optimus

Installation

npm install -g optimus-cli

Note: If the installation fails on your machine, you might have to update your libssh2 using below command and try again.

brew install libgcrypt

Usage

To Verify if you system is ready for using Optimus

$ optimus doctor

To Install missing dependencies

$ optimus setup

To create a new Optimus project.

$ optimus new <project_name>

Note: Project name is mandatory.

To create a new test feed

$ optimus testfeed

Available commands

Commands:

    new <project_name>  creates a new optimus project
    testfeed            Create a testfeed for the project
    doctor              verifies the workspace for dependencies
    setup               sets up the optimus environment
    version             get the optimus version