D
David Berger
Guest
QUICK REFERENCE 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. SIGNUP Creates a new Modulus account. Params No Params Prompts username username for the account being created. email An email to be associated with the new account. password A password for the account. There are no restrictions on the format. Example $ modulus signup Welcome to Modulus In order to sign up we a few pieces of information. [?] Choose a username: spiderman [?] Enter a valid email: parker@example.com [?] Enter a password: [√] User spiderman has been created successfully. LOGIN Log into your Modulus account. When successfully logged in, a session will be kept for running future commands. Params No Params Options --username The username to use for logging in. This flag works with the --github flag. --password The password to use for logging in. This flag works with the --github flag. -g (--github) Log in using your GitHub credentials. Your GitHub account must be linked from the web portal (Account Settings) in order to use this flag. Prompts username/email The username or email address for your account. password Your password. Example $ modulus login Welcome to Modulus [?] Enter your username or email: spiderman [?] Enter your password: [√] Signed in as user spiderman RESETPASSWORD Sends a password recovery email to the email address provided. Params No Params Prompts email The email associated with your account. Example $ modulus resetPassword Welcome to Modulus [?] Enter email for account: parker@example.com You should receive an email at parker@example.com with instructions on resetting your password. LOGOUT Ends your current session. Params No Params Prompts No Prompts Example $ modulus logout Welcome to Modulus You are logged in as spiderman [√] You have signed out of Modulus
Continue reading...
Continue reading...