Skip to content

Swap "team admin" for "package maintainer" #1512

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 21, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ redirect_from:

import shared from '~/shared.js'

As an organization owner or team admin, you can add or remove package access to or from teams in your organization.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe all mentions of "team admin" in this doc should be removed. See line 50, for example.

As an organization owner or package maintainer, you can add or remove package access to or from teams in your organization.

## Adding package access to a team

Expand Down Expand Up @@ -47,7 +47,7 @@ As an organization owner or team admin, you can add or remove package access to

### Adding package access to a team using the CLI

As an organization owner or team admin, you can use the CLI `access` command to add package access to a team on the command line:
As an organization owner or package maintainer, you can use the CLI `access` command to add package access to a team on the command line:

```
npm access grant <read-only|read-write> <org:team> [<package>]
Expand Down Expand Up @@ -85,7 +85,7 @@ For more information, see "[npm-access][access-cli]".

### Removing package access from a team using the CLI

As an organization owner or team admin, you can also use the CLI `access` command to revoke package access from a team on the command line:
As an organization owner or package maintainer, you can also use the CLI `access` command to revoke package access from a team on the command line:

```
npm access revoke <org:team> [<package>]
Expand Down Expand Up @@ -123,7 +123,7 @@ For more information, see "[npm-access][access-cli]".

### Changing package access for a team from the CLI

As an organization owner or team admin, you can change package access for a team from the command line:
As an organization owner or package maintainer, you can change package access for a team from the command line:

```
npm access
Expand Down
Loading