Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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) 

Code Block
languagenone
linenumbersfalse
usage: cmri account login [--email EMAIL] [--password PASSWORD] [--password-file PASSWORD_FILE]

...