Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/commands/npm-logout.md')
-rw-r--r--docs/content/commands/npm-logout.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/content/commands/npm-logout.md b/docs/content/commands/npm-logout.md
index cb7c8496f..f0dd5cb85 100644
--- a/docs/content/commands/npm-logout.md
+++ b/docs/content/commands/npm-logout.md
@@ -6,10 +6,19 @@ description: Log out of the registry
### Synopsis
+<!-- AUTOGENERATED USAGE DESCRIPTIONS START -->
+<!-- automatically generated, do not edit manually -->
+<!-- see lib/commands/logout.js -->
+
```bash
-npm logout [--registry=<url>] [--scope=<@scope>]
+npm logout
```
+<!-- automatically generated, do not edit manually -->
+<!-- see lib/commands/logout.js -->
+
+<!-- AUTOGENERATED USAGE DESCRIPTIONS END -->
+
Note: This command is unaware of workspaces.
### Description