npm profile
all
Manage the npm profile and related settings. Note: This command is unaware of workspaces.
More info →Examples (8)
View the npm profile details
npm profile getView a specific property of the profile
npm profile get propertySet or update a profile property
npm profile set property valueSet the public email address
npm profile set email emailSet the public name
npm profile set fullname nameSet a new password interactively
npm profile set passwordEnable two-factor authentication (2FA) (defaults to `auth-and-writes`)
npm profile enable-2fa auth-only|auth-and-writesDisable two-factor authentication (2FA)
npm profile disable-2famade by @shridhargupta | data from tldr-pages