Skip to content

Commit

Permalink
fix: update sandbox url
Browse files Browse the repository at this point in the history
  • Loading branch information
jshackell-sfdc authored Nov 17, 2021
1 parent db5d850 commit a62a0e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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://test.salesforce.com.",
"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://test.salesforce.com"
"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 a62a0e3

Please sign in to comment.