Skip to content

tvarchive/optimus_cli

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published