Skip to content

Commit 03a73f1

Browse files
committed
chore(release): 5.7.3 [skip ci]
1 parent 8064fe6 commit 03a73f1

File tree

3 files changed

+32
-26
lines changed

3 files changed

+32
-26
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [5.7.3](https://github.com/salesforcecli/plugin-org/compare/5.7.2...5.7.3) (2025-04-28)
2+
3+
### Bug Fixes
4+
5+
- add flag char to avoid collision ([8064fe6](https://github.com/salesforcecli/plugin-org/commit/8064fe61724c517c8c16fd6e3dbeb429d25ff04b))
6+
17
## [5.7.2](https://github.com/salesforcecli/plugin-org/compare/5.7.1...5.7.2) (2025-04-27)
28

39
### Bug Fixes

README.md

Lines changed: 25 additions & 25 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.7.2/src/commands/org/create/sandbox.ts)_
245+
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.3/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.7.2/src/commands/org/create/scratch.ts)_
427+
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.3/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.7.2/src/commands/org/delete/sandbox.ts)_
473+
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.3/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.7.2/src/commands/org/delete/scratch.ts)_
517+
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.3/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.7.2/src/commands/org/disable/tracking.ts)_
556+
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.3/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.7.2/src/commands/org/display.ts)_
601+
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.3/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.7.2/src/commands/org/enable/tracking.ts)_
643+
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.3/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.7.2/src/commands/org/list.ts)_
682+
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.3/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.7.2/src/commands/org/list/metadata.ts)_
749+
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.3/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.7.2/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.7.3/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.7.2/src/commands/org/open.ts)_
880+
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.3/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.7.2/src/commands/org/open/agent.ts)_
931+
_See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.3/src/commands/org/open/agent.ts)_
932932

933933
## `sf org refresh sandbox`
934934

@@ -937,20 +937,20 @@ Refresh a sandbox org using the sandbox name.
937937
```
938938
USAGE
939939
$ sf org refresh sandbox -o <value> [--json] [--flags-dir <value>] [--no-auto-activate] [-w <minutes> | --async] [-i
940-
<seconds> | ] [--source-sandbox-name <value> | -i <value>] [-n <value>] [-f <value>] [--no-prompt]
940+
<seconds> | ] [--source-sandbox-name <value> | --source-id <value>] [-n <value>] [-f <value>] [--no-prompt]
941941
942942
FLAGS
943943
-f, --definition-file=<value> Path to a sandbox definition file for overriding its configuration when you refresh
944944
it.
945945
-i, --poll-interval=<seconds> Number of seconds to wait between status polling requests.
946-
-i, --source-id=<value> ID of the sandbox org that becomes the new source org for the refreshed sandbox.
947946
-n, --name=<value> Name of the existing sandbox org in your production org that you want to refresh.
948947
-o, --target-org=<value> (required) Username or alias of the production org that contains the sandbox
949948
license.
950949
-w, --wait=<minutes> Number of minutes to poll for sandbox refresh status.
951950
--async Request the sandbox refresh, but don't wait for it to complete.
952951
--no-auto-activate Disable auto-activation of the sandbox after a successful refresh.
953952
--no-prompt Don't prompt for confirmation about the sandbox refresh.
953+
--source-id=<value> ID of the sandbox org that becomes the new source org for the refreshed sandbox.
954954
--source-sandbox-name=<value> Name of the sandbox org that becomes the new source org for the refreshed sandbox.
955955
956956
GLOBAL FLAGS
@@ -999,14 +999,6 @@ FLAG DESCRIPTIONS
999999
<https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_sandbox_definition.htm> for all
10001000
the options you can specify in the definition file.
10011001
1002-
-i, --source-id=<value> ID of the sandbox org that becomes the new source org for the refreshed sandbox.
1003-
1004-
The value of --source-id must be an existing sandbox. The new source sandbox, and the refreshed sandbox specified
1005-
with the --name flag, must both be associated with the production org (--target-org) that contains the sandbox
1006-
licenses.
1007-
1008-
You can specify either --source-id or --source-sandbox-name when refreshing an existing sandbox, but not both.
1009-
10101002
-w, --wait=<minutes> Number of minutes to poll for sandbox refresh status.
10111003
10121004
If the command continues to run after the wait period, the CLI returns control of the terminal to you and displays
@@ -1022,6 +1014,14 @@ FLAG DESCRIPTIONS
10221014
10231015
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
10241016
1017+
--source-id=<value> ID of the sandbox org that becomes the new source org for the refreshed sandbox.
1018+
1019+
The value of --source-id must be an existing sandbox. The new source sandbox, and the refreshed sandbox specified
1020+
with the --name flag, must both be associated with the production org (--target-org) that contains the sandbox
1021+
licenses.
1022+
1023+
You can specify either --source-id or --source-sandbox-name when refreshing an existing sandbox, but not both.
1024+
10251025
--source-sandbox-name=<value> Name of the sandbox org that becomes the new source org for the refreshed sandbox.
10261026
10271027
The value of --source-sandbox-name must be an existing sandbox. The new source sandbox, and the refreshed sandbox
@@ -1031,7 +1031,7 @@ FLAG DESCRIPTIONS
10311031
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
10321032
```
10331033

1034-
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.2/src/commands/org/refresh/sandbox.ts)_
1034+
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.3/src/commands/org/refresh/sandbox.ts)_
10351035

10361036
## `sf org resume sandbox`
10371037

@@ -1094,7 +1094,7 @@ FLAG DESCRIPTIONS
10941094
returns the job ID. To resume checking the sandbox creation, rerun this command.
10951095
```
10961096

1097-
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.2/src/commands/org/resume/sandbox.ts)_
1097+
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.3/src/commands/org/resume/sandbox.ts)_
10981098

10991099
## `sf org resume scratch`
11001100

@@ -1147,6 +1147,6 @@ FLAG DESCRIPTIONS
11471147
returns the job ID. To resume checking the scratch creation, rerun this command.
11481148
```
11491149

1150-
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.2/src/commands/org/resume/scratch.ts)_
1150+
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.3/src/commands/org/resume/scratch.ts)_
11511151

11521152
<!-- 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.7.2",
4+
"version": "5.7.3",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)