Scaffolding: [Request] Add a command-line option to generate *all* "Identity" files

Created on 7 Sep 2018  路  5Comments  路  Source: dotnet/Scaffolding

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.

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.

All 5 comments

@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.

Was this page helpful?
0 / 5 - 0 ratings