ng g --list shows the wrong collection #14519
Labels
area: @angular/cli
freq1: low
Only reported by a handful of users who observe it rarely
severity5: regression
Milestone
🐞 Bug report
Command (mark with an
x
)Is this a regression?
I don't know but the code makes it seem like it worked once upon a time
Description
A clear and concise description of the problem...Running
ng g --list
in a workspace which has a different default schematic than@schematics/angular
prints out:The schematics listed are indeed the schematics available in the default collection but the default collection is actually
@nrwl/workspace
.It looks like the source code used to or intends to print out available schematics for all collections. I think this would be the preferred behavior.
🔬 Minimal Reproduction
🌍 Your Environment
CLI
8.0.0-rc.4
Anything else relevant?
This affects all Nx users + more?
The text was updated successfully, but these errors were encountered: