mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-17 23:00:51 +00:00
Update cheatsheets
This commit is contained in:
@@ -15,15 +15,15 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Check for outdated dependencies found in every workspace package:
|
||||
|
||||
`pnpm outdated -r`
|
||||
`pnpm outdated {{[-r|--recursive]}}`
|
||||
|
||||
- Filter outdated packages using a package selector:
|
||||
|
||||
`pnpm outdated --filter {{package_selector}}`
|
||||
|
||||
- List outdated packages [g]lobally:
|
||||
- List outdated packages globally:
|
||||
|
||||
`pnpm outdated --global`
|
||||
`pnpm outdated {{[-g|--global]}}`
|
||||
|
||||
- Print details of outdated packages:
|
||||
|
||||
@@ -37,6 +37,6 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`pnpm outdated --compatible`
|
||||
|
||||
- Check only outdated [D]ev dependencies:
|
||||
- Check only outdated dev dependencies:
|
||||
|
||||
`pnpm outdated --dev`
|
||||
`pnpm outdated {{[-D|--dev]}}`
|
||||
|
||||
Reference in New Issue
Block a user