aspnetcore/src/Microsoft.Extensions.Secret.../README.md

511 B

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.