summaryrefslogtreecommitdiff
path: root/deps/node/deps/npm/doc/cli/npm-whoami.md
blob: 70b6a48f44671ce563b990815a2a83d2798ea25c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
npm-whoami(1) -- Display npm username
=====================================

## SYNOPSIS

    npm whoami [--registry <registry>]

## DESCRIPTION

Print the `username` config to standard output.

## SEE ALSO

* npm-config(1)
* npm-config(7)
* npmrc(5)
* npm-adduser(1)