Skip to content

Commit 2aa2b1f

Browse files
committed
fix(@angular/cli): add $type values for all commands
1 parent 5488dda commit 2aa2b1f

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

packages/angular/cli/commands/config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
"$aliases": [],
88
"$scope": "in",
9+
"$type": "native",
910
"$impl": "./config-impl#ConfigCommand",
1011

1112
"type": "object",

packages/angular/cli/commands/doc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"$longDescription": "",
66

77
"$aliases": [ "d" ],
8-
"$type": "",
8+
"$type": "native",
99
"$impl": "./doc-impl#DocCommand",
1010

1111
"type": "object",

packages/angular/cli/commands/generate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
"$aliases": [ "g" ],
88
"$scope": "in",
9-
"$type": "",
9+
"$type": "schematics",
1010
"$impl": "./generate-impl#GenerateCommand",
1111

1212
"type": "object",

packages/angular/cli/commands/getset.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
"$impl": "./getset-impl#GetSetCommand",
88
"$hidden": true,
9+
"$type": "deprecated",
910

1011
"type": "object"
1112
}

packages/angular/cli/commands/update.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"$longDescription": "",
66

77
"$aliases": [],
8-
"$type": "",
8+
"$type": "schematics",
99
"$impl": "./update-impl#UpdateCommand",
1010

1111
"type": "object",

0 commit comments

Comments
 (0)