summaryrefslogtreecommitdiff
path: root/deps/npm/docs/output/commands/npm-token.html
diff options
context:
space:
mode:
authornpm CLI robot <npm-cli+bot@github.com>2022-11-07 13:02:05 -0500
committerGitHub <noreply@github.com>2022-11-07 18:02:05 +0000
commit14a9f77c7cf4d52ed222c156069f63a599f9004b (patch)
tree7f734aa6c0dcb60236161ef8708f6ecc16f450f1 /deps/npm/docs/output/commands/npm-token.html
parent06603c44a5b0e92b1a3591ace467ce9770bf9658 (diff)
downloadnode-new-14a9f77c7cf4d52ed222c156069f63a599f9004b.tar.gz
deps: upgrade npm to 8.19.3
PR-URL: https://github.com/nodejs/node/pull/45322 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'deps/npm/docs/output/commands/npm-token.html')
-rw-r--r--deps/npm/docs/output/commands/npm-token.html18
1 files changed, 0 insertions, 18 deletions
diff --git a/deps/npm/docs/output/commands/npm-token.html b/deps/npm/docs/output/commands/npm-token.html
index 8ce05427c6..fb9bd301bb 100644
--- a/deps/npm/docs/output/commands/npm-token.html
+++ b/deps/npm/docs/output/commands/npm-token.html
@@ -146,16 +146,10 @@ npm command-line interface
</section>
<div id="_content"><h3 id="synopsis">Synopsis</h3>
-<!-- raw HTML omitted -->
-<!-- raw HTML omitted -->
-<!-- raw HTML omitted -->
<pre lang="bash"><code>npm token list
npm token revoke &lt;id|token&gt;
npm token create [--read-only] [--cidr=list]
</code></pre>
-<!-- raw HTML omitted -->
-<!-- raw HTML omitted -->
-<!-- raw HTML omitted -->
<p>Note: This command is unaware of workspaces.</p>
<h3 id="description">Description</h3>
<p>This lets you list, create and revoke authentication tokens.</p>
@@ -217,9 +211,6 @@ output of <code>npm token list</code>. This will NOT accept the truncated token
found in the normal <code>npm token list</code> output.</li>
</ul>
<h3 id="configuration">Configuration</h3>
-<!-- raw HTML omitted -->
-<!-- raw HTML omitted -->
-<!-- raw HTML omitted -->
<h4 id="read-only"><code>read-only</code></h4>
<ul>
<li>Default: false</li>
@@ -227,8 +218,6 @@ found in the normal <code>npm token list</code> output.</li>
</ul>
<p>This is used to mark a token as unable to publish when configuring limited
access tokens with the <code>npm token create</code> command.</p>
-<!-- raw HTML omitted -->
-<!-- raw HTML omitted -->
<h4 id="cidr"><code>cidr</code></h4>
<ul>
<li>Default: null</li>
@@ -236,16 +225,12 @@ access tokens with the <code>npm token create</code> command.</p>
</ul>
<p>This is a list of CIDR address to be used when configuring limited access
tokens with the <code>npm token create</code> command.</p>
-<!-- raw HTML omitted -->
-<!-- raw HTML omitted -->
<h4 id="registry"><code>registry</code></h4>
<ul>
<li>Default: "<a href="https://registry.npmjs.org/">https://registry.npmjs.org/</a>"</li>
<li>Type: URL</li>
</ul>
<p>The base URL of the npm registry.</p>
-<!-- raw HTML omitted -->
-<!-- raw HTML omitted -->
<h4 id="otp"><code>otp</code></h4>
<ul>
<li>Default: null</li>
@@ -255,9 +240,6 @@ tokens with the <code>npm token create</code> command.</p>
when publishing or changing package permissions with <code>npm access</code>.</p>
<p>If not set, and a registry response fails with a challenge for a one-time
password, npm will prompt on the command line for one.</p>
-<!-- raw HTML omitted -->
-<!-- raw HTML omitted -->
-<!-- raw HTML omitted -->
<h3 id="see-also">See Also</h3>
<ul>
<li><a href="../commands/npm-adduser.html">npm adduser</a></li>