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