@@ -17,6 +17,9 @@ <h2 id="synopsis">SYNOPSIS</h2>
17
17
npm access grant <read-only|read-write> <scope:team> [<package>]
18
18
npm access revoke <scope:team> [<package>]
19
19
20
+ npm access 2fa-required [<package>]
21
+ npm access 2fa-not-required [<package>]
22
+
20
23
npm access ls-packages [<user>|<scope>|<scope:team>]
21
24
npm access ls-collaborators [<package> [<user>]]
22
25
npm access edit [<package>]</ code > </ pre > < h2 id ="description "> DESCRIPTION</ h2 >
@@ -32,6 +35,10 @@ <h2 id="synopsis">SYNOPSIS</h2>
32
35
Add or remove the ability of users and teams to have read-only or read-write
33
36
access to a package.</ p >
34
37
</ li >
38
+ < li > < p > 2fa-required / 2fa-not-required:
39
+ Configure whether a package requires that anyone publishing it have two-factor
40
+ authentication enabled on their account.</ p >
41
+ </ li >
35
42
< li > < p > ls-packages:
36
43
Show all of the packages a user or a team is able to access, along with the
37
44
access level, except for read-only public packages (it won't print the whole
@@ -68,6 +75,7 @@ <h2 id="details">DETAILS</h2>
68
75
< p > Management of teams and team memberships is done with the < code > npm team</ code > command.</ p >
69
76
< h2 id ="see-also "> SEE ALSO</ h2 >
70
77
< ul >
78
+ < li > < a href ="https://npm.im/libnpmaccess "> < code > libnpmaccess</ code > </ a > </ li >
71
79
< li > < a href ="../cli/npm-team.html "> npm-team(1)</ a > </ li >
72
80
< li > < a href ="../cli/npm-publish.html "> npm-publish(1)</ a > </ li >
73
81
< li > < a href ="../misc/npm-config.html "> npm-config(7)</ a > </ li >
@@ -85,5 +93,5 @@ <h2 id="see-also">SEE ALSO</h2>
85
93
< tr > < td style ="width:60px;height:10px;background:rgb(237,127,127) " colspan =6 > </ td > < td colspan =10 style ="width:10px;height:10px;background:rgb(237,127,127) "> </ td > </ tr >
86
94
< tr > < td colspan =5 style ="width:50px;height:10px;background:#fff "> </ td > < td style ="width:40px;height:10px;background:rgb(237,127,127) " colspan =4 > </ td > < td style ="width:90px;height:10px;background:#fff " colspan =9 > </ td > </ tr >
87
95
</ table >
88
- < p id ="footer "> npm-access — npm@6.5 .0</ p >
96
+ < p id ="footer "> npm-access — npm@6.7 .0</ p >
89
97
0 commit comments