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-10-02 17:52:19 -04:00
|
|
|
* [npm config](/cli-commands/config)
|
2019-11-05 14:55:08 -05:00
|
|
|
* [npmrc](/configuring-npm/npmrc)
|
2020-10-02 17:52:19 -04:00
|
|
|
* [npm adduser](/cli-commands/adduser)
|