aspnetcore/src/Microsoft.Extensions.Secret...
Nate McMaster f246dd3502 Upgrade test projects to .NET Core 2.0 2017-03-22 11:56: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 Upgrade test projects to .NET Core 2.0 2017-03-22 11:56: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

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.