From ce2bb4d36e3efb999b7244256d5df8dfeef96b59 Mon Sep 17 00:00:00 2001 From: Travis Boatman Date: Tue, 28 Jun 2016 08:43:24 -0700 Subject: [PATCH] Clarify Tooling Commands (#1552) --- aspnet/security/app-secrets.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aspnet/security/app-secrets.rst b/aspnet/security/app-secrets.rst index b2305d6e81..f998d34b97 100644 --- a/aspnet/security/app-secrets.rst +++ b/aspnet/security/app-secrets.rst @@ -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.