Skip to content

Commit d45bce2

Browse files
clydinvikerman
authored andcommitted
refactor(@angular/cli): update eject command message (#12525)
1 parent e9a8c3c commit d45bce2

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

packages/angular/cli/commands/eject-impl.ts

+7-5
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,14 @@ import { Schema as EjectCommandSchema } from './eject';
1313
export class EjectCommand extends Command<EjectCommandSchema> {
1414
async run() {
1515
this.logger.error(tags.stripIndents`
16-
The 'eject' command has been temporarily disabled, as it is not yet compatible with the new
17-
angular.json format. The new configuration format provides further flexibility to modify the
18-
configuration of your workspace without ejecting. Ejection will be re-enabled in a future
19-
release of the CLI.
16+
The 'eject' command has been disabled and will be removed completely in 8.0.
17+
The new configuration format provides increased flexibility to modify the
18+
configuration of your workspace without ejecting.
2019
21-
If you need to eject today, use CLI 1.7 to eject your project.
20+
There are several projects that can be used in conjuction with the new
21+
configuration format that provide the benefits of ejecting without the maintenance
22+
overhead. One such project is ngx-build-plus found here:
23+
https://github.com/manfredsteyer/ngx-build-plus
2224
`);
2325

2426
return 1;

0 commit comments

Comments
 (0)