2019-11-05 14:55:08 -05:00
|
|
|
---
|
2019-11-18 21:01:39 +02:00
|
|
|
section: cli-commands
|
2019-11-05 14:55:08 -05:00
|
|
|
title: npm-whoami
|
|
|
|
description: Display npm username
|
|
|
|
---
|
|
|
|
|
2019-11-18 21:01:39 +02:00
|
|
|
# npm-whoami(1)
|
2019-11-05 14:55:08 -05:00
|
|
|
## Display npm username
|
|
|
|
|
|
|
|
### Synopsis
|
|
|
|
|
|
|
|
```bash
|
|
|
|
npm whoami [--registry <registry>]
|
|
|
|
```
|
|
|
|
|
|
|
|
### Description
|
|
|
|
|
|
|
|
Print the `username` config to standard output.
|
|
|
|
|
|
|
|
### See Also
|
|
|
|
|
2020-07-07 13:41:27 -05:00
|
|
|
* [npm config](/cli-commands/npm-config)
|
2019-11-05 14:55:08 -05:00
|
|
|
* [npmrc](/configuring-npm/npmrc)
|
2020-07-07 13:41:27 -05:00
|
|
|
* [npm adduser](/cli-commands/npm-adduser)
|