Files
cheatsheet-tldr/tldr/npm-logout
2025-12-31 00:22:26 +00:00

19 lines
367 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# npm logout
> Log out of the registry user account.
> See also: `npm login`.
> More information: <https://docs.npmjs.com/cli/npm-logout/>.
- Log out of the registry user account:
`npm logout`
- Log out using a custom registry:
`npm logout --registry {{registry_url}}`