summaryrefslogtreecommitdiff
path: root/deps/npm/man/man1/npm-token.1
blob: f52451cae0adf6b12bff093587688071deefd40c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.P
+
```
.RS 0
.IP \(bu 2
\fBnpm token revoke <token|id>\fP:
This removes an authentication token, making it immediately unusable\. This can accept
both complete tokens (as you get back from \fBnpm token create\fP and will
find in your \fB\|\.npmrc\fP) and ids as seen in the \fBnpm token list\fP output\.
This will NOT accept the truncated token found in \fBnpm token list\fP output\.

.RE