From 1f5c472bb9a9508d23f10b2258d58e5b65cf58c8 Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Wed, 20 Oct 2021 02:53:11 +0300 Subject: [PATCH] fix(store): mention `pnpm store path` in help output --- .changeset/quiet-mugs-visit.md | 5 +++++ packages/plugin-commands-store/src/store.ts | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 .changeset/quiet-mugs-visit.md 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', + }, ], }, ],