File tree 2 files changed +18
-0
lines changed
2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ End-to-end tests are run via [Protractor](https://angular.github.io/protractor/)
54
54
* [ ng doc] ( doc )
55
55
* [ ng eject] ( eject )
56
56
* [ ng xi18n] ( xi18n )
57
+ * [ ng update] ( update )
57
58
58
59
## Angular CLI Config Schema
59
60
* [ Config Schema] ( angular-cli )
Original file line number Diff line number Diff line change
1
+ <!-- Links in /docs/documentation should NOT have `.md` at the end, because they end up in our wiki at release. -->
2
+
3
+ # ng update
4
+
5
+ ## Overview
6
+ ` ng update ` Updates the current application to latest versions.
7
+
8
+ ## Options
9
+ <details >
10
+ <summary >dry-run</summary >
11
+ <p >
12
+ <code>--dry-run</code> (alias: <code>-d</code>) <em>default value: false</em>
13
+ </p >
14
+ <p >
15
+ Run through without making any changes. Will list all files that would have been created when running <code>ng update</code>.
16
+ </p >
17
+ </details >
You can’t perform that action at this time.
0 commit comments