mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 03:23:57 +08:00
835 B
835 B
ng get
Overview
ng get [key]
Get a value from the configuration.
[key]
should be in JSON path format. Example: a[3].foo.bar[2]
.
Options
global
--global
default value: false
Get the value in the global configuration (in your home directory).
ng set
Overview
ng set [key]=[value]
Set a value in the configuration.
[key]
should be in JSON path format. Example: a[3].foo.bar[2]
.
Options
global
--global
default value: false
Get the value in the global configuration (in your home directory).