-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
21 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,28 +17,17 @@ support this interface. | |
* `npm profile get [<property>]`: Display all of the properties of your | ||
profile, or one or more specific properties. It looks like: | ||
|
||
```bash | ||
+-----------------+---------------------------+ | ||
| name | example | | ||
+-----------------+---------------------------+ | ||
| email | [email protected] (verified) | | ||
+-----------------+---------------------------+ | ||
| two factor auth | auth-and-writes | | ||
+-----------------+---------------------------+ | ||
| fullname | Example User | | ||
+-----------------+---------------------------+ | ||
| homepage | | | ||
+-----------------+---------------------------+ | ||
| freenode | | | ||
+-----------------+---------------------------+ | ||
| twitter | | | ||
+-----------------+---------------------------+ | ||
| github | | | ||
+-----------------+---------------------------+ | ||
| created | 2015-02-26T01:38:35.892Z | | ||
+-----------------+---------------------------+ | ||
| updated | 2017-10-02T21:29:45.922Z | | ||
+-----------------+---------------------------+ | ||
``` | ||
name: example | ||
email: [email protected] (verified) | ||
two-factor auth: auth-and-writes | ||
fullname: Example User | ||
homepage: | ||
freenode: | ||
twitter: | ||
github: | ||
created: 2015-02-26T01:38:35.892Z | ||
updated: 2017-10-02T21:29:45.922Z | ||
``` | ||
|
||
* `npm profile set <property> <value>`: Set the value of a profile | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters