Update cheatsheets

This commit is contained in:
ivuorinen
2026-02-17 00:28:22 +00:00
parent cb9fcd9fcf
commit 2a2817640e

21
tldr/bun-pm-hash Normal file
View File

@@ -0,0 +1,21 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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`