aspnetcore/src/Microsoft.Extensions.Secret...
Nate McMaster 7054992254 Bump tools versions to 1.1.0 2016-11-03 12:17:49 -07:00
..
Internal dotnet-user-secrets: add support for json output and piping json input 2016-10-31 14:15:52 -07:00
Properties dotnet-user-secrets: add support for json output and piping json input 2016-10-31 14:15:52 -07:00
CommandOutputLogger.cs
CommandOutputProvider.cs
Microsoft.Extensions.SecretManager.Tools.nuspec
Microsoft.Extensions.SecretManager.Tools.xproj
Program.cs dotnet-user-secrets: add support for json output and piping json input 2016-10-31 14:15:52 -07:00
README.md Bump tools versions to 1.1.0 2016-11-03 12:17:49 -07:00
Resources.resx dotnet-user-secrets: add support for json output and piping json input 2016-10-31 14:15:52 -07:00
project.json Bump tools versions to 1.1.0 2016-11-03 12:17:49 -07: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

Add Microsoft.Extensions.SecretManager.Tools to the tools section of your project.json file:

{
    ..
    "tools": {
        "Microsoft.Extensions.SecretManager.Tools": "1.0.0-preview4-final"  // "1.1.0-preview4-final" for .NET Core 1.1.0
    }
    ...
}

How To Use

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