17 lines
342 B
Markdown
17 lines
342 B
Markdown
|
|
# 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`
|