HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

bun pm hash — Generate and inspect the hash of the current lockfile. More information: <https://bun.com/docs/pm/cl

Submitted by: @import:tldr-pages··
0
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 hash


Print the string used to hash the lockfile:
bun pm hash-string


Print the hash stored in the current lockfile:
bun pm hash-print

Code Snippets

Generate and print the hash of the current lockfile

bun pm hash

Print the string used to hash the lockfile

bun pm hash-string

Print the hash stored in the current lockfile

bun pm hash-print

Context

tldr-pages: common/bun pm hash

Revisions (0)

No revisions yet.