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 dbbb69e commit 75c41bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions messages/device.login.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"description": "authorize an org using a device code\nYou must open a browser, navigate to the verification URL, and enter the code. Log in, if not already logged in, and you’ll be prompted to allow the device to connect to the org.",
"examples": [
"sfdx auth:device:login -d -a TestOrg1",
"sfdx auth:device:login -i <OAuth client id>",
"sfdx auth:device:login -r https://MyDomainName--SandboxName.sandbox.my.salesforce.com"
"$ sfdx auth:device:login -d -a TestOrg1",
"$ sfdx auth:device:login -i <OAuth client id>",
"$ sfdx auth:device:login -r https://MyDomainName--SandboxName.sandbox.my.salesforce.com"
],
"actionRequired": "Action Required!",
"enterCode": "Enter %s user code in the verification URL %s",
Expand Down

0 comments on commit 75c41bd

Please sign in to comment.