@@ -83,6 +83,7 @@ sfdx plugins
8383- [ ` sfdx force:org:display [-u <string>] [--apiversion <string>] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] ` ] ( #sfdx-forceorgdisplay--u-string---apiversion-string---verbose---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal )
8484- [ ` sfdx force:org:list [--all] [-p --clean] [--skipconnectionstatus] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] ` ] ( #sfdx-forceorglist---all--p---clean---skipconnectionstatus---verbose---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal )
8585- [ ` sfdx force:org:open [-b <string> | -r] [-p <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] ` ] ( #sfdx-forceorgopen--b-string---r--p-string--u-string---apiversion-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal )
86+ - [ ` sfdx force:org:status -n <string> [-s] [-a <string>] [-w <minutes>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] ` ] ( #sfdx-forceorgstatus--n-string--s--a-string--w-minutes--u-string---apiversion-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal )
8687
8788## ` sfdx force:org:beta:create [name=value...] [-t scratch|sandbox] [-f <filepath>] [-n] [-c] [-i <string>] [-s] [-a <string>] [-w <minutes>] [-d <integer>] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
8889
@@ -149,7 +150,7 @@ EXAMPLES
149150 $ sfdx force:org:create -t sandbox -f config/dev-sandbox-def.json -a MyDevSandbox -u prodOrg
150151```
151152
152- _ See code: [ src/commands/force/org/beta/create.ts] ( https://github.com/salesforcecli/plugin-org/blob/v1.11.1 /src/commands/force/org/beta/create.ts ) _
153+ _ See code: [ src/commands/force/org/beta/create.ts] ( https://github.com/salesforcecli/plugin-org/blob/v1.11.2 /src/commands/force/org/beta/create.ts ) _
153154
154155## ` sfdx force:org:delete [-p] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
155156
@@ -185,7 +186,7 @@ EXAMPLES
185186 $ sfdx force:org:delete -u MyOrgAlias -p
186187```
187188
188- _ See code: [ src/commands/force/org/delete.ts] ( https://github.com/salesforcecli/plugin-org/blob/v1.11.1 /src/commands/force/org/delete.ts ) _
189+ _ See code: [ src/commands/force/org/delete.ts] ( https://github.com/salesforcecli/plugin-org/blob/v1.11.2 /src/commands/force/org/delete.ts ) _
189190
190191## ` sfdx force:org:display [-u <string>] [--apiversion <string>] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
191192
@@ -226,7 +227,7 @@ EXAMPLES
226227 sfdx force:org:display -u TestOrg1 --json > tmp/MyOrgDesc.json
227228```
228229
229- _ See code: [ src/commands/force/org/display.ts] ( https://github.com/salesforcecli/plugin-org/blob/v1.11.1 /src/commands/force/org/display.ts ) _
230+ _ See code: [ src/commands/force/org/display.ts] ( https://github.com/salesforcecli/plugin-org/blob/v1.11.2 /src/commands/force/org/display.ts ) _
230231
231232## ` sfdx force:org:list [--all] [-p --clean] [--skipconnectionstatus] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
232233
@@ -262,7 +263,7 @@ EXAMPLES
262263 sfdx force:org:list --verbose --json > tmp/MyOrgList.json
263264```
264265
265- _ See code: [ src/commands/force/org/list.ts] ( https://github.com/salesforcecli/plugin-org/blob/v1.11.1 /src/commands/force/org/list.ts ) _
266+ _ See code: [ src/commands/force/org/list.ts] ( https://github.com/salesforcecli/plugin-org/blob/v1.11.2 /src/commands/force/org/list.ts ) _
266267
267268## ` sfdx force:org:open [-b <string> | -r] [-p <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
268269
@@ -307,6 +308,54 @@ EXAMPLES
307308 sfdx force:org:open -u [email protected] -b firefox 308309```
309310
310- _ See code: [ src/commands/force/org/open.ts] ( https://github.com/salesforcecli/plugin-org/blob/v1.11.1/src/commands/force/org/open.ts ) _
311+ _ See code: [ src/commands/force/org/open.ts] ( https://github.com/salesforcecli/plugin-org/blob/v1.11.2/src/commands/force/org/open.ts ) _
312+
313+ ## ` sfdx force:org:status -n <string> [-s] [-a <string>] [-w <minutes>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
314+
315+ report status of sandbox creation or clone and authenticate to it
316+
317+ ```
318+ USAGE
319+ $ sfdx force:org:status -n <string> [-s] [-a <string>] [-w <minutes>] [-u <string>] [--apiversion <string>] [--json]
320+ [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
321+
322+ OPTIONS
323+ -a, --setalias=setalias alias for the created or cloned org
324+
325+ -n, --sandboxname=sandboxname (required) name of the sandbox org
326+ to check status for
327+
328+ -s, --setdefaultusername set the created or cloned org as
329+ your default
330+
331+ -u, --targetusername=targetusername username or alias for the target
332+ org; overrides default target org
333+
334+ -w, --wait=wait [default: 6 minutes] number of
335+ minutes to wait while polling for
336+ status
337+
338+ --apiversion=apiversion override the api version used for
339+ api requests made by this command
340+
341+ --json format output as json
342+
343+ --loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
344+ this command invocation
345+
346+ DESCRIPTION
347+ Use this command to check the status of your sandbox creation or clone and, if the sandbox is ready, authenticate to
348+ it.
349+ Use the --wait (-w) parameter to specify the number of minutes that the command waits for the sandbox creation or
350+ clone to complete before returning control of the terminal to you.
351+ Set the --targetusername (-u) parameter to the username or alias of the production org that contains the sandbox
352+ license.
353+
354+ EXAMPLES
355+ sfdx force:org:status --sandboxname DevSbx1 --setalias MySandbox -u prodOrg
356+ sfdx force:org:status --sandboxname DevSbx1 --wait 45 --setdefaultusername -u prodOrg
357+ ```
358+
359+ _ See code: [ src/commands/force/org/status.ts] ( https://github.com/salesforcecli/plugin-org/blob/v1.11.2/src/commands/force/org/status.ts ) _
311360
312361<!-- commandsstop -->
0 commit comments