npm-logout: add page (#14835)

This commit is contained in:
Martin Blume
2024-11-16 13:11:03 +01:00
committed by GitHub
parent f95f7c0242
commit dc01fda3f4
2 changed files with 16 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
# npm logout
> Logout of the registry user account.
> See also: `npm login` for logging in.
> More information: <https://docs.npmjs.com/cli/commands/npm-logout>.
- Logout of the registry user account:
`npm logout`
- Logout using a custom registry:
`npm logout --registry={{registry_url}}`