Skip to content

Commit 28c5302

Browse files
prestonvanloonhansl
authored andcommitted
docs(@angular/cli): Add specific key example for ng get [key].
1 parent f2e6840 commit 28c5302

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/documentation/config.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
## Overview
66
`ng get [key]` Get a value from the configuration.
7+
`[key]` should be in JSON path format. Example: `a[3].foo.bar[2]`.
78

89
## Options
910
<details>
@@ -21,6 +22,7 @@
2122

2223
## Overview
2324
`ng set [key]=[value]` Set a value in the configuration.
25+
`[key]` should be in JSON path format. Example: `a[3].foo.bar[2]`.
2426

2527
## Options
2628
<details>

0 commit comments

Comments
 (0)