Skip to content
This repository has been archived by the owner on Dec 18, 2020. It is now read-only.
/ npmo-auth-token Public archive

token based authentication strategy designed for CI systems.

License

Notifications You must be signed in to change notification settings

npm/npmo-auth-token

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

token based authentication strategy designed for CI systems.

Resources

License

Stars

Watchers

Forks