D
David Berger
Guest
USER COMMANDS signup Creates a new Modulus account. login Log into your Modulus account. When successfully logged in, a session will be kept for running future commands. resetPassword Sends a password recovery email to the email address provided. logout Ends your current session. PROJECT COMMANDS project create Creates a new project. project list List your currently available projects. list Alias of project list . project deploy Zips a directory and deploys it to your selected project. If no directory is provided, your current working directory is used. deploy Alias of project deploy . project scale Scales a project to use the number of servos given. project stop Stops your selected project, if it is running. project start Starts your selected project. project restart Restarts your selected project. project logs Retrieves the last 2000 lines of the selected project's logs. project logs tail Begins a real-time stream of a project's logs. logs tail Alias of project logs tail . project logs clear Clear all log data. ENVIRONMENT VARIABLE COMMANDS env list List your current project's environment variables. env get List a single environment variable. env set Create a variable with the name and value provided, or if the project has a variable with the name provided, it will be set to the value provided. env delete Delete the variable with the name provided. API TOKEN COMMANDS create Create an API token. remove Remove an existing API token. list List your API tokens. MISCELLANEOUS COMMANDS contact Send a feedback/support email to Modulus support. Your message must be enclosed in "s (double quotes).
Continue reading...
Continue reading...