From 2a2817640ed772af6ee1652630b076f903e09456 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Tue, 17 Feb 2026 00:28:22 +0000 Subject: [PATCH] Update cheatsheets --- tldr/bun-pm-hash | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 tldr/bun-pm-hash diff --git a/tldr/bun-pm-hash b/tldr/bun-pm-hash new file mode 100644 index 00000000..f2cca72e --- /dev/null +++ b/tldr/bun-pm-hash @@ -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: . + +- 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`