25 lines
381 B
Markdown
25 lines
381 B
Markdown
|
---
|
||
|
section: cli-commands
|
||
|
title: npm-whoami
|
||
|
description: Display npm username
|
||
|
---
|
||
|
|
||
|
# npm-whoami
|
||
|
## Display npm username
|
||
|
|
||
|
### Synopsis
|
||
|
|
||
|
```bash
|
||
|
npm whoami [--registry <registry>]
|
||
|
```
|
||
|
|
||
|
### Description
|
||
|
|
||
|
Print the `username` config to standard output.
|
||
|
|
||
|
### See Also
|
||
|
|
||
|
* [npm config](/cli-commands/npm-config)
|
||
|
* [npmrc](/configuring-npm/npmrc)
|
||
|
* [npm adduser](/cli-commands/npm-adduser)
|