Lines Matching refs:profile
3 title: npm-profile
4 description: Change settings on your registry profile
7 # npm-profile(1)
8 ## Change settings on your registry profile
13 npm profile get [--json|--parseable] [<property>]
14 npm profile set [--json|--parseable] <property> <value>
15 npm profile set password
16 npm profile enable-2fa [auth-and-writes|auth-only]
17 npm profile disable-2fa
22 Change your profile information on the registry. This not be available if
25 * `npm profile get [<property>]`:
26 Display all of the properties of your profile, or one or more specific
53 * `npm profile set <property> <value>`:
54 Set the value of a profile property. You can set the following properties this way:
57 * `npm profile set password`:
62 * `npm profile enable-2fa [auth-and-writes|auth-only]`:
71 * `npm profile disable-2fa`:
76 All of the `npm profile` subcommands accept `--json` and `--parseable` and