File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 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/)
5454* [ ng doc] ( doc )
5555* [ ng eject] ( eject )
5656* [ ng xi18n] ( xi18n )
57+ * [ ng update] ( update )
5758
5859## Angular CLI Config Schema
5960* [ 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