管理团队对组织包的访问权限

作为组织所有者或团队管理员,您可以在您的组织中向团队添加或删除包访问权限。

向团队添加包访问权限

在网页上向团队添加包访问权限

  1. 在 npm "登录" 页面,输入您的帐户详细信息并点击 登录. Screenshot of npm login dialog
  2. 在页面右上角,点击您的个人资料图片,然后点击**帐户**。 Screenshot of account settings selection in user menu
  3. 在左侧边栏中,点击您的组织的名称。 Screenshot of a selected organization
  4. 在组织设置页面,点击**团队**。 Screenshot of the organization teams tab
  5. 在您要添加包访问权限的团队旁边,点击**包**。

    Screenshot of the packages button
  6. 在“添加包”页面,在“包”字段中,输入包的名称并从下拉菜单中选择。

    Screenshot of the package selection
  7. 点击**+ 添加现有包**。

    Screenshot of the add package button
  8. 在包名称旁边,点击**只读**或**读写**以设置团队对该包的权限。

    Screenshot of the team package permission option

使用 CLI 向团队添加包访问权限

作为组织所有者或团队管理员,您可以在命令行中使用 CLI access 命令向团队添加包访问权限

npm access grant <只读|读写> <org:team> [<package>]

有关更多信息,请参阅 "npm-access".

从团队中删除包访问权限

在网页上从团队中删除包访问权限

  1. 在 npm "登录" 页面,输入您的帐户详细信息并点击 登录. Screenshot of npm login dialog
  2. 在页面右上角,点击您的个人资料图片,然后点击**帐户**。 Screenshot of account settings selection in user menu
  3. 在左侧边栏中,点击您的组织的名称。 Screenshot of a selected organization
  4. 在组织设置页面,点击**团队**。 Screenshot of the organization teams tab
  5. 在您要删除包访问权限的团队旁边,点击**包**。

    Screenshot of the packages button
  6. 在您要删除访问权限的包的名称旁边,点击**x**。

    Screenshot of the remove package button

使用 CLI 从团队中删除包访问权限

作为组织所有者或团队管理员,您也可以使用 CLI access 命令从命令行撤销团队的包访问权限

npm access revoke <org:team> [<package>]

有关更多信息,请参阅 "npm-access".

更改团队的包访问权限

在网页上更改团队的包访问权限

  1. 在 npm "登录" 页面,输入您的帐户详细信息并点击 登录. Screenshot of npm login dialog
  2. 在页面右上角,点击您的个人资料图片,然后点击**帐户**。 Screenshot of account settings selection in user menu
  3. 在左侧边栏中,点击您的组织的名称。 Screenshot of a selected organization
  4. 在组织设置页面,点击**团队**。 Screenshot of the organization teams tab
  5. 在您要删除包访问权限的团队旁边,点击**包**。

    Screenshot of the packages button
  6. 在包名称旁边,点击**只读**或**读写**以设置团队对该包的权限。

    Screenshot of the change package permission option

从 CLI 更改团队的包访问权限

作为组织所有者或团队管理员,您可以从命令行更改团队的包访问权限

npm access

有关更多信息,请参阅 npm-access CLI 文档.