Skip to content
This repository has been archived by the owner on Dec 18, 2020. It is now read-only.

Latest commit

 

History

History
42 lines (27 loc) · 812 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 812 Bytes

npmo-auth-token

Build Status Coverage Status

Token based authentication, ideal for CI servers.

Usage

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 me@me.co

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

License

ISC