@salesforce/cli 2.86.8 → 2.86.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +26 -26
- package/npm-shrinkwrap.json +14 -14
- package/oclif.lock +14 -14
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
|
|
|
25
25
|
$ sf COMMAND
|
|
26
26
|
running command...
|
|
27
27
|
$ sf (--version|-v)
|
|
28
|
-
@salesforce/cli/2.86.
|
|
28
|
+
@salesforce/cli/2.86.9 linux-x64 node-v22.14.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -3200,7 +3200,7 @@ FLAG DESCRIPTIONS
|
|
|
3200
3200
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
3201
3201
|
```
|
|
3202
3202
|
|
|
3203
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
3203
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.3/src/commands/org/create/sandbox.ts)_
|
|
3204
3204
|
|
|
3205
3205
|
## `sf org create scratch`
|
|
3206
3206
|
|
|
@@ -3382,7 +3382,7 @@ FLAG DESCRIPTIONS
|
|
|
3382
3382
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
3383
3383
|
```
|
|
3384
3384
|
|
|
3385
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
3385
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.3/src/commands/org/create/scratch.ts)_
|
|
3386
3386
|
|
|
3387
3387
|
## `sf org create user`
|
|
3388
3388
|
|
|
@@ -3536,7 +3536,7 @@ EXAMPLES
|
|
|
3536
3536
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
3537
3537
|
```
|
|
3538
3538
|
|
|
3539
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
3539
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.3/src/commands/org/delete/sandbox.ts)_
|
|
3540
3540
|
|
|
3541
3541
|
## `sf org delete scratch`
|
|
3542
3542
|
|
|
@@ -3580,7 +3580,7 @@ EXAMPLES
|
|
|
3580
3580
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
3581
3581
|
```
|
|
3582
3582
|
|
|
3583
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
3583
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.3/src/commands/org/delete/scratch.ts)_
|
|
3584
3584
|
|
|
3585
3585
|
## `sf org disable tracking`
|
|
3586
3586
|
|
|
@@ -3619,7 +3619,7 @@ EXAMPLES
|
|
|
3619
3619
|
$ sf org disable tracking
|
|
3620
3620
|
```
|
|
3621
3621
|
|
|
3622
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
3622
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.3/src/commands/org/disable/tracking.ts)_
|
|
3623
3623
|
|
|
3624
3624
|
## `sf org display`
|
|
3625
3625
|
|
|
@@ -3664,7 +3664,7 @@ EXAMPLES
|
|
|
3664
3664
|
$ sf org display --target-org TestOrg1 --verbose
|
|
3665
3665
|
```
|
|
3666
3666
|
|
|
3667
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
3667
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.3/src/commands/org/display.ts)_
|
|
3668
3668
|
|
|
3669
3669
|
## `sf org display user`
|
|
3670
3670
|
|
|
@@ -3745,7 +3745,7 @@ EXAMPLES
|
|
|
3745
3745
|
$ sf org enable tracking
|
|
3746
3746
|
```
|
|
3747
3747
|
|
|
3748
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
3748
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.3/src/commands/org/enable/tracking.ts)_
|
|
3749
3749
|
|
|
3750
3750
|
## `sf org generate password`
|
|
3751
3751
|
|
|
@@ -3851,7 +3851,7 @@ EXAMPLES
|
|
|
3851
3851
|
$ sf org list --clean
|
|
3852
3852
|
```
|
|
3853
3853
|
|
|
3854
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
3854
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.3/src/commands/org/list.ts)_
|
|
3855
3855
|
|
|
3856
3856
|
## `sf org list auth`
|
|
3857
3857
|
|
|
@@ -3990,7 +3990,7 @@ FLAG DESCRIPTIONS
|
|
|
3990
3990
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
3991
3991
|
```
|
|
3992
3992
|
|
|
3993
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
3993
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.3/src/commands/org/list/metadata.ts)_
|
|
3994
3994
|
|
|
3995
3995
|
## `sf org list metadata-types`
|
|
3996
3996
|
|
|
@@ -4045,7 +4045,7 @@ FLAG DESCRIPTIONS
|
|
|
4045
4045
|
Override the api version used for api requests made by this command
|
|
4046
4046
|
```
|
|
4047
4047
|
|
|
4048
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
4048
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.3/src/commands/org/list/metadata-types.ts)_
|
|
4049
4049
|
|
|
4050
4050
|
## `sf org list sobject record-counts`
|
|
4051
4051
|
|
|
@@ -4628,7 +4628,7 @@ EXAMPLES
|
|
|
4628
4628
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
4629
4629
|
```
|
|
4630
4630
|
|
|
4631
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
4631
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.3/src/commands/org/open.ts)_
|
|
4632
4632
|
|
|
4633
4633
|
## `sf org open agent`
|
|
4634
4634
|
|
|
@@ -4679,7 +4679,7 @@ EXAMPLES
|
|
|
4679
4679
|
$ sf org open agent --target-org MyTestOrg1 --browser firefox --name Coral_Cloud_Agent
|
|
4680
4680
|
```
|
|
4681
4681
|
|
|
4682
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
4682
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.3/src/commands/org/open/agent.ts)_
|
|
4683
4683
|
|
|
4684
4684
|
## `sf org refresh sandbox`
|
|
4685
4685
|
|
|
@@ -4688,13 +4688,12 @@ Refresh a sandbox org using the sandbox name.
|
|
|
4688
4688
|
```
|
|
4689
4689
|
USAGE
|
|
4690
4690
|
$ sf org refresh sandbox -o <value> [--json] [--flags-dir <value>] [--no-auto-activate] [-w <minutes> | --async] [-i
|
|
4691
|
-
<seconds> | ] [--source-sandbox-name <value> | -
|
|
4691
|
+
<seconds> | ] [--source-sandbox-name <value> | --source-id <value>] [-n <value>] [-f <value>] [--no-prompt]
|
|
4692
4692
|
|
|
4693
4693
|
FLAGS
|
|
4694
4694
|
-f, --definition-file=<value> Path to a sandbox definition file for overriding its configuration when you refresh
|
|
4695
4695
|
it.
|
|
4696
4696
|
-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.
|
|
4698
4697
|
-n, --name=<value> Name of the existing sandbox org in your production org that you want to refresh.
|
|
4699
4698
|
-o, --target-org=<value> (required) Username or alias of the production org that contains the sandbox
|
|
4700
4699
|
license.
|
|
@@ -4702,6 +4701,7 @@ FLAGS
|
|
|
4702
4701
|
--async Request the sandbox refresh, but don't wait for it to complete.
|
|
4703
4702
|
--no-auto-activate Disable auto-activation of the sandbox after a successful refresh.
|
|
4704
4703
|
--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.
|
|
4705
4705
|
--source-sandbox-name=<value> Name of the sandbox org that becomes the new source org for the refreshed sandbox.
|
|
4706
4706
|
|
|
4707
4707
|
GLOBAL FLAGS
|
|
@@ -4750,14 +4750,6 @@ FLAG DESCRIPTIONS
|
|
|
4750
4750
|
<https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_sandbox_definition.htm> for all
|
|
4751
4751
|
the options you can specify in the definition file.
|
|
4752
4752
|
|
|
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
|
-
|
|
4761
4753
|
-w, --wait=<minutes> Number of minutes to poll for sandbox refresh status.
|
|
4762
4754
|
|
|
4763
4755
|
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
|
|
|
4773
4765
|
|
|
4774
4766
|
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
|
|
4775
4767
|
|
|
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
|
+
|
|
4776
4776
|
--source-sandbox-name=<value> Name of the sandbox org that becomes the new source org for the refreshed sandbox.
|
|
4777
4777
|
|
|
4778
4778
|
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
|
|
|
4782
4782
|
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
|
|
4783
4783
|
```
|
|
4784
4784
|
|
|
4785
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
4785
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.3/src/commands/org/refresh/sandbox.ts)_
|
|
4786
4786
|
|
|
4787
4787
|
## `sf org resume sandbox`
|
|
4788
4788
|
|
|
@@ -4845,7 +4845,7 @@ FLAG DESCRIPTIONS
|
|
|
4845
4845
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
4846
4846
|
```
|
|
4847
4847
|
|
|
4848
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
4848
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.3/src/commands/org/resume/sandbox.ts)_
|
|
4849
4849
|
|
|
4850
4850
|
## `sf org resume scratch`
|
|
4851
4851
|
|
|
@@ -4898,7 +4898,7 @@ FLAG DESCRIPTIONS
|
|
|
4898
4898
|
returns the job ID. To resume checking the scratch creation, rerun this command.
|
|
4899
4899
|
```
|
|
4900
4900
|
|
|
4901
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
4901
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.3/src/commands/org/resume/scratch.ts)_
|
|
4902
4902
|
|
|
4903
4903
|
## `sf package create`
|
|
4904
4904
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.86.
|
|
3
|
+
"version": "2.86.9",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.86.
|
|
9
|
+
"version": "2.86.9",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@salesforce/plugin-info": "3.4.54",
|
|
33
33
|
"@salesforce/plugin-limits": "3.3.52",
|
|
34
34
|
"@salesforce/plugin-marketplace": "1.3.8",
|
|
35
|
-
"@salesforce/plugin-org": "5.7.
|
|
35
|
+
"@salesforce/plugin-org": "5.7.3",
|
|
36
36
|
"@salesforce/plugin-packaging": "2.13.1",
|
|
37
37
|
"@salesforce/plugin-schema": "3.3.59",
|
|
38
38
|
"@salesforce/plugin-settings": "2.4.24",
|
|
@@ -4725,9 +4725,9 @@
|
|
|
4725
4725
|
}
|
|
4726
4726
|
},
|
|
4727
4727
|
"node_modules/@salesforce/core": {
|
|
4728
|
-
"version": "8.
|
|
4729
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
4730
|
-
"integrity": "sha512-
|
|
4728
|
+
"version": "8.10.0",
|
|
4729
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.10.0.tgz",
|
|
4730
|
+
"integrity": "sha512-gStIzB8wPjjwyKZCK8eSfwkLiv9h9qzP64b51U5THBskEjm6Sw6ZyWqZmCzA85FEZ/IM/n1nh4e3R9JoG6Z6mA==",
|
|
4731
4731
|
"license": "BSD-3-Clause",
|
|
4732
4732
|
"dependencies": {
|
|
4733
4733
|
"@jsforce/jsforce-node": "^3.7.0",
|
|
@@ -5163,17 +5163,17 @@
|
|
|
5163
5163
|
}
|
|
5164
5164
|
},
|
|
5165
5165
|
"node_modules/@salesforce/plugin-org": {
|
|
5166
|
-
"version": "5.7.
|
|
5167
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.7.
|
|
5168
|
-
"integrity": "sha512-
|
|
5166
|
+
"version": "5.7.3",
|
|
5167
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.7.3.tgz",
|
|
5168
|
+
"integrity": "sha512-o0xyAookL4VDFgeUJ7o2qs1eNpxfQiCcsHX6O4o5xopFZl3poZszJbFOQPnWyptaLVzXLnAeXePDgd+36DP9mQ==",
|
|
5169
5169
|
"license": "BSD-3-Clause",
|
|
5170
5170
|
"dependencies": {
|
|
5171
5171
|
"@oclif/core": "^4.2.10",
|
|
5172
5172
|
"@oclif/multi-stage-output": "^0.8.12",
|
|
5173
|
-
"@salesforce/core": "^8.
|
|
5173
|
+
"@salesforce/core": "^8.10.0",
|
|
5174
5174
|
"@salesforce/kit": "^3.2.3",
|
|
5175
5175
|
"@salesforce/sf-plugins-core": "^12.2.1",
|
|
5176
|
-
"@salesforce/source-deploy-retrieve": "^12.19.
|
|
5176
|
+
"@salesforce/source-deploy-retrieve": "^12.19.3",
|
|
5177
5177
|
"@salesforce/ts-types": "^2.0.12",
|
|
5178
5178
|
"ansis": "^3.16.0",
|
|
5179
5179
|
"change-case": "^5.4.4",
|
|
@@ -5694,9 +5694,9 @@
|
|
|
5694
5694
|
}
|
|
5695
5695
|
},
|
|
5696
5696
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
5697
|
-
"version": "12.19.
|
|
5698
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.19.
|
|
5699
|
-
"integrity": "sha512-
|
|
5697
|
+
"version": "12.19.3",
|
|
5698
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.19.3.tgz",
|
|
5699
|
+
"integrity": "sha512-rvdEfi2beJmVbN4NQ3Ve4dULq+wMFuLKBKpmNBIb9udXNVZd8Q0P7TO9pM/tzfeAfwfdTE7swXaYe2Qv5UAd+g==",
|
|
5700
5700
|
"license": "BSD-3-Clause",
|
|
5701
5701
|
"dependencies": {
|
|
5702
5702
|
"@salesforce/core": "^8.8.7",
|
package/oclif.lock
CHANGED
|
@@ -1962,10 +1962,10 @@
|
|
|
1962
1962
|
strip-ansi "6.0.1"
|
|
1963
1963
|
ts-retry-promise "^0.8.1"
|
|
1964
1964
|
|
|
1965
|
-
"@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":
|
|
1966
|
-
version "8.
|
|
1967
|
-
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
1968
|
-
integrity sha512-
|
|
1965
|
+
"@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":
|
|
1966
|
+
version "8.10.0"
|
|
1967
|
+
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.10.0.tgz"
|
|
1968
|
+
integrity sha512-gStIzB8wPjjwyKZCK8eSfwkLiv9h9qzP64b51U5THBskEjm6Sw6ZyWqZmCzA85FEZ/IM/n1nh4e3R9JoG6Z6mA==
|
|
1969
1969
|
dependencies:
|
|
1970
1970
|
"@jsforce/jsforce-node" "^3.7.0"
|
|
1971
1971
|
"@salesforce/kit" "^3.2.2"
|
|
@@ -2179,17 +2179,17 @@
|
|
|
2179
2179
|
got "^13.0.0"
|
|
2180
2180
|
proxy-agent "^6.4.0"
|
|
2181
2181
|
|
|
2182
|
-
"@salesforce/plugin-org@5.7.
|
|
2183
|
-
version "5.7.
|
|
2184
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.7.
|
|
2185
|
-
integrity sha512-
|
|
2182
|
+
"@salesforce/plugin-org@5.7.3":
|
|
2183
|
+
version "5.7.3"
|
|
2184
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.7.3.tgz"
|
|
2185
|
+
integrity sha512-o0xyAookL4VDFgeUJ7o2qs1eNpxfQiCcsHX6O4o5xopFZl3poZszJbFOQPnWyptaLVzXLnAeXePDgd+36DP9mQ==
|
|
2186
2186
|
dependencies:
|
|
2187
2187
|
"@oclif/core" "^4.2.10"
|
|
2188
2188
|
"@oclif/multi-stage-output" "^0.8.12"
|
|
2189
|
-
"@salesforce/core" "^8.
|
|
2189
|
+
"@salesforce/core" "^8.10.0"
|
|
2190
2190
|
"@salesforce/kit" "^3.2.3"
|
|
2191
2191
|
"@salesforce/sf-plugins-core" "^12.2.1"
|
|
2192
|
-
"@salesforce/source-deploy-retrieve" "^12.19.
|
|
2192
|
+
"@salesforce/source-deploy-retrieve" "^12.19.3"
|
|
2193
2193
|
"@salesforce/ts-types" "^2.0.12"
|
|
2194
2194
|
ansis "^3.16.0"
|
|
2195
2195
|
change-case "^5.4.4"
|
|
@@ -2365,10 +2365,10 @@
|
|
|
2365
2365
|
cli-progress "^3.12.0"
|
|
2366
2366
|
terminal-link "^3.0.0"
|
|
2367
2367
|
|
|
2368
|
-
"@salesforce/source-deploy-retrieve@^12.16.9", "@salesforce/source-deploy-retrieve@^12.19.0", "@salesforce/source-deploy-retrieve@^12.19.2":
|
|
2369
|
-
version "12.19.
|
|
2370
|
-
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.19.
|
|
2371
|
-
integrity sha512-
|
|
2368
|
+
"@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":
|
|
2369
|
+
version "12.19.3"
|
|
2370
|
+
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.19.3.tgz"
|
|
2371
|
+
integrity sha512-rvdEfi2beJmVbN4NQ3Ve4dULq+wMFuLKBKpmNBIb9udXNVZd8Q0P7TO9pM/tzfeAfwfdTE7swXaYe2Qv5UAd+g==
|
|
2372
2372
|
dependencies:
|
|
2373
2373
|
"@salesforce/core" "^8.8.7"
|
|
2374
2374
|
"@salesforce/kit" "^3.2.3"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.86.
|
|
4
|
+
"version": "2.86.9",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
"@salesforce/plugin-info": "3.4.54",
|
|
167
167
|
"@salesforce/plugin-limits": "3.3.52",
|
|
168
168
|
"@salesforce/plugin-marketplace": "1.3.8",
|
|
169
|
-
"@salesforce/plugin-org": "5.7.
|
|
169
|
+
"@salesforce/plugin-org": "5.7.3",
|
|
170
170
|
"@salesforce/plugin-packaging": "2.13.1",
|
|
171
171
|
"@salesforce/plugin-schema": "3.3.59",
|
|
172
172
|
"@salesforce/plugin-settings": "2.4.24",
|