diff --git a/docs/documentation/home.md b/docs/documentation/home.md index beae5b4afd..1ca5dc8ebd 100644 --- a/docs/documentation/home.md +++ b/docs/documentation/home.md @@ -54,6 +54,7 @@ End-to-end tests are run via [Protractor](https://angular.github.io/protractor/) * [ng doc](doc) * [ng eject](eject) * [ng xi18n](xi18n) +* [ng update](update) ## Angular CLI Config Schema * [Config Schema](angular-cli) diff --git a/docs/documentation/update.md b/docs/documentation/update.md new file mode 100644 index 0000000000..8e9a467dd3 --- /dev/null +++ b/docs/documentation/update.md @@ -0,0 +1,17 @@ + + +# ng update + +## Overview +`ng update` Updates the current application to latest versions. + +## Options +
+ dry-run +

+ --dry-run (alias: -d) default value: false +

+

+ Run through without making any changes. Will list all files that would have been created when running ng update. +

+