We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ng update --help
--packages
1 parent 5adebf9 commit 80163ceCopy full SHA for 80163ce
packages/angular/cli/commands/update.json
@@ -11,22 +11,6 @@
11
12
"type": "object",
13
"allOf": [
14
- {
15
- "properties": {
16
- "packages": {
17
- "type": "array",
18
- "items": {
19
- "type": "string"
20
- },
21
- "description": "The names of package(s) to update",
22
- "$default": {
23
- "$source": "argv"
24
- }
25
26
27
- "required": [
28
- ]
29
30
{
31
"$ref": "./definitions.json#/definitions/base"
32
}
packages/schematics/update/update/schema.json
@@ -5,7 +5,7 @@
5
6
"properties": {
7
"packages": {
8
- "description": "The packages to get.",
+ "description": "The names of package(s) to update.",
9
"type": "array",
10
"items": {
"type": "string"
0 commit comments