question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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

See original GitHub issue

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.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
seancpeterscommented, Sep 12, 2018

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

0reactions
Rick-Andersoncommented, Sep 12, 2018

@Phrohdoh a PR would be much appreciated.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How can I scaffold all identity files into an ASP.NET Core ...
To maintain full control of the Identity UI, run the Identity scaffolder and select Override all files. There is no command given that...
Read more >
Scaffold Identity in ASP.NET Core projects
NET Core CLI ... In the Add Identity dialog, select the options you want. ... run the Identity scaffolder and select Override all...
Read more >
How do I configure SSH so it doesn't try all the identity files ...
You can use the IdentitiesOnly=yes option along with IdentityFile (see ssh_config man page). That way, you can specify which file(s) it ...
Read more >
dotnet aspnet-codegenerator command
Specifies the path of the project file to run (folder name or full path). If not specified, it defaults to the current directory....
Read more >
create-policy — AWS CLI 1.29.31 Command Reference
--generate-cli-skeleton (string) Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value input...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found