aspnetcore/src/Microsoft.Extensions.Secret...
Nate McMaster 67c540051b Update README.md 2016-12-12 16:24:15 -08:00
..
Internal Use MSBuild project extensions instead of importing the users project 2016-12-08 09:55:22 -08:00
Properties Build with MSBuild 2016-12-12 15:55:00 -08:00
resources Use MSBuild project extensions instead of importing the users project 2016-12-08 09:55:22 -08:00
CommandLineOptions.cs Create console reporter API 2016-11-30 14:51:08 -08:00
Microsoft.Extensions.SecretManager.Tools.csproj Build with MSBuild 2016-12-12 15:55:00 -08:00
Program.cs Use MSBuild project extensions instead of importing the users project 2016-12-08 09:55:22 -08:00
README.md Update README.md 2016-12-12 16:24:15 -08:00
Resources.resx Abstract the console 2016-11-21 11:08:56 -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-msbuild2-update1" />
  </ItemGroup>

How To Use

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