mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 11:44:05 +08:00
609 B
609 B
ng config
Overview
ng config [key] [value]
Get/set configuration values.
[key]
should be in JSON path format. Example: a[3].foo.bar[2]
.
If only the [key]
is provided it will get the value.
If both the [key]
and [value]
are provided it will set the value.
Options
global
--global
default value: false
Get/set the value in the global configuration (in your home directory).