Skip to content

Commit 77c0065

Browse files
authored
Merge pull request #2212 from salesforcecli/release/2.86.9
Release PR for 2.86.9 as latest-rc
2 parents f1eea73 + a417bb8 commit 77c0065

3 files changed

Lines changed: 42 additions & 42 deletions

File tree

README.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
2525
$ sf COMMAND
2626
running command...
2727
$ sf (--version|-v)
28-
@salesforce/cli/2.86.8 linux-x64 node-v22.14.0
28+
@salesforce/cli/2.86.9 linux-x64 node-v22.14.0
2929
$ sf --help [COMMAND]
3030
USAGE
3131
$ sf COMMAND
@@ -3200,7 +3200,7 @@ FLAG DESCRIPTIONS
32003200
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
32013201
```
32023202

3203-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.0/src/commands/org/create/sandbox.ts)_
3203+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.3/src/commands/org/create/sandbox.ts)_
32043204

32053205
## `sf org create scratch`
32063206

@@ -3382,7 +3382,7 @@ FLAG DESCRIPTIONS
33823382
Omit this flag to have Salesforce generate a unique username for your org.
33833383
```
33843384

3385-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.0/src/commands/org/create/scratch.ts)_
3385+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.3/src/commands/org/create/scratch.ts)_
33863386

33873387
## `sf org create user`
33883388

@@ -3536,7 +3536,7 @@ EXAMPLES
35363536
$ sf org delete sandbox --target-org my-sandbox --no-prompt
35373537
```
35383538

3539-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.0/src/commands/org/delete/sandbox.ts)_
3539+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.3/src/commands/org/delete/sandbox.ts)_
35403540

35413541
## `sf org delete scratch`
35423542

@@ -3580,7 +3580,7 @@ EXAMPLES
35803580
$ sf org delete scratch --target-org my-scratch-org --no-prompt
35813581
```
35823582

3583-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.0/src/commands/org/delete/scratch.ts)_
3583+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.3/src/commands/org/delete/scratch.ts)_
35843584

35853585
## `sf org disable tracking`
35863586

@@ -3619,7 +3619,7 @@ EXAMPLES
36193619
$ sf org disable tracking
36203620
```
36213621

3622-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.0/src/commands/org/disable/tracking.ts)_
3622+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.3/src/commands/org/disable/tracking.ts)_
36233623

36243624
## `sf org display`
36253625

@@ -3664,7 +3664,7 @@ EXAMPLES
36643664
$ sf org display --target-org TestOrg1 --verbose
36653665
```
36663666

3667-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.0/src/commands/org/display.ts)_
3667+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.3/src/commands/org/display.ts)_
36683668

36693669
## `sf org display user`
36703670

@@ -3745,7 +3745,7 @@ EXAMPLES
37453745
$ sf org enable tracking
37463746
```
37473747

3748-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.0/src/commands/org/enable/tracking.ts)_
3748+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.3/src/commands/org/enable/tracking.ts)_
37493749

37503750
## `sf org generate password`
37513751

@@ -3851,7 +3851,7 @@ EXAMPLES
38513851
$ sf org list --clean
38523852
```
38533853

3854-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.0/src/commands/org/list.ts)_
3854+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.3/src/commands/org/list.ts)_
38553855

38563856
## `sf org list auth`
38573857

@@ -3990,7 +3990,7 @@ FLAG DESCRIPTIONS
39903990
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
39913991
```
39923992

3993-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.0/src/commands/org/list/metadata.ts)_
3993+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.3/src/commands/org/list/metadata.ts)_
39943994

39953995
## `sf org list metadata-types`
39963996

@@ -4045,7 +4045,7 @@ FLAG DESCRIPTIONS
40454045
Override the api version used for api requests made by this command
40464046
```
40474047

4048-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.0/src/commands/org/list/metadata-types.ts)_
4048+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.3/src/commands/org/list/metadata-types.ts)_
40494049

40504050
## `sf org list sobject record-counts`
40514051

@@ -4628,7 +4628,7 @@ EXAMPLES
46284628
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
46294629
```
46304630

4631-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.0/src/commands/org/open.ts)_
4631+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.3/src/commands/org/open.ts)_
46324632

46334633
## `sf org open agent`
46344634

@@ -4679,7 +4679,7 @@ EXAMPLES
46794679
$ sf org open agent --target-org MyTestOrg1 --browser firefox --name Coral_Cloud_Agent
46804680
```
46814681

4682-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.0/src/commands/org/open/agent.ts)_
4682+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.3/src/commands/org/open/agent.ts)_
46834683

46844684
## `sf org refresh sandbox`
46854685

@@ -4688,20 +4688,20 @@ Refresh a sandbox org using the sandbox name.
46884688
```
46894689
USAGE
46904690
$ sf org refresh sandbox -o <value> [--json] [--flags-dir <value>] [--no-auto-activate] [-w <minutes> | --async] [-i
4691-
<seconds> | ] [--source-sandbox-name <value> | -i <value>] [-n <value>] [-f <value>] [--no-prompt]
4691+
<seconds> | ] [--source-sandbox-name <value> | --source-id <value>] [-n <value>] [-f <value>] [--no-prompt]
46924692
46934693
FLAGS
46944694
-f, --definition-file=<value> Path to a sandbox definition file for overriding its configuration when you refresh
46954695
it.
46964696
-i, --poll-interval=<seconds> Number of seconds to wait between status polling requests.
4697-
-i, --source-id=<value> ID of the sandbox org that becomes the new source org for the refreshed sandbox.
46984697
-n, --name=<value> Name of the existing sandbox org in your production org that you want to refresh.
46994698
-o, --target-org=<value> (required) Username or alias of the production org that contains the sandbox
47004699
license.
47014700
-w, --wait=<minutes> Number of minutes to poll for sandbox refresh status.
47024701
--async Request the sandbox refresh, but don't wait for it to complete.
47034702
--no-auto-activate Disable auto-activation of the sandbox after a successful refresh.
47044703
--no-prompt Don't prompt for confirmation about the sandbox refresh.
4704+
--source-id=<value> ID of the sandbox org that becomes the new source org for the refreshed sandbox.
47054705
--source-sandbox-name=<value> Name of the sandbox org that becomes the new source org for the refreshed sandbox.
47064706
47074707
GLOBAL FLAGS
@@ -4750,14 +4750,6 @@ FLAG DESCRIPTIONS
47504750
<https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_sandbox_definition.htm> for all
47514751
the options you can specify in the definition file.
47524752
4753-
-i, --source-id=<value> ID of the sandbox org that becomes the new source org for the refreshed sandbox.
4754-
4755-
The value of --source-id must be an existing sandbox. The new source sandbox, and the refreshed sandbox specified
4756-
with the --name flag, must both be associated with the production org (--target-org) that contains the sandbox
4757-
licenses.
4758-
4759-
You can specify either --source-id or --source-sandbox-name when refreshing an existing sandbox, but not both.
4760-
47614753
-w, --wait=<minutes> Number of minutes to poll for sandbox refresh status.
47624754
47634755
If the command continues to run after the wait period, the CLI returns control of the terminal to you and displays
@@ -4773,6 +4765,14 @@ FLAG DESCRIPTIONS
47734765
47744766
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
47754767
4768+
--source-id=<value> ID of the sandbox org that becomes the new source org for the refreshed sandbox.
4769+
4770+
The value of --source-id must be an existing sandbox. The new source sandbox, and the refreshed sandbox specified
4771+
with the --name flag, must both be associated with the production org (--target-org) that contains the sandbox
4772+
licenses.
4773+
4774+
You can specify either --source-id or --source-sandbox-name when refreshing an existing sandbox, but not both.
4775+
47764776
--source-sandbox-name=<value> Name of the sandbox org that becomes the new source org for the refreshed sandbox.
47774777
47784778
The value of --source-sandbox-name must be an existing sandbox. The new source sandbox, and the refreshed sandbox
@@ -4782,7 +4782,7 @@ FLAG DESCRIPTIONS
47824782
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
47834783
```
47844784

4785-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.0/src/commands/org/refresh/sandbox.ts)_
4785+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.3/src/commands/org/refresh/sandbox.ts)_
47864786

47874787
## `sf org resume sandbox`
47884788

@@ -4845,7 +4845,7 @@ FLAG DESCRIPTIONS
48454845
returns the job ID. To resume checking the sandbox creation, rerun this command.
48464846
```
48474847

4848-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.0/src/commands/org/resume/sandbox.ts)_
4848+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.3/src/commands/org/resume/sandbox.ts)_
48494849

48504850
## `sf org resume scratch`
48514851

@@ -4898,7 +4898,7 @@ FLAG DESCRIPTIONS
48984898
returns the job ID. To resume checking the scratch creation, rerun this command.
48994899
```
49004900

4901-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.0/src/commands/org/resume/scratch.ts)_
4901+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.3/src/commands/org/resume/scratch.ts)_
49024902

49034903
## `sf package create`
49044904

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/cli",
33
"description": "The Salesforce CLI",
4-
"version": "2.86.8",
4+
"version": "2.86.9",
55
"author": "Salesforce",
66
"bin": {
77
"sf": "./bin/run.js",
@@ -166,7 +166,7 @@
166166
"@salesforce/plugin-info": "3.4.54",
167167
"@salesforce/plugin-limits": "3.3.52",
168168
"@salesforce/plugin-marketplace": "1.3.8",
169-
"@salesforce/plugin-org": "5.7.0",
169+
"@salesforce/plugin-org": "5.7.3",
170170
"@salesforce/plugin-packaging": "2.13.1",
171171
"@salesforce/plugin-schema": "3.3.59",
172172
"@salesforce/plugin-settings": "2.4.24",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1955,10 +1955,10 @@
19551955
strip-ansi "6.0.1"
19561956
ts-retry-promise "^0.8.1"
19571957

1958-
"@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.1", "@salesforce/core@^8.8.5", "@salesforce/core@^8.8.6", "@salesforce/core@^8.8.7", "@salesforce/core@^8.9.0", "@salesforce/core@^8.9.1":
1959-
version "8.9.1"
1960-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.9.1.tgz#e31d307d495cc0b916c0b9312fba751714034e0a"
1961-
integrity sha512-Q1evH4WD7IYWgbcIYCUDi3FTEMgy1KLVg4Xa4GacKLNcOBfom5s6whNsz3gUFESqjndGDwV5Pbgpi0ImC17PfQ==
1958+
"@salesforce/core@^8.10.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.1", "@salesforce/core@^8.8.5", "@salesforce/core@^8.8.6", "@salesforce/core@^8.8.7", "@salesforce/core@^8.9.0", "@salesforce/core@^8.9.1":
1959+
version "8.10.0"
1960+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.10.0.tgz#017fe618b1dd086298d1133a6ed0f509d56ea495"
1961+
integrity sha512-gStIzB8wPjjwyKZCK8eSfwkLiv9h9qzP64b51U5THBskEjm6Sw6ZyWqZmCzA85FEZ/IM/n1nh4e3R9JoG6Z6mA==
19621962
dependencies:
19631963
"@jsforce/jsforce-node" "^3.7.0"
19641964
"@salesforce/kit" "^3.2.2"
@@ -2172,17 +2172,17 @@
21722172
got "^13.0.0"
21732173
proxy-agent "^6.4.0"
21742174

2175-
"@salesforce/plugin-org@5.7.0":
2176-
version "5.7.0"
2177-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-org/-/plugin-org-5.7.0.tgz#cb3e29c71286698bfb960a32231bc962f9be872a"
2178-
integrity sha512-StXGo/W1mcl/dRqbj7pI+lXJmDsfIabkfltv9rBSItYRW9ExIVykOFXYKExdxVq3/rzz0+jXa7txq1aN/UY8wQ==
2175+
"@salesforce/plugin-org@5.7.3":
2176+
version "5.7.3"
2177+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-org/-/plugin-org-5.7.3.tgz#11d946e84ee410b138ac3f3e8c0ed2da3c4e62cb"
2178+
integrity sha512-o0xyAookL4VDFgeUJ7o2qs1eNpxfQiCcsHX6O4o5xopFZl3poZszJbFOQPnWyptaLVzXLnAeXePDgd+36DP9mQ==
21792179
dependencies:
21802180
"@oclif/core" "^4.2.10"
21812181
"@oclif/multi-stage-output" "^0.8.12"
2182-
"@salesforce/core" "^8.9.1"
2182+
"@salesforce/core" "^8.10.0"
21832183
"@salesforce/kit" "^3.2.3"
21842184
"@salesforce/sf-plugins-core" "^12.2.1"
2185-
"@salesforce/source-deploy-retrieve" "^12.19.0"
2185+
"@salesforce/source-deploy-retrieve" "^12.19.3"
21862186
"@salesforce/ts-types" "^2.0.12"
21872187
ansis "^3.16.0"
21882188
change-case "^5.4.4"
@@ -2358,10 +2358,10 @@
23582358
string-width "^7.2.0"
23592359
terminal-link "^3.0.0"
23602360

2361-
"@salesforce/source-deploy-retrieve@^12.16.9", "@salesforce/source-deploy-retrieve@^12.19.0", "@salesforce/source-deploy-retrieve@^12.19.2":
2362-
version "12.19.2"
2363-
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.19.2.tgz#0a58e5825491fddf2b23619ef7bc6fd6ea42d035"
2364-
integrity sha512-pnWFhQrPPbv+gsTm0u3hst0vzttQL6Tm+ogGKUbtM+yrLNurSfvlRyNoJowu4tHAyWL1aSpBKxPa7DwB/vy0RQ==
2361+
"@salesforce/source-deploy-retrieve@^12.16.9", "@salesforce/source-deploy-retrieve@^12.19.0", "@salesforce/source-deploy-retrieve@^12.19.2", "@salesforce/source-deploy-retrieve@^12.19.3":
2362+
version "12.19.3"
2363+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.19.3.tgz#42b34913b624115aee36cd289cb5ea1d5de9b7b1"
2364+
integrity sha512-rvdEfi2beJmVbN4NQ3Ve4dULq+wMFuLKBKpmNBIb9udXNVZd8Q0P7TO9pM/tzfeAfwfdTE7swXaYe2Qv5UAd+g==
23652365
dependencies:
23662366
"@salesforce/core" "^8.8.7"
23672367
"@salesforce/kit" "^3.2.3"

0 commit comments

Comments
 (0)