@@ -1196,8 +1196,7 @@ time.
11961196* Type: null or String (can be set multiple times)
11971197
11981198When creating a Granular Access Token with \`npm token create\`, this limits
1199- the token access to specific organizations. Provide a comma-separated list
1200- of organization names.
1199+ the token access to specific organizations.
12011200
12021201
12031202
@@ -1285,8 +1284,7 @@ For \`list\` this means the output will be based on the tree described by the
12851284* Type: null or String (can be set multiple times)
12861285
12871286When creating a Granular Access Token with \`npm token create\`, this limits
1288- the token access to specific packages. Provide a comma-separated list of
1289- package names.
1287+ the token access to specific packages.
12901288
12911289
12921290
@@ -1622,8 +1620,8 @@ npm init --scope=@foo --yes
16221620* Type: null or String (can be set multiple times)
16231621
16241622When creating a Granular Access Token with \`npm token create\`, this limits
1625- the token access to specific scopes. Provide a comma-separated list of scope
1626- names (with or without @ prefix).
1623+ the token access to specific scopes. Provide a scope name (with or without @
1624+ prefix).
16271625
16281626
16291627
@@ -4457,13 +4455,12 @@ Manage your authentication tokens
44574455Usage:
44584456npm token list
44594457npm token revoke <id|token>
4460- npm token create --name=<name> [--token-description=<desc>] [--packages=<pkg1,pkg2>] [--packages-all] [--scopes=<scope1,scope2>] [--orgs=<org1,org2>] [--packages-and-scopes-permission=<read-only|read-write|no-access>] [--orgs-permission=<read-only|read-write|no-access>] [--expires=<days>] [--cidr=<ip-range>] [--bypass-2fa] [--password=<pass>]
4458+ npm token create
44614459
44624460Options:
44634461[--name <name>] [--token-description <token-description>] [--expires <expires>]
4464- [--packages <pkg1,pkg2> [--packages <pkg1,pkg2> ...]] [--packages-all]
4465- [--scopes <@scope1,@scope2> [--scopes <@scope1,@scope2> ...]]
4466- [--orgs <org1,org2> [--orgs <org1,org2> ...]]
4462+ [--packages <packages> [--packages <packages> ...]] [--packages-all]
4463+ [--scopes <scopes> [--scopes <scopes> ...]] [--orgs <orgs> [--orgs <orgs> ...]]
44674464[--packages-and-scopes-permission <read-only|read-write|no-access>]
44684465[--orgs-permission <read-only|read-write|no-access>]
44694466[--cidr <cidr> [--cidr <cidr> ...]] [--bypass-2fa] [--password <password>]
@@ -4474,7 +4471,7 @@ Run "npm help token" for more info
44744471\`\`\`bash
44754472npm token list
44764473npm token revoke <id|token>
4477- npm token create --name=<name> [--token-description=<desc>] [--packages=<pkg1,pkg2>] [--packages-all] [--scopes=<scope1,scope2>] [--orgs=<org1,org2>] [--packages-and-scopes-permission=<read-only|read-write|no-access>] [--orgs-permission=<read-only|read-write|no-access>] [--expires=<days>] [--cidr=<ip-range>] [--bypass-2fa] [--password=<pass>]
4474+ npm token create
44784475\`\`\`
44794476
44804477Note: This command is unaware of workspaces.
0 commit comments