You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In silent mode log messages are suppressed and error messages are sanitized.
@@ -186,8 +186,8 @@ which are not related at all to angular.
186
186
*__optional__
187
187
* Default: dotfiles `true` (boolean)
188
188
* Example:
189
-
*`npx ngh` -- Dotfiles are included by default.
190
-
*`npx ngh --no-dotfiles` -- Dotfiles are ignored.
189
+
*`npx angular-cli-ghpages` -- Dotfiles are included by default.
190
+
*`npx angular-cli-ghpages --no-dotfiles` -- Dotfiles are ignored.
191
191
192
192
The command includes dotfiles by default (e.g `.htaccess` will be committed)
193
193
With `--no-dotfiles` files starting with `.` are ignored.
@@ -198,16 +198,16 @@ With `--no-dotfiles` files starting with `.` are ignored.
198
198
*__optional__
199
199
* Default: `undefined`
200
200
* Example:
201
-
*`npx ngh` -- Normal behaviour: Changes are applied.
202
-
*`npx ngh --dry-run` -- No changes are applied at all.
201
+
*`npx angular-cli-ghpages` -- Normal behaviour: Changes are applied.
202
+
*`npx angular-cli-ghpages --dry-run` -- No changes are applied at all.
203
203
204
204
Run through without making any changes. This can be very usefull, because it outputs what would happend without doing anything.
205
205
206
206
#### <aid="cname">--cname</a>
207
207
*__optional__
208
208
* Default: `No CNAME file is generated`
209
209
* Example:
210
-
*`npx ngh --cname=example.com`
210
+
*`npx angular-cli-ghpages --cname=example.com`
211
211
212
212
A CNAME file will be created enabling you to use a custom domain. [More information on Github Pages using a custom domain](https://help.github.com/articles/using-a-custom-domain-with-github-pages/).
0 commit comments