Difference between revisions of "Npm token"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lc}} * {{npm}}")
 
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
  
  
 +
npm token --help
 +
Manage your authentication tokens
 +
 +
Usage:
 +
npm token list
 +
npm token revoke <id|token>
 +
npm token create [--read-only] [--cidr=list]
 +
 +
Options:
 +
[--read-only] [--cidr <cidr> [--cidr <cidr> ...]] [--registry <registry>]
 +
[--otp <otp>]
 +
 +
Run "npm help token" for more info
  
 +
== Related ==
 +
[[npm login]]
 +
 +
== See also ==
 
* {{npm}}
 
* {{npm}}
 +
 +
[[Category:npm]]

Latest revision as of 10:31, 26 October 2022


npm token --help
Manage your authentication tokens

Usage:
npm token list
npm token revoke <id|token>
npm token create [--read-only] [--cidr=list] 

Options:
[--read-only] [--cidr <cidr> [--cidr <cidr> ...]] [--registry <registry>]
[--otp <otp>]

Run "npm help token" for more info

Related[edit]

npm login

See also[edit]

Advertising: