Skip to content

Commit 4d2d6cd

Browse files
alan-agius4Keen Yee Liau
authored and
Keen Yee Liau
committed
fix(@angular/cli): allow configuration option in ng deploy
Previously we only allowed `--project` and `--help` as a valid options. With this change we also allow `--configuration` Fixes #17332
1 parent 7a224ec commit 4d2d6cd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/angular/cli/commands/deploy.json

+7
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@
2020
}
2121
}
2222
},
23+
"configuration": {
24+
"description": "A named build target, as specified in the \"configurations\" section of angular.json.\nEach named target is accompanied by a configuration of option defaults for that target.",
25+
"type": "string",
26+
"aliases": [
27+
"c"
28+
]
29+
},
2330
"required": [
2431
]
2532
},

0 commit comments

Comments
 (0)