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
chore(completion): ng completion update for command options (angular#2379)
* Updated ng command options.
- "build" now additionally supports --base-hre / -bh, -w
- "generate" got cleaned up
- "github-pages:deploy" / "gh-pages:deploy" now is supported, too
- "init" now knows --routing and --source-dir
- "new" also accepts --routing
- "serve" dumped --insecure-proxy, --inspr, --output-path, -op, -out and -pxy
- "test" now honours --build and --reporters, dumped --config-file, --environment, --filter, --host, --launch, --module, path, --query, reporter, --server, --silent, --test-page and --test-port
* Added --aot for "build" and "serve".
* Recent the commands "init" and "new" received two more options: "--inline-stile" (alias -is) and "inline-template" (alias -it). Support the, both.
* Recently the commands "init" and "new" dropped --blueprint (alias -b).
Copy file name to clipboardExpand all lines: packages/angular-cli/utilities/completion.sh
+10-8Lines changed: 10 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,15 @@
7
7
8
8
ng_opts='b build completion doc e2e g generate get github-pages:deploy gh-pages:deploy h help i init install lint make-this-awesome new s serve server set t test v version -h --help'
0 commit comments