npm-{login,logout}: update page (#14857)

This commit is contained in:
Lena
2024-11-17 16:02:55 +01:00
committed by GitHub
parent b280d37776
commit 3a97d7dc7a
2 changed files with 7 additions and 7 deletions

View File

@@ -1,13 +1,13 @@
# npm logout
> Logout of the registry user account.
> Log out 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:
- Log out of the registry user account:
`npm logout`
- Logout using a custom registry:
- Log out using a custom registry:
`npm logout --registry={{registry_url}}`