Skip to content

Commit 0d3792f

Browse files
fix: update status so the examples render correctly in CLI Ref
1 parent 73f60ff commit 0d3792f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

messages/status.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"examples": [
3-
"sfdx force:org:status --sandboxname DevSbx1 --setalias MySandbox -u prodOrg",
4-
"sfdx force:org:status --sandboxname DevSbx1 --wait 45 --setdefaultusername -u prodOrg"
3+
"$ sfdx force:org:status --sandboxname DevSbx1 --setalias MySandbox -u prodOrg",
4+
"$ sfdx force:org:status --sandboxname DevSbx1 --wait 45 --setdefaultusername -u prodOrg"
55
],
66
"description": "report status of sandbox creation or clone and authenticate to it\nUse this command to check the status of your sandbox creation or clone and, if the sandbox is ready, authenticate to it.\nUse the --wait (-w) parameter to specify the number of minutes that the command waits for the sandbox creation or clone to complete before returning control of the terminal to you.\nSet the --targetusername (-u) parameter to the username or alias of the production org that contains the sandbox license.",
77
"flags": {

0 commit comments

Comments
 (0)