aspnetcore/src/Microsoft.Extensions.Secret...
..
Internal
Properties
resources
CommandLineOptions.cs
Microsoft.Extensions.SecretManager.Tools.csproj
Program.cs
README.md
Resources.resx
prefercliruntime

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

Install Microsoft.Extensions.SecretManager.Tools as a DotNetCliToolReference to your project.

  <ItemGroup>
    <DotNetCliToolReference Include="Microsoft.Extensions.SecretManager.Tools" Version="1.0.0-msbuild2-update1" />
  </ItemGroup>

How To Use

Run dotnet user-secrets --help for more information about usage.