Hans Larsen
a47676bd8a
fix(@angular/cli): show a nicer error if packages does not support schematics
...
Does not show a better error if there are schematics but ng-add isnt found. That will
simply show "schematics ng-add not found" or something alike, which is fine here.
fixes #10467
2018-04-27 11:19:37 -07:00
Mike Brocchi
0fc72bbcd4
fix(@angular/cli): Add smart default provider for default project
2018-04-27 10:54:58 -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
Filipe Silva
06bba06ea8
fix(@angular/cli): use default project for single target commands
...
Fix https://github.com/angular/angular-cli/issues/10352
2018-04-26 15:21:54 -07:00
Filipe Silva
3ca350fba7
fix(@angular/cli): use workspace.getProjectByPath
2018-04-26 15:21:54 -07:00
Filipe Silva
f91e346e37
fix(@angular/cli): use rxjs 6 final
2018-04-26 15:21:54 -07:00
Hans Larsen
7c7c350d4e
fix(@angular/cli): if using ng update @angular/cli only, add migrate and from
...
Fix #10439
2018-04-25 15:14:15 -07:00
Charles Lyding
c7ff6522d5
fix(@angular/cli): avoid errant migrate message on postinstall
2018-04-25 14:01:01 -07:00
Hans Larsen
4006366dff
fix(@angular/cli): fix levenshtein distance
2018-04-25 11:16:13 -07:00
Hans Larsen
b062aa4e22
release: 6.0.0-rc.6
2018-04-24 20:56:34 -07:00
Charles Lyding
e27f2a9110
fix(@angular/cli): update schema to include sourceRoot property
2018-04-24 17:39:37 -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 Larsen
2b24391722
fix(@angular/cli): show schematics log at start of task phase
2018-04-23 18:05:33 -06:00
Charles Lyding
cde624ad76
fix(@angular/cli): update CLI schema to support 6.0
2018-04-23 18:00:49 -06:00
Charles Lyding
2188a5011a
fix(@angular/cli): normalize cli config command options
2018-04-23 17:59:43 -06:00
Alan Agius
7eec5a8328
feat(@angular/cli): dump ng-packagr
version in ng --version
2018-04-23 17:50:46 -06:00
Alan Agius
bc56efa053
feat(@angular/cli): remove server
alias for serve
...
The alias has been removed as it's quite confusing as one might expect that `ng server` will trigger a server build
Closes : #10334
2018-04-23 17:47:35 -06:00
Luis Confraria
1ad25258de
fix(@angular/cli): fix xi18n command typo
...
Change the command to extract i18n messages to xi18n instead of xi81n.
2018-04-18 09:50:21 -06:00
Hans Larsen
b517c0fbe2
release: 6.0.0-rc.5
2018-04-16 16:19:52 -06:00
Michael Prentice
227c63b3b9
fix(@angular/cli): missing parenthesis in RxJs compat warning ( #10313 )
2018-04-13 16:36:43 -07:00
Hans
f2aeb37b51
fix(@angular/cli): add ng eject with a message about the disabling
...
Fix #10169
2018-04-13 16:36:10 -07: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
Charles Lyding
f5dcfc8b7e
refactor(@angular/cli): cleanup CLI initialization
2018-04-13 07:42:54 -04:00
Hans
507122efe2
release: v6.0.0-rc.4
2018-04-12 17:24:20 -07:00
Charles Lyding
f5c014ba52
refactor(@angular/cli): detect current project via CWD
2018-04-12 10:28:08 -04: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
Hans
ce0de40ef6
fix(@angular/cli): use add instead of install for yarn in npm-install
2018-04-11 14:51:50 -07:00
Hans
58d93180c7
fix(@angular/cli): show rxjs and fix alignment
...
Refactored a lot of this too so its much easier to do in the future as well.
Fix #10257
2018-04-11 14:33:41 -07:00
Hans
c51a7daae7
fix(@angular/cli): show schematic logging queue every workflow cycle
...
Fix #10155
2018-04-11 13:04:34 -07:00
Charles Lyding
8a7949c72c
refactor(@angular/cli): improve invalid parameter error messages
2018-04-11 11:56:03 -04:00
Charles Lyding
cfcb5cb60c
refactor(@angular/cli): minor command type cleanup
2018-04-11 11:56:03 -04:00
Hans
858fa971af
fix(@angular/cli): dont show Nothing to be done on update
...
Fix #10253 .
2018-04-10 17:37:40 -07:00
Hans
5337a23628
release: v6.0.0-rc.3
2018-04-10 09:59:38 -07: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
Mike Brocchi
6870be2029
fix(@angular/cli): Show dry run warning
...
fixes #10194
2018-04-10 09:55:33 +01:00
Hans Larsen
b62e3f6721
fix(@angular/cli): allow private schematics on ng add
...
The execution was changed in #10184 , but the getOptions() method was forgotten.
2018-04-09 17:04:42 -07:00
Charles Lyding
bda0dd724b
refactor(@angular/cli): remove lodash and ember-cli-string-utils usage
2018-04-09 16:19:12 -07:00
Mike Brocchi
938b534068
fix(@angular/cli): Fix default collection for getting schematic options
2018-04-06 15:50:07 -07:00
Charles Lyding
b3183e0674
fix(@angular/cli): use direct path for workflow root on windows
2018-04-06 10:06:31 +01:00
Hans Larsen
7b62cbb9dd
release: 6.0.0-rc.2
2018-04-05 19:19:02 -07:00
Charles Lyding
453ed74a5f
fix(@angular/cli): use configured package manager
2018-04-05 10:22:16 -07:00
Hans Larsen
169ffa2833
release: 6.0.0-rc.1
2018-04-04 23:07:31 -07:00
Hans
555b5be150
fix(@angular/cli): allow some schematic commands to allow private
...
Fix #10182
2018-04-04 20:40:11 -07:00
Hans
359ccbe361
fix(@angular/cli): let --force through to the update schematic
...
Fix #10149
2018-04-04 19:59:18 -07:00
Hans
346a0649dc
fix(@angular/cli): allow schematic commands to let core options through
...
Only if the subclass does not declare the option as its own.
2018-04-04 19:59:18 -07:00
Mike Brocchi
24bcc19fa0
fix(@angular/cli): Organize the help output
2018-04-04 16:12:42 -07:00
Charles Lyding
9d845297bd
refactor(@angular/cli): remove common-tags usage
2018-04-04 19:38:40 +01:00
Charles Lyding
c84f19bcfa
refactor(@angular/cli): remove unused ember task abstraction
2018-04-04 19:38:40 +01:00
Mike Brocchi
f6f774a3b0
fix(@angular/cli): Fix update command help options
...
fixes #10150
2018-04-04 10:45:22 -07:00