See https://github.com/aspnet/Docs/issues/8443.
Adding an option such as --allFiles that generated all files in the "Identity" generator (and updating the relevant doc page) would make this easy for dotnet CLI users.
@seancpeters an option would really help the docs.
@Phrohdoh @Rick-Anderson There isn't an explicit flag for selecting all files, but it is possible to scaffold all identity files without listing them. This is accomplished by not specifying the --files flag, and also not specifying the --useDefaultUI flag.
Would a small blurb detailing that be welcome on the linked document?
I'm willing to open a PR for that. :)
@Phrohdoh - Yes, this would be great to document, I hadn't thought about it before, but it's not intuitive.
@Rick-Anderson is probably the best person to coordinate with on this.
@Phrohdoh a PR would be much appreciated.
Most helpful comment
@Phrohdoh @Rick-Anderson There isn't an explicit flag for selecting all files, but it is possible to scaffold all identity files without listing them. This is accomplished by not specifying the --files flag, and also not specifying the --useDefaultUI flag.