Make dotnet-user-jwts
support custom appsettings json file
#56169
Labels
area-commandlinetools
Includes: Command line tools, dotnet-dev-certs, dotnet-user-jwts, and OpenAPI
feature-userjwts
The `dotnet user-jwts` CLI tool
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
I want to be able to use
dotnet-user-jwts
in a project that does not useappsettings.Development.json
for local development. In some cases for instance, it isappsettings.Local.json
.Although it is easy to copy it into another appsettings file, it's an inconvenience since previous data gets overwritten.
Describe the solution you'd like
The current behavior can be overriden by an optional argument.
appsettings.{env}.json
)I did not think too much about naming, as I would like to see if there is interest in this.
Additional context
There was a very brief mention of the idea of disabling the configuration in the issue here #46239, but in a different context.
The text was updated successfully, but these errors were encountered: