@@ -7,7 +7,7 @@ redirect_from:
7
7
8
8
import shared from ' ~/shared.js'
9
9
10
- As an organization owner or team admin , you can add or remove package access to or from teams in your organization.
10
+ As an organization owner or package maintainer , you can add or remove package access to or from teams in your organization.
11
11
12
12
## Adding package access to a team
13
13
@@ -47,7 +47,7 @@ As an organization owner or team admin, you can add or remove package access to
47
47
48
48
### Adding package access to a team using the CLI
49
49
50
- 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:
50
+ 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:
51
51
52
52
```
53
53
npm access grant <read-only|read-write> <org:team> [<package>]
@@ -85,7 +85,7 @@ For more information, see "[npm-access][access-cli]".
85
85
86
86
### Removing package access from a team using the CLI
87
87
88
- 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:
88
+ 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:
89
89
90
90
```
91
91
npm access revoke <org:team> [<package>]
@@ -123,7 +123,7 @@ For more information, see "[npm-access][access-cli]".
123
123
124
124
### Changing package access for a team from the CLI
125
125
126
- As an organization owner or team admin , you can change package access for a team from the command line:
126
+ As an organization owner or package maintainer , you can change package access for a team from the command line:
127
127
128
128
```
129
129
npm access
0 commit comments