diff options
Diffstat (limited to 'deps/npm/docs/output/commands/npm-token.html')
-rw-r--r-- | deps/npm/docs/output/commands/npm-token.html | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/deps/npm/docs/output/commands/npm-token.html b/deps/npm/docs/output/commands/npm-token.html index a0ec36c457..8ce05427c6 100644 --- a/deps/npm/docs/output/commands/npm-token.html +++ b/deps/npm/docs/output/commands/npm-token.html @@ -146,10 +146,16 @@ npm command-line interface </section> <div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre lang="bash"><code> npm token list [--json|--parseable] - npm token create [--read-only] [--cidr=1.1.1.1/24,2.2.2.2/16] - npm token revoke <id|token> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<pre lang="bash"><code>npm token list +npm token revoke <id|token> +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> |