Skip to content

Commit a11934f

Browse files
committed
chore(release): 5.6.0 [skip ci]
1 parent 5dcce40 commit a11934f

File tree

3 files changed

+29
-17
lines changed

3 files changed

+29
-17
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [5.6.0](https://github.com/salesforcecli/plugin-org/compare/5.5.8...5.6.0) (2025-04-08)
2+
3+
### Features
4+
5+
- add `--wait` flag to resume scratch org ([#1376](https://github.com/salesforcecli/plugin-org/issues/1376)) ([5dcce40](https://github.com/salesforcecli/plugin-org/commit/5dcce40d236b7c62c396f1dfaccab37dad41de60))
6+
17
## [5.5.8](https://github.com/salesforcecli/plugin-org/compare/5.5.7...5.5.8) (2025-04-06)
28

39
### Bug Fixes

README.md

Lines changed: 22 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ FLAG DESCRIPTIONS
242242
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
243243
```
244244

245-
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.8/src/commands/org/create/sandbox.ts)_
245+
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.6.0/src/commands/org/create/sandbox.ts)_
246246

247247
## `sf org create scratch`
248248

@@ -424,7 +424,7 @@ FLAG DESCRIPTIONS
424424
Omit this flag to have Salesforce generate a unique username for your org.
425425
```
426426

427-
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.8/src/commands/org/create/scratch.ts)_
427+
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.6.0/src/commands/org/create/scratch.ts)_
428428

429429
## `sf org delete sandbox`
430430

@@ -470,7 +470,7 @@ EXAMPLES
470470
$ sf org delete sandbox --target-org my-sandbox --no-prompt
471471
```
472472

473-
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.8/src/commands/org/delete/sandbox.ts)_
473+
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.6.0/src/commands/org/delete/sandbox.ts)_
474474

475475
## `sf org delete scratch`
476476

@@ -514,7 +514,7 @@ EXAMPLES
514514
$ sf org delete scratch --target-org my-scratch-org --no-prompt
515515
```
516516

517-
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.8/src/commands/org/delete/scratch.ts)_
517+
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.6.0/src/commands/org/delete/scratch.ts)_
518518

519519
## `sf org disable tracking`
520520

@@ -553,7 +553,7 @@ EXAMPLES
553553
$ sf org disable tracking
554554
```
555555

556-
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.8/src/commands/org/disable/tracking.ts)_
556+
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.6.0/src/commands/org/disable/tracking.ts)_
557557

558558
## `sf org display`
559559

@@ -598,7 +598,7 @@ EXAMPLES
598598
$ sf org display --target-org TestOrg1 --verbose
599599
```
600600

601-
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.8/src/commands/org/display.ts)_
601+
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/5.6.0/src/commands/org/display.ts)_
602602

603603
## `sf org enable tracking`
604604

@@ -640,7 +640,7 @@ EXAMPLES
640640
$ sf org enable tracking
641641
```
642642

643-
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.8/src/commands/org/enable/tracking.ts)_
643+
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.6.0/src/commands/org/enable/tracking.ts)_
644644

645645
## `sf org list`
646646

@@ -679,7 +679,7 @@ EXAMPLES
679679
$ sf org list --clean
680680
```
681681

682-
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.8/src/commands/org/list.ts)_
682+
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/5.6.0/src/commands/org/list.ts)_
683683

684684
## `sf org list metadata`
685685

@@ -746,7 +746,7 @@ FLAG DESCRIPTIONS
746746
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
747747
```
748748

749-
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.8/src/commands/org/list/metadata.ts)_
749+
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/5.6.0/src/commands/org/list/metadata.ts)_
750750

751751
## `sf org list metadata-types`
752752

@@ -801,7 +801,7 @@ FLAG DESCRIPTIONS
801801
Override the api version used for api requests made by this command
802802
```
803803

804-
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.8/src/commands/org/list/metadata-types.ts)_
804+
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/5.6.0/src/commands/org/list/metadata-types.ts)_
805805

806806
## `sf org open`
807807

@@ -877,7 +877,7 @@ EXAMPLES
877877
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
878878
```
879879

880-
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.8/src/commands/org/open.ts)_
880+
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/5.6.0/src/commands/org/open.ts)_
881881

882882
## `sf org open agent`
883883

@@ -928,7 +928,7 @@ EXAMPLES
928928
$ sf org open agent --target-org MyTestOrg1 --browser firefox --name Coral_Cloud_Agent
929929
```
930930

931-
_See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.8/src/commands/org/open/agent.ts)_
931+
_See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.6.0/src/commands/org/open/agent.ts)_
932932

933933
## `sf org refresh sandbox`
934934

@@ -1005,7 +1005,7 @@ FLAG DESCRIPTIONS
10051005
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
10061006
```
10071007

1008-
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.8/src/commands/org/refresh/sandbox.ts)_
1008+
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.6.0/src/commands/org/refresh/sandbox.ts)_
10091009

10101010
## `sf org resume sandbox`
10111011

@@ -1068,19 +1068,20 @@ FLAG DESCRIPTIONS
10681068
returns the job ID. To resume checking the sandbox creation, rerun this command.
10691069
```
10701070

1071-
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.8/src/commands/org/resume/sandbox.ts)_
1071+
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.6.0/src/commands/org/resume/sandbox.ts)_
10721072

10731073
## `sf org resume scratch`
10741074

10751075
Resume the creation of an incomplete scratch org.
10761076

10771077
```
10781078
USAGE
1079-
$ sf org resume scratch [--json] [--flags-dir <value>] [-i <value>] [-r]
1079+
$ sf org resume scratch [--json] [--flags-dir <value>] [-i <value>] [-r] [-w <minutes>]
10801080
10811081
FLAGS
10821082
-i, --job-id=<value> Job ID of the incomplete scratch org create that you want to resume.
10831083
-r, --use-most-recent Use the job ID of the most recent incomplete scratch org.
1084+
-w, --wait=<minutes> [default: 0 minutes] Number of minutes to wait for the scratch org to be ready.
10841085
10851086
GLOBAL FLAGS
10861087
--flags-dir=<value> Import flag values from a directory.
@@ -1113,8 +1114,13 @@ FLAG DESCRIPTIONS
11131114
The job ID is the same as the record ID of the incomplete scratch org in the ScratchOrgInfo object of the Dev Hub.
11141115
11151116
The job ID is valid for 24 hours after you start the scratch org creation.
1117+
1118+
-w, --wait=<minutes> Number of minutes to wait for the scratch org to be ready.
1119+
1120+
If the command continues to run after the wait period, the CLI returns control of the terminal window to you and
1121+
returns the job ID. To resume checking the scratch creation, rerun this command.
11161122
```
11171123

1118-
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.8/src/commands/org/resume/scratch.ts)_
1124+
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.6.0/src/commands/org/resume/scratch.ts)_
11191125

11201126
<!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-org",
33
"description": "Commands to interact with Salesforce orgs",
4-
"version": "5.5.8",
4+
"version": "5.6.0",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)