mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-07 10:45:37 +00:00
19 lines
367 B
Plaintext
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}}`
|