mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-10 07:58:08 +00:00
Update cheatsheets
This commit is contained in:
18
tldr/bun-pm-trust
Normal file
18
tldr/bun-pm-trust
Normal 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`
|
||||
Reference in New Issue
Block a user