mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-17 09:00:39 +00:00
Update cheatsheets
This commit is contained in:
@@ -18,19 +18,19 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Star a package from a specific registry:
|
||||
|
||||
`npm star {{package_name}} --registry={{registry_url}}`
|
||||
`npm star {{package_name}} --registry {{registry_url}}`
|
||||
|
||||
- Star a private package that requires authentication:
|
||||
|
||||
`npm star {{package_name}} --auth-type={{legacy|oauth|web|saml}}`
|
||||
`npm star {{package_name}} --auth-type {{legacy|oauth|web|saml}}`
|
||||
|
||||
- Star a package by providing an OTP for two-factor authentication:
|
||||
|
||||
`npm star {{package_name}} --otp={{otp}}`
|
||||
`npm star {{package_name}} --otp {{otp}}`
|
||||
|
||||
- Star a package with detailed logging:
|
||||
|
||||
`npm star {{package_name}} --loglevel=verbose`
|
||||
`npm star {{package_name}} --loglevel verbose`
|
||||
|
||||
- List all your starred packages:
|
||||
|
||||
@@ -38,4 +38,4 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- List your starred packages from a specific registry:
|
||||
|
||||
`npm star --list --registry={{registry_url}}`
|
||||
`npm star --list --registry {{registry_url}}`
|
||||
|
||||
Reference in New Issue
Block a user