A cli for Optimus
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
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
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