summaryrefslogtreecommitdiff
path: root/deps/npm/docs/content/commands/npm-logout.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/docs/content/commands/npm-logout.md')
-rw-r--r--deps/npm/docs/content/commands/npm-logout.md20
1 files changed, 0 insertions, 20 deletions
diff --git a/deps/npm/docs/content/commands/npm-logout.md b/deps/npm/docs/content/commands/npm-logout.md
index f0dd5cb856..8ac3948f11 100644
--- a/deps/npm/docs/content/commands/npm-logout.md
+++ b/deps/npm/docs/content/commands/npm-logout.md
@@ -6,19 +6,10 @@ 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
```
-<!-- automatically generated, do not edit manually -->
-<!-- see lib/commands/logout.js -->
-
-<!-- AUTOGENERATED USAGE DESCRIPTIONS END -->
-
Note: This command is unaware of workspaces.
### Description
@@ -36,9 +27,6 @@ connected to that scope, if set.
### Configuration
-<!-- AUTOGENERATED CONFIG DESCRIPTIONS START -->
-<!-- automatically generated, do not edit manually -->
-<!-- see lib/utils/config/definitions.js -->
#### `registry`
* Default: "https://registry.npmjs.org/"
@@ -46,9 +34,6 @@ connected to that scope, if set.
The base URL of the npm registry.
-<!-- automatically generated, do not edit manually -->
-<!-- see lib/utils/config/definitions.js -->
-
#### `scope`
* Default: the scope of the current project, if any, or ""
@@ -79,11 +64,6 @@ npm init --scope=@foo --yes
```
-<!-- automatically generated, do not edit manually -->
-<!-- see lib/utils/config/definitions.js -->
-
-<!-- AUTOGENERATED CONFIG DESCRIPTIONS END -->
-
### See Also
* [npm adduser](/commands/npm-adduser)