diff options
Diffstat (limited to 'deps/npm/man/man1/npm-profile.1')
-rw-r--r-- | deps/npm/man/man1/npm-profile.1 | 24 |
1 files changed, 3 insertions, 21 deletions
diff --git a/deps/npm/man/man1/npm-profile.1 b/deps/npm/man/man1/npm-profile.1 index 9cd5bfd055..1730f2ab32 100644 --- a/deps/npm/man/man1/npm-profile.1 +++ b/deps/npm/man/man1/npm-profile.1 @@ -5,11 +5,10 @@ .P .RS 2 .nf -npm profile get [\-\-json|\-\-parseable] [<property>] -npm profile set [\-\-json|\-\-parseable] <property> <value> -npm profile set password -npm profile enable\-2fa [auth\-and\-writes|auth\-only] +npm profile enable\-2fa [auth\-only|auth\-and\-writes] npm profile disable\-2fa +npm profile get [<key>] +npm profile set <key> <value> .fi .RE .P @@ -83,9 +82,6 @@ dist\-tag, or changing access via \fBnpm access\fP and \fBnpm owner\fP\|\. .P Some of these commands may not be available on non npmjs\.com registries\. .SS Configuration -<!\-\- AUTOGENERATED CONFIG DESCRIPTIONS START \-\-> -<!\-\- automatically generated, do not edit manually \-\-> -<!\-\- see lib/utils/config/definitions\.js \-\-> .SS \fBregistry\fP .RS 0 .IP \(bu 2 @@ -96,9 +92,6 @@ Type: URL .RE .P The base URL of the npm registry\. -<!\-\- automatically generated, do not edit manually \-\-> -<!\-\- see lib/utils/config/definitions\.js \-\-> - .SS \fBjson\fP .RS 0 .IP \(bu 2 @@ -117,9 +110,6 @@ saving them to your \fBpackage\.json\fP\|\. .RE .P Not supported by all npm commands\. -<!\-\- automatically generated, do not edit manually \-\-> -<!\-\- see lib/utils/config/definitions\.js \-\-> - .SS \fBparseable\fP .RS 0 .IP \(bu 2 @@ -131,9 +121,6 @@ Type: Boolean .P Output parseable results from commands that write to standard output\. For \fBnpm search\fP, this will be tab\-separated table format\. -<!\-\- automatically generated, do not edit manually \-\-> -<!\-\- see lib/utils/config/definitions\.js \-\-> - .SS \fBotp\fP .RS 0 .IP \(bu 2 @@ -148,11 +135,6 @@ when publishing or changing package permissions with \fBnpm access\fP\|\. .P If not set, and a registry response fails with a challenge for a one\-time password, npm will prompt on the command line for one\. -<!\-\- automatically generated, do not edit manually \-\-> -<!\-\- see lib/utils/config/definitions\.js \-\-> - -<!\-\- AUTOGENERATED CONFIG DESCRIPTIONS END \-\-> - .SS See Also .RS 0 .IP \(bu 2 |