mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-19 04:26:01 +08:00
28 lines
715 B
Markdown
28 lines
715 B
Markdown
<!-- Links in /docs/documentation should NOT have `.md` at the end, because they end up in our wiki at release. -->
|
|
|
|
# ng update
|
|
|
|
## Overview
|
|
`ng update` Updates the current application to latest versions.
|
|
|
|
## Options
|
|
<details>
|
|
<summary>dry-run</summary>
|
|
<p>
|
|
<code>--dry-run</code> (alias: <code>-d</code>) <em>default value: false</em>
|
|
</p>
|
|
<p>
|
|
Run through without making any changes. Will list all files that would have been created when running <code>ng update</code>.
|
|
</p>
|
|
</details>
|
|
|
|
<details>
|
|
<summary>next</summary>
|
|
<p>
|
|
<code>--next</code> <em>default value: false</em>
|
|
</p>
|
|
<p>
|
|
Install the next version published as `@next` on npm, instead of the latest.
|
|
</p>
|
|
</details>
|