summaryrefslogtreecommitdiff
path: root/deps/npm/html/doc/cli/npm-token.html
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/html/doc/cli/npm-token.html')
-rw-r--r--deps/npm/html/doc/cli/npm-token.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/deps/npm/html/doc/cli/npm-token.html b/deps/npm/html/doc/cli/npm-token.html
index a2e4ce1814..8ec2f5fbec 100644
--- a/deps/npm/html/doc/cli/npm-token.html
+++ b/deps/npm/html/doc/cli/npm-token.html
@@ -13,9 +13,9 @@
<h2 id="synopsis">SYNOPSIS</h2>
<pre><code>npm token list [--json|--parseable]
npm token create [--read-only] [--cidr=1.1.1.1/24,2.2.2.2/16]
-npm token delete &lt;id|token&gt;
+npm token revoke &lt;id|token&gt;
</code></pre><h2 id="description">DESCRIPTION</h2>
-<p>This list you list, create and delete authentication tokens. </p>
+<p>This list you list, create and revoke authentication tokens.</p>
<ul>
<li><p><code>npm token list</code>:
Shows a table of all active authentication tokens. You can request this as
@@ -55,7 +55,7 @@ two-factor authentication enabled, an otp.</p>
| created | 2017-10-02T07:52:24.838Z |
+----------------+--------------------------------------+
</code></pre><ul>
-<li><code>npm token delete &lt;token|id&gt;</code>:
+<li><code>npm token revoke &lt;token|id&gt;</code>:
This removes an authentication token, making it immediately unusable. This can accept
both complete tokens (as you get back from <code>npm token create</code> and will
find in your <code>.npmrc</code>) and ids as seen in the <code>npm token list</code> output.
@@ -73,4 +73,4 @@ This will NOT accept the truncated token found in <code>npm token list</code> ou
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
<tr><td colspan=5 style="width:50px;height:10px;background:#fff">&nbsp;</td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4>&nbsp;</td><td style="width:90px;height:10px;background:#fff" colspan=9>&nbsp;</td></tr>
</table>
-<p id="footer">npm-token &mdash; npm@5.5.1</p>
+<p id="footer">npm-token &mdash; npm@5.6.0</p>