diff --git a/.changeset/quiet-mugs-visit.md b/.changeset/quiet-mugs-visit.md new file mode 100644 index 0000000000..d0ac06b029 --- /dev/null +++ b/.changeset/quiet-mugs-visit.md @@ -0,0 +1,5 @@ +--- +"@pnpm/plugin-commands-store": patch +--- + +Add `pnpm store path` to help of `pnpm store` diff --git a/packages/plugin-commands-store/src/store.ts b/packages/plugin-commands-store/src/store.ts index 8c720b22b1..4f95e1bffe 100644 --- a/packages/plugin-commands-store/src/store.ts +++ b/packages/plugin-commands-store/src/store.ts @@ -47,6 +47,10 @@ Pruning the store is not harmful, but might slow down future installations. \ Visit the documentation for more information on unreferenced packages and why they occur', name: 'prune', }, + { + description: 'Returns the path to the active store directory.', + name: 'path', + }, ], }, ],