13 Commits

Author SHA1 Message Date
Mike Brocchi
f4326addf6 fix(@angular/cli): Show non-schematic options with help 2017-11-01 10:02:30 -07:00
Mike Brocchi
6c5e60efba fix(@angular/cli): Show detailed help for ng new --help 2017-11-01 10:02:30 -07:00
Mike Brocchi
f3e84184ea fix(@angular/cli): Show detailed help for generate
Fixes #7723
2017-10-27 15:36:35 -07:00
Carlo Dapor
80275e50cb feat(@angular/cli): Implement request 7141 - Short list of cli commands
When calling  ng help -s / --short  one gets a shorter output; basically only ng + command, followed by the command's description.

No breaking change, as it introduces a new flag.
2017-08-03 18:07:35 +01:00
Charles Lyding
52f82fe629 refactor(@angular/cli): support hidden commands and options 2017-05-04 20:01:11 +01:00
Sumit Arora
7ebe4f0d4e fix(@angular/cli): adding help descriptions 2017-02-22 18:43:34 -05:00
Sumit Arora
ba30cc1de3 fix(@angular/cli): fixing the help command aliases (#4880) 2017-02-21 16:56:41 -08:00
Sumit Arora
121c3907dc fix(@angular/cli): fixing the help command (#4726) 2017-02-16 17:03:56 -08:00
Mike Brocchi
a127cad82d refactor(@angular/cli): remove ng init & ng update (#4628)
BREAKING CHANGE: Removing the `ng init` & `ng update` commands because their current implementation causes more problems than it solves. Once RC is released, we won't need to use those to update anymore as the step will be as simple as installing the latest version of the CLI.
2017-02-11 19:53:06 -08:00
Carlo Dapor
b20d87ed2b feat(@angular/cli): show detailed help for blueprints. (#4267) 2017-02-09 11:24:52 -08:00
Filipe Silva
b8328dca55 refactor(commands): turn .run commands into tasks (#4251) 2017-02-08 11:49:05 +00:00
Mike Brocchi
0f8689b42a refactor(@angular/cli): removed the github pages deploy command (#4385)
BREAKING CHANGE: This command is being removed from the core of the CLI
There are several options for deploying CLI-based applications outside the scope of this project.
One of which being https://github.com/angular-buch/angular-cli-ghpages
This functionality is likely to return in the form of an addon/plugin in the future
2017-02-02 21:08:00 -08:00
Hans
601f9b38f8 feat(@angular/cli): move angular-cli to @angular/cli (#4328)
This release is otherwise identical to beta.28.
2017-02-01 18:19:50 -08:00