Hans Larsen
2d341281fc
fix(@angular/cli): show a simpler command for ng update
...
And use validate instead of run() ot change the options which is more correct.
2018-04-27 17:29:09 -07:00
Mike Brocchi
329e23088c
fix(@angular/cli): Update project detection logic and rename global config file
...
fixes #10453
2018-04-27 10:53:53 -07:00
Hans Larsen
4006366dff
fix(@angular/cli): fix levenshtein distance
2018-04-25 11:16:13 -07:00
Hans Larsen
08623d5fe7
fix(@angular/cli): show the ng update message even on ng update
...
All commands that allow a missing workspace will show the message if the
angular workspace isnt up to date. It will not stop the process though.
Fix #10250
2018-04-23 18:08:25 -06:00
Hans
849a6231c2
fix(@angular/cli): update the outdated CLI config message
...
Fix angular/angular-cli#10308
2018-04-13 16:25:51 -07:00
Mike Brocchi
bce4b83923
fix(@angular/cli): Respect the type of Option when parsing
...
fixes #10312
2018-04-13 10:00:49 -07:00
Hans
73075b7235
fix(@angular/cli): on postinstall show a message if using an old version of CLI
...
Fix #10258
2018-04-12 13:38:52 +01:00
Charles Lyding
cfcb5cb60c
refactor(@angular/cli): minor command type cleanup
2018-04-11 11:56:03 -04:00
Hans
d4b26a4d82
feat(@angular/cli): remove the backslashes and use levenshtein distance to suggest
...
Suggesting a command could help.
2018-04-10 10:24:45 +01:00
Charles Lyding
9d845297bd
refactor(@angular/cli): remove common-tags usage
2018-04-04 19:38:40 +01:00
Mike Brocchi
645e0c5f81
fix(@angular/cli): Move update check to inProject command logic
...
fixes #10145
2018-04-04 10:26:43 -07:00
Filipe Silva
702dd5bc28
fix(@angular/cli): allow update to work without workspace
2018-04-03 03:46:22 -07:00
Mike Brocchi
a0f5d81176
fix(@angular/cli): Verify workspace file for inProject commands
2018-03-29 18:23:32 -07:00
Mike Brocchi
b0569241bc
feat(@angular/cli): Implement schematic workflow and workspace
2018-03-22 19:15:53 -07:00
Mike Brocchi
b1ed4f733d
refactor: Move task logic into commands
2018-03-12 17:32:30 -04:00
Mike Brocchi
f15c7973cb
fix(@angular/cli): Handle no args and version flag
2018-03-09 12:02:29 -05:00
Hans Larsen
88fc93f164
feat(@angular/cli): allow commands to reparse options if needed
2018-03-09 00:00:58 -05:00
Mike Brocchi
9f77c868d2
feat(@angular/cli): Update command runner.
...
This change removes the dependency of the ember-cli command structure.
2018-03-06 17:57:38 -05:00