fix!: remove npm adduser command · npm/cli@7357d7f · GitHub
Skip to content

Commit 7357d7f

Browse files
committed
fix!: remove npm adduser command
BREAKING CHANGE: The `npm adduser` command has been removed. Create and manage user accounts on the npm website, and use `npm login` to authenticate on the command line.
1 parent 6df5f91 commit 7357d7f

28 files changed

Lines changed: 92 additions & 474 deletions

docs/lib/content/commands/npm-adduser.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

docs/lib/content/commands/npm-deprecate.md

Lines changed: 2 additions & 2 deletions

docs/lib/content/commands/npm-logout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If `--scope` is provided, this will find the credentials for the registry connec
2424

2525
### See Also
2626

27-
* [npm adduser](/commands/npm-adduser)
27+
* [npm login](/commands/npm-login)
2828
* [npm registry](/using-npm/registry)
2929
* [npm config](/commands/npm-config)
3030
* [npm whoami](/commands/npm-whoami)

docs/lib/content/commands/npm-owner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ If you have two-factor authentication enabled with `auth-and-writes` (see [`npm-
3535
* [npm profile](/commands/npm-profile)
3636
* [npm publish](/commands/npm-publish)
3737
* [npm registry](/using-npm/registry)
38-
* [npm adduser](/commands/npm-adduser)
38+
* [npm login](/commands/npm-login)

docs/lib/content/commands/npm-profile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Some of these commands may not be available on non npmjs.com registries.
5555

5656
### See Also
5757

58-
* [npm adduser](/commands/npm-adduser)
58+
* [npm login](/commands/npm-login)
5959
* [npm registry](/using-npm/registry)
6060
* [npm config](/commands/npm-config)
6161
* [npmrc](/configuring-npm/npmrc)

docs/lib/content/commands/npm-publish.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ See [`package.json`](/configuring-npm/package-json) for more info on what can an
100100
* [npm-packlist package](http://npm.im/npm-packlist)
101101
* [npm registry](/using-npm/registry)
102102
* [npm scope](/using-npm/scope)
103-
* [npm adduser](/commands/npm-adduser)
103+
* [npm login](/commands/npm-login)
104104
* [npm owner](/commands/npm-owner)
105105
* [npm deprecate](/commands/npm-deprecate)
106106
* [npm dist-tag](/commands/npm-dist-tag)

docs/lib/content/commands/npm-star.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ You can see all your starred packages using [`npm stars`](/commands/npm-stars)
4141
* [npm stars](/commands/npm-stars)
4242
* [npm view](/commands/npm-view)
4343
* [npm whoami](/commands/npm-whoami)
44-
* [npm adduser](/commands/npm-adduser)
44+
* [npm login](/commands/npm-login)

docs/lib/content/commands/npm-stars.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ You may also want to see your friend's favorite packages, in this case you will
2424
* [npm unstar](/commands/npm-unstar)
2525
* [npm view](/commands/npm-view)
2626
* [npm whoami](/commands/npm-whoami)
27-
* [npm adduser](/commands/npm-adduser)
27+
* [npm login](/commands/npm-login)

docs/lib/content/commands/npm-token.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ A revoked token will immediately be removed from the registry and you will no lo
3434

3535
### See Also
3636

37-
* [npm adduser](/commands/npm-adduser)
37+
* [npm login](/commands/npm-login)
3838
* [npm registry](/using-npm/registry)
3939
* [npm config](/commands/npm-config)
4040
* [npmrc](/configuring-npm/npmrc)

docs/lib/content/commands/npm-unpublish.md

Lines changed: 2 additions & 3 deletions

0 commit comments

Comments
 (0)