Skip to content

Commit

Permalink
fix: add prompt to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jshackell-sfdc authored May 17, 2022
1 parent 753ee39 commit a7ddc31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions messages/web.login.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"description": "authorize an org using the web login flow\nIf you specify an --instanceurl value, this value overrides the sfdcLoginUrl value in your sfdx-project.json file. To specify a My Domain URL, use the format MyDomainName.my.salesforce.com (not MyDomainName.lightning.force.com). To log in to a sandbox, set --instanceurl to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.",
"examples": [
"sfdx auth:web:login -a TestOrg1",
"sfdx auth:web:login -i <OAuth client id>",
"sfdx auth:web:login -r https://MyDomainName--SandboxName.sandbox.my.salesforce.com"
"$ sfdx auth:web:login -a TestOrg1",
"$ sfdx auth:web:login -i <OAuth client id>",
"$ sfdx auth:web:login -r https://MyDomainName--SandboxName.sandbox.my.salesforce.com"
],
"deviceWarning": "auth:web:login doesn't work when authorizing to a headless environment. Use auth:device:login instead.",
"invalidClientId": "Invalid client credentials. Verify the OAuth client secret and ID. %s"
Expand Down

0 comments on commit a7ddc31

Please sign in to comment.