diff options
Diffstat (limited to 'deps/npm/man/man1/npm-access.1')
-rw-r--r-- | deps/npm/man/man1/npm-access.1 | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/deps/npm/man/man1/npm-access.1 b/deps/npm/man/man1/npm-access.1 index 70a9eb013a..db77a4092d 100644 --- a/deps/npm/man/man1/npm-access.1 +++ b/deps/npm/man/man1/npm-access.1 @@ -1,4 +1,4 @@ -.TH "NPM\-ACCESS" "1" "December 2018" "" "" +.TH "NPM\-ACCESS" "1" "January 2019" "" "" .SH "NAME" \fBnpm-access\fR \- Set access level on published packages .SH SYNOPSIS @@ -11,6 +11,9 @@ npm access restricted [<package>] npm access grant <read\-only|read\-write> <scope:team> [<package>] npm access revoke <scope:team> [<package>] +npm access 2fa\-required [<package>] +npm access 2fa\-not\-required [<package>] + npm access ls\-packages [<user>|<scope>|<scope:team>] npm access ls\-collaborators [<package> [<user>]] npm access edit [<package>] @@ -32,6 +35,10 @@ grant / revoke: Add or remove the ability of users and teams to have read\-only or read\-write access to a package\. .IP \(bu 2 +2fa\-required / 2fa\-not\-required: +Configure whether a package requires that anyone publishing it have two\-factor +authentication enabled on their account\. +.IP \(bu 2 ls\-packages: Show all of the packages a user or a team is able to access, along with the access level, except for read\-only public packages (it won't print the whole @@ -80,6 +87,8 @@ Management of teams and team memberships is done with the \fBnpm team\fP command .SH SEE ALSO .RS 0 .IP \(bu 2 +\fBlibnpmaccess\fP \fIhttps://npm\.im/libnpmaccess\fR +.IP \(bu 2 npm help team .IP \(bu 2 npm help publish |