snippetbashTip
bun pm trust — Mark dependencies as trusted. See also: `bun pm untrusted`. More information: <https://bun.com/docs/
Viewed 0 times
trustedcommanddependenciesclibun pm trustseemarkalso
Problem
How to use the
bun pm trust command: Mark dependencies as trusted. See also: bun pm untrusted. More information: <https://bun.com/docs/pm/cli/pm#trust>.Solution
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 --allCode Snippets
Trust a specific dependency and add it to `trustedDependencies`
bun pm trust {{dependency_name}}Trust all currently untrusted dependencies
bun pm trust --allContext
tldr-pages: common/bun pm trust
Revisions (0)
No revisions yet.