You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/schematics/update/update/schema.json
+13
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,19 @@
41
41
"to": {
42
42
"description": "Version up to which to apply migrations. Only available with a single package being updated, and only on migrations only. Requires from to be specified. Default to the installed version detected.",
43
43
"type": "string"
44
+
},
45
+
"registry": {
46
+
"description": "The NPM registry to use. If you have an NPM proxy, you need to use this flag and set it to point to the proxy.",
0 commit comments