Files
pnpm/packages/plugin-commands-store/src
Jacob Gillespie f5ec0a96f2 feat(plugin-commands-store): add store path command (#3571)
Add a `pnpm store path` command to print the location of the pnpm store
as the CLI would resolve it. This allows the user to inspect the current
store location, as well as allows external tooling (like shell scripts)
to locate the pnpm store without needing to make assumptions about its
location or needing to load the `@pnpm/store-path` module.

This command differs from running `pnpm get store`, as `pnpm get store`
prints "undefined" in the case that no custom store path has been set,
which requires external tooling to have knowledge about where pnpm
locates its store in the default case.

close #2575
2021-07-01 16:35:16 +03:00
..
2021-03-17 23:27:28 +02:00
2021-03-17 23:27:28 +02:00