Closed
Description
Is your feature request related to a problem? Please describe.
I am trying to find the stored secrets file on my computer (to move between computers) for a project.
I figured out its location, but because it can be different between projects, it would have been helpful to have a command tell me where it was.
Describe the solution you'd like
I'd like to type dotnet user-secrets get-storage-location
(or something) to print the on-disk path to the file or pipe its output to open in an editor like vscode
.