Token based authentication, ideal for CI servers.
Generate a token, with prompts for username and email address:
npmo-auth-token generate
Generate a token, without prompts:
npmo-auth-token generate --user me --email [email protected]
List your tokens:
npmo-auth-token list
Delete a token, with prompt to select from a list:
npmo-auth-token delete
Delete a token, without prompt:
npmo-auth-token delete --token deploy_0609bae9-cbcb-4bd6-a69c-3fae1a49fabd
ISC