Skip to content

ตรวจสอบข้อมูลภายในของ cache และ store

pnpm cat-file

แสดงเนื้อหาของไฟล์ตามค่า hash ที่เก็บในไฟล์ index

sh
pnpm cat-file <hash>

pnpm cat-index

แสดงไฟล์ index ของแพ็คเกจที่ระบุจาก store โดยใช้ชื่อและเวอร์ชันของแพ็คเกจ

sh
pnpm cat-index <hash>

pnpm find-hash

แสดงรายการแพ็คเกจที่รวมไฟล์ที่มีค่า hash ที่ระบุ

sh
pnpm find-hash <hash>

Released under the MIT License