nodejs/deps/npm/man/man1/npm-whoami.1

26 lines
388 B
Groff
Raw Normal View History

.TH "NPM\-WHOAMI" "1" "May 2021" "" ""
.SH "NAME"
\fBnpm-whoami\fR \- Display npm username
.SS Synopsis
2014-09-24 14:41:07 -07:00
.P
.RS 2
2014-11-04 15:08:12 -08:00
.nf
npm whoami [\-\-registry <registry>]
2014-11-04 15:08:12 -08:00
.fi
2014-09-24 14:41:07 -07:00
.RE
.P
Note: This command is unaware of workspaces\.
.SS Description
2014-09-24 14:41:07 -07:00
.P
Print the \fBusername\fP config to standard output\.
.SS See Also
2014-09-24 14:41:07 -07:00
.RS 0
.IP \(bu 2
npm help config
2014-09-24 14:41:07 -07:00
.IP \(bu 2
npm help npmrc
2014-09-24 14:41:07 -07:00
.IP \(bu 2
npm help adduser
2014-09-24 14:41:07 -07:00
.RE