mirror of
https://github.com/nodejs/node.git
synced 2025-05-15 06:18:09 +00:00

PR-URL: https://github.com/nodejs/node/pull/35908 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Ruy Adorno <ruyadorno@github.com> Reviewed-By: Guy Bedford <guybedford@gmail.com>
22 lines
324 B
Markdown
22 lines
324 B
Markdown
---
|
|
title: npm-whoami
|
|
section: 1
|
|
description: Display npm username
|
|
---
|
|
|
|
### Synopsis
|
|
|
|
```bash
|
|
npm whoami [--registry <registry>]
|
|
```
|
|
|
|
### Description
|
|
|
|
Print the `username` config to standard output.
|
|
|
|
### See Also
|
|
|
|
* [npm config](/commands/npm-config)
|
|
* [npmrc](/configuring-npm/npmrc)
|
|
* [npm adduser](/commands/npm-adduser)
|