aspnetcore/src/Microsoft.Extensions.Secret...
Nate McMaster 1e61428f8e Lift packages to target .NET Core 2.0 2017-04-24 10:39:27 -07:00
..
Internal Remove code that moved into CommandLineUtils 2017-03-22 10:19:19 -07:00
Properties
resources
CommandLineOptions.cs
Microsoft.Extensions.SecretManager.Tools.csproj Lift packages to target .NET Core 2.0 2017-04-24 10:39:27 -07:00
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" />
  </ItemGroup>

How To Use

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