cli
cli copied to clipboard
The command line interface for deploying Node.js applications to Xervo.io.
From https://modulus.desk.com/agent/case/8126 The CLI failed to request the project status or deploy log and it bailed with an error that causes the user to think something is broken. Retry these...
The provision and deprovision commands need the indeterminate progress bar to show when running to match how the other commands work.
Add the ability to stagger deploys. Deploy 1/2 the servos, wait some period of time, then deploy the other half. This is intended to provide a quick solution for zero...
Add mod-standard & make sure all files follow the style guidelines.
Correct credentials for logging in not working with proxy.
Documentation has been added to the codex, but nothing is in the readme that everybody sees.
Suggested on GitHub here: https://github.com/onmodulus/demeteorizer/issues/83
It will reduce copy/paste errors. Possible flow: `$ modulus project ssl create Which domain is this certificate for? www.example.com (if the domain doesn't exist, just create it on the project...