跳至主要内容

yarn npm logout

退出 npm 注册表。

用法

$ yarn npm logout

示例

退出默认注册表

退出 @my-scope 范围

yarn npm logout --scope my-scope

退出当前包的发布注册表

yarn npm logout --publish

退出所有注册表

yarn npm logout --all

详细信息

此命令将通过修改本地配置(在你的主文件夹中,绝不会在项目本身中)来删除链接到注册表的所有凭据,从而使你退出。

添加 -s,--scope 标志将针对为关联范围配置的任何注册表执行删除(另请参见 npmScopes)。

添加 --publish 标志将针对发布包时使用的注册表执行删除(另请参见 publishConfig.registrynpmPublishRegistry)。

添加 -A,--all 标志将针对所有注册表和范围执行删除。

选项

定义描述

-s,--scope #0

退出为给定范围配置的注册表

--publish

退出发布注册表

-A,--all

退出所有注册表