Skip to content

Commit

Permalink
SalesforceCommerceCloud#499 Add help to client:auth command
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiaslohr committed Sep 24, 2024
1 parent 40599b0 commit a3ec488
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit a3ec488

Please sign in to comment.