- Rename package IDs to dotnet-watch, dotnet-user-secrets, and dotnet-sql-cache - Change packaging layout to support dotnet-install-tool - Change package metadata to DotnetTool - Drop support for DotNetCliToolReference (those will continue to be available under previous package ID's) - Rename project files and folders |
||
|---|---|---|
| .. | ||
| Internal | ||
| Properties | ||
| assets | ||
| CommandLineOptions.cs | ||
| DotnetToolSettings.xml | ||
| Program.cs | ||
| README.md | ||
| Resources.resx | ||
| dotnet-user-secrets.csproj | ||
| dotnet-user-secrets.nuspec | ||
README.md
dotnet-user-secrets
dotnet-user-secrets is a command line tool for managing the secrets in a user secret store.
How To Install
From the command-line, execute:
dotnet install tool dotnet-user-secrets
How To Use
Run dotnet user-secrets --help for more information about usage.