Skip to content

Commit 697ab82

Browse files
committedFeb 15, 2018
docs: Add documenation for update command
1 parent fab269a commit 697ab82

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
 

‎docs/documentation/home.md

+1
Original file line numberDiff line numberDiff 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)

‎docs/documentation/update.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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>

0 commit comments

Comments
 (0)