pnpm logout
Added in: v11.0.0
Log out of an npm registry. Revokes the authentication token on the registry and removes it from the local auth config file.
pnpm logout [--registry <url>] [--scope <scope>]
If a scope is provided, the registry associated with that scope is used.
The token is removed from <pnpm config>/auth.ini.
Opzioni
--registry <url>
The registry to log out from. Defaults to the configured default registry.
--scope <scope>
Use the registry associated with the given scope.