cli
cli copied to clipboard
The command line interface for deploying Node.js applications to Xervo.io.
Currently a folder with a single file, planning to break these out as needed.
If there is a failure when building a project during deploy I've noticed what seems to be a new feature, or at least log output: ``` Build failed, reverting project....
`[Error] Authorization failed. Please re-authenticate.` is pretty lame. Should be something more like `[Error] Authorization failed. You may not have access to perform this action.` or similar.
With the new deployment process (modulus cli 6, meteor runtime), are used packages in outside folders uploaded, too?
If any part of a build fails, the CLI should exit with a non-zero code.
I had this error: Unable to connect to any application instances. Logs display this error: ``` /mnt/app/bundle/programs/server/node_modules/fibers/future.js:280 throw(ex); ^ Error: Module did not self-register. at Error (native) at Object.Module._extensions..node (module.js:434:18)...
Hey, this bug is back. My project is dead. I am on Meteor 1.4, running as a meteor project and updated cli with: npm i modulus@next -g I was originally...
`$ modulus env list` should show the built-in environment variables (where possible).