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 React to changes in KoreBuild 2016-12-14 19:30:44 -08:00
resources Use MSBuild project extensions instead of importing the users project 2016-12-08 09:55:22 -08:00
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 Simplify console output and fix color output on CMD 2017-03-10 09:18:38 -08:00
README.md Add samples and update READMEs (#275) 2017-03-15 09:29:05 -07:00
Resources.resx
prefercliruntime Cleanup msbuild layout 2016-12-14 09:13:00 -08:00

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.