docs(cli/config): mention "property path"

This commit is contained in:
khai96_
2025-10-29 12:27:37 +07:00
parent 3ce5f82bd7
commit 7a4ef25ee1
2 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
---
"@pnpm/plugin-commands-config": patch
"pnpm": patch
---
Mention "property path" in help message for `pnpm config get`

View File

@@ -32,7 +32,7 @@ export function help (): string {
name: 'set',
},
{
description: 'Print the config value for the provided key',
description: 'Print the config value for the provided key or property path',
name: 'get',
},
{