From 1ea3d9abd912ec14b72b7df757306ed3dcfab2e7 Mon Sep 17 00:00:00 2001 From: Tobias Lohr Date: Wed, 25 Mar 2020 15:11:38 +0100 Subject: [PATCH] #109 add missing env vars to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4708dea6..048a6eb4 100644 --- a/README.md +++ b/README.md @@ -298,6 +298,10 @@ Use `sfcc-ci --help` or just `sfcc-ci` to get started and see the full list of c $SFCC_LOGIN_URL set login url used for authentication $SFCC_OAUTH_LOCAL_PORT set Oauth local port for authentication flow + $SFCC_OAUTH_CLIENT_ID client id used for authentication + $SFCC_OAUTH_CLIENT_SECRET client secret used for authentication + $SFCC_OAUTH_USER_NAME user name used for authentication + $SFCC_OAUTH_USER_PASSWORD user password used for authentication $SFCC_SANDBOX_API_HOST set sandbox API host $SFCC_SANDBOX_API_POLLING_TIMEOUT set timeout for sandbox polling in minutes $DEBUG enable verbose output