aspnetcore/src/dotnet-user-secrets
Nate McMaster 261b27b700 Port CLI tools to be dotnet global tools
- Rename package IDs to dotnet-watch, dotnet-user-secrets, and dotnet-sql-cache
- Change packaging layout to support dotnet-install-tool
- Change package metadata to DotnetTool
- Drop support for DotNetCliToolReference (those will continue to be available under previous package ID's)
- Rename project files and folders
2017-12-29 08:42:36 -08:00
..
Internal Port CLI tools to be dotnet global tools 2017-12-29 08:42:36 -08:00
Properties Port CLI tools to be dotnet global tools 2017-12-29 08:42:36 -08:00
assets Port CLI tools to be dotnet global tools 2017-12-29 08:42:36 -08:00
CommandLineOptions.cs Port CLI tools to be dotnet global tools 2017-12-29 08:42:36 -08:00
DotnetToolSettings.xml Port CLI tools to be dotnet global tools 2017-12-29 08:42:36 -08:00
Program.cs Port CLI tools to be dotnet global tools 2017-12-29 08:42:36 -08:00
README.md Port CLI tools to be dotnet global tools 2017-12-29 08:42:36 -08:00
Resources.resx Port CLI tools to be dotnet global tools 2017-12-29 08:42:36 -08:00
dotnet-user-secrets.csproj Port CLI tools to be dotnet global tools 2017-12-29 08:42:36 -08:00
dotnet-user-secrets.nuspec Port CLI tools to be dotnet global tools 2017-12-29 08:42:36 -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

From the command-line, execute:

dotnet install tool dotnet-user-secrets

How To Use

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