• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1---
2section: cli-commands
3title: npm-whoami
4description: Display npm username
5---
6
7# npm-whoami(1)
8## Display npm username
9
10### Synopsis
11
12```bash
13npm whoami [--registry <registry>]
14```
15
16### Description
17
18Print the `username` config to standard output.
19
20### See Also
21
22* [npm config](/cli-commands/npm-config)
23* [npmrc](/configuring-npm/npmrc)
24* [npm adduser](/cli-commands/npm-adduser)
25