login

Attempts to link the current vault with the user account identified by the provided e-mail and password. Passwords are not stored in the vault configuration, rather a token will be stored that grants access only to licensing capabilities. If a valid email, password, and/or password file are not provided as options, the user will be prompted to enter an e-mail and password. 

NOTE: Encase passwords and email addresses with special characters in single quotes (i.e., --password '$pecialCharacter$'). The '@' symbol is excluded from this rule (i.e., --email silver@thread.com)

Single quotes are NOT necessary when using the account login command from within the CodeMRI shell (e.g., 'cmri shell'  command) 

usage: cmri account login [--email EMAIL] [--password PASSWORD] [--password-file PASSWORD_FILE]

options:

-e, --email

The e-mail address of the account to log in.

-p, --password-file

The path to a password file containing the password to log in with.

-P, --password

The password to log in with. Use with caution, passwords may be written to shell history.