Clarify Tooling Commands (#1552)

pull/1555/head
Travis Boatman 2016-06-28 08:43:24 -07:00 committed by Daniel Roth
parent f50adcbc63
commit ce2bb4d36e
1 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,8 @@ Installing the Secret Manager tool
dotnet user-secrets -h
.. note:: When any of the tools are defined in the project.json file, you must be in the same directory in order to use the tooling commands.
The Secret Manager tool will display usage, options and command help.
The Secret Manager tool operates on project specific configuration settings that are stored in your user profile. To use user secrets the project must specify a ``userSecretsId`` value in its *project.json* file. The value of ``userSecretsId`` is arbitrary, but is generally unique to the project.