Update cheatsheets

This commit is contained in:
ivuorinen
2026-02-24 00:26:57 +00:00
parent f70030d745
commit b18fed14e8
5 changed files with 85 additions and 2 deletions

18
tldr/bun-pm-trust Normal file
View File

@@ -0,0 +1,18 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# bun pm trust
> Mark dependencies as trusted.
> See also: `bun pm untrusted`.
> More information: <https://bun.com/docs/pm/cli/pm#trust>.
- Trust a specific dependency and add it to `trustedDependencies`:
`bun pm trust {{dependency_name}}`
- Trust all currently untrusted dependencies:
`bun pm trust --all`