From a3ec488bde56649ac783c3d118ebd4e171e3d140 Mon Sep 17 00:00:00 2001 From: Tobias Lohr Date: Tue, 24 Sep 2024 09:02:00 +0200 Subject: [PATCH] #499 Add help to client:auth command --- cli.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cli.js b/cli.js index 4a87aa3..fd041ce 100755 --- a/cli.js +++ b/cli.js @@ -99,6 +99,9 @@ program console.log(' current working directory. You may use environment variables SFCC_OAUTH_USER_NAME and'); console.log(' SFCC_OAUTH_USER_PASSWORD to pass the user credentails alternatively.'); console.log(); + console.log(' Pass flag -t client_credentials to prevent lookup of user credentials from a dw.json or') + console.log(' well-known env vars.'); + console.log(); console.log(' Examples:'); console.log(); console.log(' $ sfcc-ci client:auth my_client_id my_client_secret user_name user_password');