snippetbashTip
bun pm hash — Generate and inspect the hash of the current lockfile. More information: <https://bun.com/docs/pm/cl
Viewed 0 times
thehashcommandbun pm hashandcliinspectgenerate
Problem
How to use the
bun pm hash command: Generate and inspect the hash of the current lockfile. More information: <https://bun.com/docs/pm/cli/pm#hash>.Solution
bun pm hash — Generate and inspect the hash of the current lockfile. More information: <https://bun.com/docs/pm/cli/pm#hash>.Generate and print the hash of the current lockfile:
bun pm hashPrint the string used to hash the lockfile:
bun pm hash-stringPrint the hash stored in the current lockfile:
bun pm hash-printCode Snippets
Generate and print the hash of the current lockfile
bun pm hashPrint the string used to hash the lockfile
bun pm hash-stringPrint the hash stored in the current lockfile
bun pm hash-printContext
tldr-pages: common/bun pm hash
Revisions (0)
No revisions yet.