We'll need the following Environmental Variables to be set before things will work.
Add the following under the existing exports listed in your ~/.zshrc
# SFCC-CI Variables
export SFCC_OAUTH_CLIENT_ID="1a2b3c4d-5e6f-7g8h-9i0j-1k2l3m4n5o6p"
export SFCC_OAUTH_CLIENT_SECRET="my^super*secret+password"
export SFCC_SANDBOX_ID=""
SFCC_OAUTH_CLIENT_ID
- This is your "API Client" that was generated earlierSFCC_OAUTH_CLIENT_SECRET
- This is the password you entered earlierSFCC_SANDBOX_ID
- We'll be getting this in a few steps
Now we need to reload our profile:
source ~/.zshrc