Welcome to mirror list, hosted at ThFree Co, Russian Federation.

npm-whoami.md « cli-commands « content « docs - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d82f1f89732def8547dd3936d8aa33867e29f525 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
section: cli-commands 
title: npm-whoami
description: Display npm username
---

# npm-whoami(1)
## Display npm username

### Synopsis

```bash
npm whoami [--registry <registry>]
```

### Description

Print the `username` config to standard output.

### See Also

* [npm config](/cli-commands/config)
* [npmrc](/configuring-npm/npmrc)
* [npm adduser](/cli-commands/adduser)