File tree Expand file tree Collapse file tree 1 file changed +0
-43
lines changed
packages/schematics/angular/workspace Expand file tree Collapse file tree 1 file changed +0
-43
lines changed Original file line number Diff line number Diff line change 1818 "type" : " string" ,
1919 "visible" : " false"
2020 },
21- "skipInstall" : {
22- "description" : " When true, does not install packages for dependencies." ,
23- "type" : " boolean" ,
24- "default" : false
25- },
26- "linkCli" : {
27- "description" : " When true, links the CLI to the global version (internal development only)." ,
28- "type" : " boolean" ,
29- "default" : false ,
30- "visible" : false
31- },
32- "skipGit" : {
33- "description" : " When true, does not initialize a git repository." ,
34- "type" : " boolean" ,
35- "default" : false ,
36- "alias" : " g"
37- },
38- "commit" : {
39- "description" : " Initial repository commit information." ,
40- "default" : null ,
41- "oneOf" : [
42- { "type" : " null" },
43- {
44- "type" : " object" ,
45- "properties" : {
46- "name" : {
47- "type" : " string"
48- },
49- "email" : {
50- "type" : " string" ,
51- "format" : " email"
52- },
53- "message" : {
54- "type" : " string"
55- }
56- },
57- "required" : [
58- " name" ,
59- " email"
60- ]
61- }
62- ]
63- },
6421 "version" : {
6522 "type" : " string" ,
6623 "description" : " The version of the Angular CLI to use." ,
You can’t perform that action at this time.
0 commit comments