Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-29 00:18:23 +00:00
parent a3692d638b
commit 75f807d6af
175 changed files with 1107 additions and 775 deletions

View File

@@ -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]}}`