@salesforce/cli 2.34.2 → 2.34.3
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 +38 -38
- package/oclif.manifest.json +119 -119
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
|
|
|
24
24
|
$ sf COMMAND
|
|
25
25
|
running command...
|
|
26
26
|
$ sf (--version|-v)
|
|
27
|
-
@salesforce/cli/2.34.
|
|
27
|
+
@salesforce/cli/2.34.3 linux-x64 node-v20.11.1
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -3173,7 +3173,7 @@ EXAMPLES
|
|
|
3173
3173
|
$ sf org list auth
|
|
3174
3174
|
```
|
|
3175
3175
|
|
|
3176
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.
|
|
3176
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.24/src/commands/org/list/auth.ts)_
|
|
3177
3177
|
|
|
3178
3178
|
## `sf org list limits`
|
|
3179
3179
|
|
|
@@ -3466,7 +3466,7 @@ FLAG DESCRIPTIONS
|
|
|
3466
3466
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3467
3467
|
```
|
|
3468
3468
|
|
|
3469
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.
|
|
3469
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.24/src/commands/org/login/access-token.ts)_
|
|
3470
3470
|
|
|
3471
3471
|
## `sf org login device`
|
|
3472
3472
|
|
|
@@ -3525,7 +3525,7 @@ FLAG DESCRIPTIONS
|
|
|
3525
3525
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3526
3526
|
```
|
|
3527
3527
|
|
|
3528
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.
|
|
3528
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.24/src/commands/org/login/device.ts)_
|
|
3529
3529
|
|
|
3530
3530
|
## `sf org login jwt`
|
|
3531
3531
|
|
|
@@ -3614,7 +3614,7 @@ FLAG DESCRIPTIONS
|
|
|
3614
3614
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3615
3615
|
```
|
|
3616
3616
|
|
|
3617
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.
|
|
3617
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.24/src/commands/org/login/jwt.ts)_
|
|
3618
3618
|
|
|
3619
3619
|
## `sf org login sfdx-url`
|
|
3620
3620
|
|
|
@@ -3679,7 +3679,7 @@ EXAMPLES
|
|
|
3679
3679
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
3680
3680
|
```
|
|
3681
3681
|
|
|
3682
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.
|
|
3682
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.24/src/commands/org/login/sfdx-url.ts)_
|
|
3683
3683
|
|
|
3684
3684
|
## `sf org login web`
|
|
3685
3685
|
|
|
@@ -3764,7 +3764,7 @@ FLAG DESCRIPTIONS
|
|
|
3764
3764
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3765
3765
|
```
|
|
3766
3766
|
|
|
3767
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.
|
|
3767
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.24/src/commands/org/login/web.ts)_
|
|
3768
3768
|
|
|
3769
3769
|
## `sf org logout`
|
|
3770
3770
|
|
|
@@ -3824,7 +3824,7 @@ FLAG DESCRIPTIONS
|
|
|
3824
3824
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
3825
3825
|
```
|
|
3826
3826
|
|
|
3827
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.
|
|
3827
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.24/src/commands/org/logout.ts)_
|
|
3828
3828
|
|
|
3829
3829
|
## `sf org open`
|
|
3830
3830
|
|
|
@@ -5436,7 +5436,7 @@ EXAMPLES
|
|
|
5436
5436
|
$ sf plugins trust verify --npm @scope/npmName
|
|
5437
5437
|
```
|
|
5438
5438
|
|
|
5439
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.3.
|
|
5439
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.3.17/src/commands/plugins/trust/verify.ts)_
|
|
5440
5440
|
|
|
5441
5441
|
## `sf plugins:uninstall PLUGIN...`
|
|
5442
5442
|
|
|
@@ -5544,7 +5544,7 @@ FLAG DESCRIPTIONS
|
|
|
5544
5544
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
5545
5545
|
```
|
|
5546
5546
|
|
|
5547
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
5547
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.34/src/commands/project/convert/mdapi.ts)_
|
|
5548
5548
|
|
|
5549
5549
|
## `sf project convert source`
|
|
5550
5550
|
|
|
@@ -5556,7 +5556,7 @@ USAGE
|
|
|
5556
5556
|
<value> | -m <value>]
|
|
5557
5557
|
|
|
5558
5558
|
FLAGS
|
|
5559
|
-
-d, --output-dir=<value> [default:
|
|
5559
|
+
-d, --output-dir=<value> [default: metadataPackage_1710589697861] Output directory to store the Metadata
|
|
5560
5560
|
API–formatted files in.
|
|
5561
5561
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
5562
5562
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -5616,7 +5616,7 @@ FLAG DESCRIPTIONS
|
|
|
5616
5616
|
Override the api version used for api requests made by this command
|
|
5617
5617
|
```
|
|
5618
5618
|
|
|
5619
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
5619
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.34/src/commands/project/convert/source.ts)_
|
|
5620
5620
|
|
|
5621
5621
|
## `sf project delete source`
|
|
5622
5622
|
|
|
@@ -5755,7 +5755,7 @@ FLAG DESCRIPTIONS
|
|
|
5755
5755
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
5756
5756
|
```
|
|
5757
5757
|
|
|
5758
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
5758
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.34/src/commands/project/delete/source.ts)_
|
|
5759
5759
|
|
|
5760
5760
|
## `sf project delete tracking`
|
|
5761
5761
|
|
|
@@ -5791,7 +5791,7 @@ EXAMPLES
|
|
|
5791
5791
|
$ sf project delete tracking --target-org my-scratch
|
|
5792
5792
|
```
|
|
5793
5793
|
|
|
5794
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
5794
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.34/src/commands/project/delete/tracking.ts)_
|
|
5795
5795
|
|
|
5796
5796
|
## `sf project deploy cancel`
|
|
5797
5797
|
|
|
@@ -5861,7 +5861,7 @@ FLAG DESCRIPTIONS
|
|
|
5861
5861
|
project deploy report".
|
|
5862
5862
|
```
|
|
5863
5863
|
|
|
5864
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
5864
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.34/src/commands/project/deploy/cancel.ts)_
|
|
5865
5865
|
|
|
5866
5866
|
## `sf project deploy preview`
|
|
5867
5867
|
|
|
@@ -5945,7 +5945,7 @@ FLAG DESCRIPTIONS
|
|
|
5945
5945
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
5946
5946
|
```
|
|
5947
5947
|
|
|
5948
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
5948
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.34/src/commands/project/deploy/preview.ts)_
|
|
5949
5949
|
|
|
5950
5950
|
## `sf project deploy quick`
|
|
5951
5951
|
|
|
@@ -6041,7 +6041,7 @@ ERROR CODES
|
|
|
6041
6041
|
Canceling (69) The deploy is being canceled.
|
|
6042
6042
|
```
|
|
6043
6043
|
|
|
6044
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6044
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.34/src/commands/project/deploy/quick.ts)_
|
|
6045
6045
|
|
|
6046
6046
|
## `sf project deploy report`
|
|
6047
6047
|
|
|
@@ -6136,7 +6136,7 @@ FLAG DESCRIPTIONS
|
|
|
6136
6136
|
--coverage-formatters lcov --coverage-formatters clover
|
|
6137
6137
|
```
|
|
6138
6138
|
|
|
6139
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6139
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.34/src/commands/project/deploy/report.ts)_
|
|
6140
6140
|
|
|
6141
6141
|
## `sf project deploy resume`
|
|
6142
6142
|
|
|
@@ -6232,7 +6232,7 @@ ERROR CODES
|
|
|
6232
6232
|
Canceling (69) The deploy is being canceled.
|
|
6233
6233
|
```
|
|
6234
6234
|
|
|
6235
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6235
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.34/src/commands/project/deploy/resume.ts)_
|
|
6236
6236
|
|
|
6237
6237
|
## `sf project deploy start`
|
|
6238
6238
|
|
|
@@ -6470,7 +6470,7 @@ ERROR CODES
|
|
|
6470
6470
|
Canceling (69) The deploy is being canceled.
|
|
6471
6471
|
```
|
|
6472
6472
|
|
|
6473
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6473
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.34/src/commands/project/deploy/start.ts)_
|
|
6474
6474
|
|
|
6475
6475
|
## `sf project deploy validate`
|
|
6476
6476
|
|
|
@@ -6662,7 +6662,7 @@ ERROR CODES
|
|
|
6662
6662
|
Canceling (69) The deploy is being canceled.
|
|
6663
6663
|
```
|
|
6664
6664
|
|
|
6665
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6665
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.34/src/commands/project/deploy/validate.ts)_
|
|
6666
6666
|
|
|
6667
6667
|
## `sf project generate`
|
|
6668
6668
|
|
|
@@ -6841,7 +6841,7 @@ EXAMPLES
|
|
|
6841
6841
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
6842
6842
|
```
|
|
6843
6843
|
|
|
6844
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6844
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.34/src/commands/project/generate/manifest.ts)_
|
|
6845
6845
|
|
|
6846
6846
|
## `sf project list ignored`
|
|
6847
6847
|
|
|
@@ -6882,7 +6882,7 @@ EXAMPLES
|
|
|
6882
6882
|
$ sf project list ignored --source-dir package.xml
|
|
6883
6883
|
```
|
|
6884
6884
|
|
|
6885
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6885
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.34/src/commands/project/list/ignored.ts)_
|
|
6886
6886
|
|
|
6887
6887
|
## `sf project reset tracking`
|
|
6888
6888
|
|
|
@@ -6930,7 +6930,7 @@ EXAMPLES
|
|
|
6930
6930
|
$ sf project reset tracking --revision 30
|
|
6931
6931
|
```
|
|
6932
6932
|
|
|
6933
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6933
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.34/src/commands/project/reset/tracking.ts)_
|
|
6934
6934
|
|
|
6935
6935
|
## `sf project retrieve preview`
|
|
6936
6936
|
|
|
@@ -6986,7 +6986,7 @@ FLAG DESCRIPTIONS
|
|
|
6986
6986
|
Overrides your default org.
|
|
6987
6987
|
```
|
|
6988
6988
|
|
|
6989
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6989
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.34/src/commands/project/retrieve/preview.ts)_
|
|
6990
6990
|
|
|
6991
6991
|
## `sf project retrieve start`
|
|
6992
6992
|
|
|
@@ -7144,7 +7144,7 @@ ENVIRONMENT VARIABLES
|
|
|
7144
7144
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
7145
7145
|
```
|
|
7146
7146
|
|
|
7147
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
7147
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.34/src/commands/project/retrieve/start.ts)_
|
|
7148
7148
|
|
|
7149
7149
|
## `sf schema generate field`
|
|
7150
7150
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.34.
|
|
3
|
+
"version": "2.34.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.34.
|
|
9
|
+
"version": "2.34.3",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
"@oclif/plugin-which": "3.1.4",
|
|
25
25
|
"@salesforce/core": "^6.1.4",
|
|
26
26
|
"@salesforce/plugin-apex": "3.0.30",
|
|
27
|
-
"@salesforce/plugin-auth": "3.3.
|
|
27
|
+
"@salesforce/plugin-auth": "3.3.24",
|
|
28
28
|
"@salesforce/plugin-data": "3.1.9",
|
|
29
|
-
"@salesforce/plugin-deploy-retrieve": "3.2.
|
|
29
|
+
"@salesforce/plugin-deploy-retrieve": "3.2.34",
|
|
30
30
|
"@salesforce/plugin-info": "3.0.31",
|
|
31
31
|
"@salesforce/plugin-limits": "3.1.13",
|
|
32
32
|
"@salesforce/plugin-marketplace": "1.0.27",
|
|
@@ -35,10 +35,10 @@
|
|
|
35
35
|
"@salesforce/plugin-schema": "3.1.7",
|
|
36
36
|
"@salesforce/plugin-settings": "2.0.31",
|
|
37
37
|
"@salesforce/plugin-sobject": "1.1.18",
|
|
38
|
-
"@salesforce/plugin-source": "3.1.
|
|
39
|
-
"@salesforce/plugin-telemetry": "3.1.
|
|
38
|
+
"@salesforce/plugin-source": "3.1.22",
|
|
39
|
+
"@salesforce/plugin-telemetry": "3.1.17",
|
|
40
40
|
"@salesforce/plugin-templates": "56.0.21",
|
|
41
|
-
"@salesforce/plugin-trust": "3.3.
|
|
41
|
+
"@salesforce/plugin-trust": "3.3.17",
|
|
42
42
|
"@salesforce/plugin-user": "3.3.3",
|
|
43
43
|
"@salesforce/sf-plugins-core": "7.1.15",
|
|
44
44
|
"chalk": "^5.3.0",
|
|
@@ -7626,9 +7626,9 @@
|
|
|
7626
7626
|
}
|
|
7627
7627
|
},
|
|
7628
7628
|
"node_modules/@salesforce/core": {
|
|
7629
|
-
"version": "6.7.
|
|
7630
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.7.
|
|
7631
|
-
"integrity": "sha512-
|
|
7629
|
+
"version": "6.7.1",
|
|
7630
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.7.1.tgz",
|
|
7631
|
+
"integrity": "sha512-SxscNdH2l+K5LmqH9XrosX+fjhPkMLN3hsG50sWQi7DbaI1Z0FGAKVOmVe6fZZsUsVNThKvZ+159IwwtxHWY6w==",
|
|
7632
7632
|
"license": "BSD-3-Clause",
|
|
7633
7633
|
"dependencies": {
|
|
7634
7634
|
"@salesforce/kit": "^3.0.15",
|
|
@@ -7883,14 +7883,14 @@
|
|
|
7883
7883
|
}
|
|
7884
7884
|
},
|
|
7885
7885
|
"node_modules/@salesforce/plugin-auth": {
|
|
7886
|
-
"version": "3.3.
|
|
7887
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.3.
|
|
7888
|
-
"integrity": "sha512-
|
|
7886
|
+
"version": "3.3.24",
|
|
7887
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.3.24.tgz",
|
|
7888
|
+
"integrity": "sha512-xA/mLPduYuDoRGZg/qg/olj6Nn0LyUJyIHeFBCkydkzBcbOEWi1J3r+cDMYc6CANaMWACOXlFW8qo8OK2syRoA==",
|
|
7889
7889
|
"license": "BSD-3-Clause",
|
|
7890
7890
|
"dependencies": {
|
|
7891
7891
|
"@inquirer/checkbox": "^1.5.2",
|
|
7892
7892
|
"@inquirer/select": "^1.3.3",
|
|
7893
|
-
"@oclif/core": "^3.
|
|
7893
|
+
"@oclif/core": "^3.25.2",
|
|
7894
7894
|
"@salesforce/core": "^6.7.0",
|
|
7895
7895
|
"@salesforce/kit": "^3.0.15",
|
|
7896
7896
|
"@salesforce/sf-plugins-core": "^7.1.14",
|
|
@@ -7986,19 +7986,19 @@
|
|
|
7986
7986
|
"license": "MIT"
|
|
7987
7987
|
},
|
|
7988
7988
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
7989
|
-
"version": "3.2.
|
|
7990
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.2.
|
|
7991
|
-
"integrity": "sha512-
|
|
7989
|
+
"version": "3.2.34",
|
|
7990
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.2.34.tgz",
|
|
7991
|
+
"integrity": "sha512-vHCsLayf5rotbnkb3grQX2gy+Cw2tWp1hnSf2IgB3KdhEDfsFRVFCtEl0IzQIclQa6cce4rrxOTcEZKqt0JXmA==",
|
|
7992
7992
|
"license": "BSD-3-Clause",
|
|
7993
7993
|
"dependencies": {
|
|
7994
7994
|
"@oclif/core": "^3.23.0",
|
|
7995
7995
|
"@salesforce/apex-node": "^3.1.0",
|
|
7996
|
-
"@salesforce/core": "^6.7.
|
|
7996
|
+
"@salesforce/core": "^6.7.1",
|
|
7997
7997
|
"@salesforce/kit": "^3.0.15",
|
|
7998
7998
|
"@salesforce/plugin-info": "^3.0.28",
|
|
7999
|
-
"@salesforce/sf-plugins-core": "^7.1.
|
|
7999
|
+
"@salesforce/sf-plugins-core": "^7.1.15",
|
|
8000
8000
|
"@salesforce/source-deploy-retrieve": "^10.5.1",
|
|
8001
|
-
"@salesforce/source-tracking": "^5.1.
|
|
8001
|
+
"@salesforce/source-tracking": "^5.1.14",
|
|
8002
8002
|
"@salesforce/ts-types": "^2.0.9",
|
|
8003
8003
|
"chalk": "^5.3.0"
|
|
8004
8004
|
},
|
|
@@ -8496,17 +8496,17 @@
|
|
|
8496
8496
|
}
|
|
8497
8497
|
},
|
|
8498
8498
|
"node_modules/@salesforce/plugin-source": {
|
|
8499
|
-
"version": "3.1.
|
|
8500
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.1.
|
|
8501
|
-
"integrity": "sha512-
|
|
8499
|
+
"version": "3.1.22",
|
|
8500
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.1.22.tgz",
|
|
8501
|
+
"integrity": "sha512-ZEKMwiPThM4ov8ZJVJ768P4/ucZ3fA1qG34XoUW3/pBteMFkxA9OKYq8D7ulVWvOHpDsR3vVnX2Vxgjxp386Sg==",
|
|
8502
8502
|
"license": "BSD-3-Clause",
|
|
8503
8503
|
"dependencies": {
|
|
8504
|
-
"@oclif/core": "^3.
|
|
8504
|
+
"@oclif/core": "^3.25.2",
|
|
8505
8505
|
"@salesforce/apex-node": "^3.1.0",
|
|
8506
8506
|
"@salesforce/core": "^6.4.4",
|
|
8507
8507
|
"@salesforce/kit": "^3.0.15",
|
|
8508
8508
|
"@salesforce/sf-plugins-core": "^7.1.14",
|
|
8509
|
-
"@salesforce/source-deploy-retrieve": "^10.5.
|
|
8509
|
+
"@salesforce/source-deploy-retrieve": "^10.5.2",
|
|
8510
8510
|
"@salesforce/source-tracking": "^5.1.11",
|
|
8511
8511
|
"chalk": "^5.3.0",
|
|
8512
8512
|
"got": "^13.0.0",
|
|
@@ -8517,13 +8517,13 @@
|
|
|
8517
8517
|
}
|
|
8518
8518
|
},
|
|
8519
8519
|
"node_modules/@salesforce/plugin-telemetry": {
|
|
8520
|
-
"version": "3.1.
|
|
8521
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.1.
|
|
8522
|
-
"integrity": "sha512-
|
|
8520
|
+
"version": "3.1.17",
|
|
8521
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.1.17.tgz",
|
|
8522
|
+
"integrity": "sha512-R8DgdrqffGkloAZzvDo7JW4ZVSVu0PKLXeJLbQe1Ir4bmzdQvhVCQcwmfB7qjHOmbwSMa/aW6Sz8WZ1df8UaTw==",
|
|
8523
8523
|
"license": "BSD-3-Clause",
|
|
8524
8524
|
"dependencies": {
|
|
8525
8525
|
"@oclif/core": "^3.20.0",
|
|
8526
|
-
"@salesforce/core": "^6.7.
|
|
8526
|
+
"@salesforce/core": "^6.7.1",
|
|
8527
8527
|
"@salesforce/sf-plugins-core": "^7.1.11",
|
|
8528
8528
|
"@salesforce/telemetry": "^5.0.10",
|
|
8529
8529
|
"debug": "^4.3.4"
|
|
@@ -8550,14 +8550,14 @@
|
|
|
8550
8550
|
}
|
|
8551
8551
|
},
|
|
8552
8552
|
"node_modules/@salesforce/plugin-trust": {
|
|
8553
|
-
"version": "3.3.
|
|
8554
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.3.
|
|
8555
|
-
"integrity": "sha512-
|
|
8553
|
+
"version": "3.3.17",
|
|
8554
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.3.17.tgz",
|
|
8555
|
+
"integrity": "sha512-sxXNOw+ZrLxxoToWN5CCn5ZT1+gOAV53HeCTE3w1InxWMrhKIe95dHzci/YbJD/9pIGZsfKZ3bre83oL0nIgHQ==",
|
|
8556
8556
|
"license": "BSD-3-Clause",
|
|
8557
8557
|
"dependencies": {
|
|
8558
8558
|
"@oclif/core": "^3.20.0",
|
|
8559
8559
|
"@salesforce/core": "^6.5.5",
|
|
8560
|
-
"@salesforce/sf-plugins-core": "^7.1.
|
|
8560
|
+
"@salesforce/sf-plugins-core": "^7.1.15",
|
|
8561
8561
|
"got": "^13.0.0",
|
|
8562
8562
|
"npm": "10.2.3",
|
|
8563
8563
|
"npm-run-path": "^4.0.1",
|
|
@@ -8803,15 +8803,15 @@
|
|
|
8803
8803
|
}
|
|
8804
8804
|
},
|
|
8805
8805
|
"node_modules/@salesforce/source-tracking": {
|
|
8806
|
-
"version": "5.1.
|
|
8807
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-5.1.
|
|
8808
|
-
"integrity": "sha512-
|
|
8806
|
+
"version": "5.1.16",
|
|
8807
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-5.1.16.tgz",
|
|
8808
|
+
"integrity": "sha512-AiK05R7efePjHa8l5RnEsOKPc28v5cuNfYQGTV88ptOa60UfBTOllGVYQl4I+6XeGgqFaHBvjzhUxforc6g3kg==",
|
|
8809
8809
|
"license": "BSD-3-Clause",
|
|
8810
8810
|
"dependencies": {
|
|
8811
|
-
"@oclif/core": "^3.
|
|
8811
|
+
"@oclif/core": "^3.25.2",
|
|
8812
8812
|
"@salesforce/core": "^6.7.0",
|
|
8813
8813
|
"@salesforce/kit": "^3.0.15",
|
|
8814
|
-
"@salesforce/source-deploy-retrieve": "^10.5.
|
|
8814
|
+
"@salesforce/source-deploy-retrieve": "^10.5.2",
|
|
8815
8815
|
"@salesforce/ts-types": "^2.0.9",
|
|
8816
8816
|
"fast-xml-parser": "^4.2.5",
|
|
8817
8817
|
"graceful-fs": "^4.2.11",
|
package/oclif.manifest.json
CHANGED
|
@@ -3733,124 +3733,6 @@
|
|
|
3733
3733
|
"snapshot:create:org"
|
|
3734
3734
|
]
|
|
3735
3735
|
},
|
|
3736
|
-
"org:get:snapshot": {
|
|
3737
|
-
"aliases": [
|
|
3738
|
-
"force:org:snapshot:get"
|
|
3739
|
-
],
|
|
3740
|
-
"args": {},
|
|
3741
|
-
"deprecateAliases": true,
|
|
3742
|
-
"description": "Snapshot creation can take a while. Use this command with the snapshot name or ID to check its creation status. After the status changes to Active, you can use the snapshot to create scratch orgs.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To retrieve a list of all snapshots, use \"<%= config.bin %> org list snapshot\".",
|
|
3743
|
-
"examples": [
|
|
3744
|
-
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
3745
|
-
"Get snapshot details using its name from a Dev Hub org with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --snapshot Dependencies --target-dev-hub SnapshotDevHub"
|
|
3746
|
-
],
|
|
3747
|
-
"flags": {
|
|
3748
|
-
"json": {
|
|
3749
|
-
"description": "Format output as json.",
|
|
3750
|
-
"helpGroup": "GLOBAL",
|
|
3751
|
-
"name": "json",
|
|
3752
|
-
"allowNo": false,
|
|
3753
|
-
"type": "boolean"
|
|
3754
|
-
},
|
|
3755
|
-
"target-dev-hub": {
|
|
3756
|
-
"aliases": [
|
|
3757
|
-
"targetdevhubusername"
|
|
3758
|
-
],
|
|
3759
|
-
"char": "v",
|
|
3760
|
-
"deprecateAliases": true,
|
|
3761
|
-
"name": "target-dev-hub",
|
|
3762
|
-
"noCacheDefault": true,
|
|
3763
|
-
"required": true,
|
|
3764
|
-
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
3765
|
-
"hasDynamicHelp": true,
|
|
3766
|
-
"multiple": false,
|
|
3767
|
-
"type": "option"
|
|
3768
|
-
},
|
|
3769
|
-
"api-version": {
|
|
3770
|
-
"aliases": [
|
|
3771
|
-
"apiversion"
|
|
3772
|
-
],
|
|
3773
|
-
"deprecateAliases": true,
|
|
3774
|
-
"description": "Override the api version used for api requests made by this command",
|
|
3775
|
-
"name": "api-version",
|
|
3776
|
-
"hasDynamicHelp": false,
|
|
3777
|
-
"multiple": false,
|
|
3778
|
-
"type": "option"
|
|
3779
|
-
},
|
|
3780
|
-
"loglevel": {
|
|
3781
|
-
"deprecated": {
|
|
3782
|
-
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
3783
|
-
},
|
|
3784
|
-
"hidden": true,
|
|
3785
|
-
"name": "loglevel",
|
|
3786
|
-
"hasDynamicHelp": false,
|
|
3787
|
-
"multiple": false,
|
|
3788
|
-
"type": "option"
|
|
3789
|
-
},
|
|
3790
|
-
"snapshot": {
|
|
3791
|
-
"char": "s",
|
|
3792
|
-
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
3793
|
-
"name": "snapshot",
|
|
3794
|
-
"required": true,
|
|
3795
|
-
"summary": "Name or ID of snapshot to retrieve.",
|
|
3796
|
-
"hasDynamicHelp": false,
|
|
3797
|
-
"multiple": false,
|
|
3798
|
-
"type": "option"
|
|
3799
|
-
}
|
|
3800
|
-
},
|
|
3801
|
-
"hasDynamicHelp": true,
|
|
3802
|
-
"hiddenAliases": [],
|
|
3803
|
-
"id": "org:get:snapshot",
|
|
3804
|
-
"pluginAlias": "@salesforce/plugin-signups",
|
|
3805
|
-
"pluginName": "@salesforce/plugin-signups",
|
|
3806
|
-
"pluginType": "jit",
|
|
3807
|
-
"state": "beta",
|
|
3808
|
-
"strict": true,
|
|
3809
|
-
"summary": "Get details about a scratch org snapshot.",
|
|
3810
|
-
"enableJsonFlag": true,
|
|
3811
|
-
"isESM": true,
|
|
3812
|
-
"relativePath": [
|
|
3813
|
-
"lib",
|
|
3814
|
-
"commands",
|
|
3815
|
-
"org",
|
|
3816
|
-
"get",
|
|
3817
|
-
"snapshot.js"
|
|
3818
|
-
],
|
|
3819
|
-
"aliasPermutations": [
|
|
3820
|
-
"force:org:snapshot:get",
|
|
3821
|
-
"org:force:snapshot:get",
|
|
3822
|
-
"org:snapshot:force:get",
|
|
3823
|
-
"org:snapshot:get:force",
|
|
3824
|
-
"force:snapshot:org:get",
|
|
3825
|
-
"snapshot:force:org:get",
|
|
3826
|
-
"snapshot:org:force:get",
|
|
3827
|
-
"snapshot:org:get:force",
|
|
3828
|
-
"force:snapshot:get:org",
|
|
3829
|
-
"snapshot:force:get:org",
|
|
3830
|
-
"snapshot:get:force:org",
|
|
3831
|
-
"snapshot:get:org:force",
|
|
3832
|
-
"force:org:get:snapshot",
|
|
3833
|
-
"org:force:get:snapshot",
|
|
3834
|
-
"org:get:force:snapshot",
|
|
3835
|
-
"org:get:snapshot:force",
|
|
3836
|
-
"force:get:org:snapshot",
|
|
3837
|
-
"get:force:org:snapshot",
|
|
3838
|
-
"get:org:force:snapshot",
|
|
3839
|
-
"get:org:snapshot:force",
|
|
3840
|
-
"force:get:snapshot:org",
|
|
3841
|
-
"get:force:snapshot:org",
|
|
3842
|
-
"get:snapshot:force:org",
|
|
3843
|
-
"get:snapshot:org:force"
|
|
3844
|
-
],
|
|
3845
|
-
"permutations": [
|
|
3846
|
-
"org:get:snapshot",
|
|
3847
|
-
"get:org:snapshot",
|
|
3848
|
-
"get:snapshot:org",
|
|
3849
|
-
"org:snapshot:get",
|
|
3850
|
-
"snapshot:org:get",
|
|
3851
|
-
"snapshot:get:org"
|
|
3852
|
-
]
|
|
3853
|
-
},
|
|
3854
3736
|
"org:delete:shape": {
|
|
3855
3737
|
"aliases": [
|
|
3856
3738
|
"force:org:shape:delete"
|
|
@@ -4088,6 +3970,124 @@
|
|
|
4088
3970
|
"snapshot:delete:org"
|
|
4089
3971
|
]
|
|
4090
3972
|
},
|
|
3973
|
+
"org:get:snapshot": {
|
|
3974
|
+
"aliases": [
|
|
3975
|
+
"force:org:snapshot:get"
|
|
3976
|
+
],
|
|
3977
|
+
"args": {},
|
|
3978
|
+
"deprecateAliases": true,
|
|
3979
|
+
"description": "Snapshot creation can take a while. Use this command with the snapshot name or ID to check its creation status. After the status changes to Active, you can use the snapshot to create scratch orgs.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To retrieve a list of all snapshots, use \"<%= config.bin %> org list snapshot\".",
|
|
3980
|
+
"examples": [
|
|
3981
|
+
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
3982
|
+
"Get snapshot details using its name from a Dev Hub org with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --snapshot Dependencies --target-dev-hub SnapshotDevHub"
|
|
3983
|
+
],
|
|
3984
|
+
"flags": {
|
|
3985
|
+
"json": {
|
|
3986
|
+
"description": "Format output as json.",
|
|
3987
|
+
"helpGroup": "GLOBAL",
|
|
3988
|
+
"name": "json",
|
|
3989
|
+
"allowNo": false,
|
|
3990
|
+
"type": "boolean"
|
|
3991
|
+
},
|
|
3992
|
+
"target-dev-hub": {
|
|
3993
|
+
"aliases": [
|
|
3994
|
+
"targetdevhubusername"
|
|
3995
|
+
],
|
|
3996
|
+
"char": "v",
|
|
3997
|
+
"deprecateAliases": true,
|
|
3998
|
+
"name": "target-dev-hub",
|
|
3999
|
+
"noCacheDefault": true,
|
|
4000
|
+
"required": true,
|
|
4001
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
4002
|
+
"hasDynamicHelp": true,
|
|
4003
|
+
"multiple": false,
|
|
4004
|
+
"type": "option"
|
|
4005
|
+
},
|
|
4006
|
+
"api-version": {
|
|
4007
|
+
"aliases": [
|
|
4008
|
+
"apiversion"
|
|
4009
|
+
],
|
|
4010
|
+
"deprecateAliases": true,
|
|
4011
|
+
"description": "Override the api version used for api requests made by this command",
|
|
4012
|
+
"name": "api-version",
|
|
4013
|
+
"hasDynamicHelp": false,
|
|
4014
|
+
"multiple": false,
|
|
4015
|
+
"type": "option"
|
|
4016
|
+
},
|
|
4017
|
+
"loglevel": {
|
|
4018
|
+
"deprecated": {
|
|
4019
|
+
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
4020
|
+
},
|
|
4021
|
+
"hidden": true,
|
|
4022
|
+
"name": "loglevel",
|
|
4023
|
+
"hasDynamicHelp": false,
|
|
4024
|
+
"multiple": false,
|
|
4025
|
+
"type": "option"
|
|
4026
|
+
},
|
|
4027
|
+
"snapshot": {
|
|
4028
|
+
"char": "s",
|
|
4029
|
+
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
4030
|
+
"name": "snapshot",
|
|
4031
|
+
"required": true,
|
|
4032
|
+
"summary": "Name or ID of snapshot to retrieve.",
|
|
4033
|
+
"hasDynamicHelp": false,
|
|
4034
|
+
"multiple": false,
|
|
4035
|
+
"type": "option"
|
|
4036
|
+
}
|
|
4037
|
+
},
|
|
4038
|
+
"hasDynamicHelp": true,
|
|
4039
|
+
"hiddenAliases": [],
|
|
4040
|
+
"id": "org:get:snapshot",
|
|
4041
|
+
"pluginAlias": "@salesforce/plugin-signups",
|
|
4042
|
+
"pluginName": "@salesforce/plugin-signups",
|
|
4043
|
+
"pluginType": "jit",
|
|
4044
|
+
"state": "beta",
|
|
4045
|
+
"strict": true,
|
|
4046
|
+
"summary": "Get details about a scratch org snapshot.",
|
|
4047
|
+
"enableJsonFlag": true,
|
|
4048
|
+
"isESM": true,
|
|
4049
|
+
"relativePath": [
|
|
4050
|
+
"lib",
|
|
4051
|
+
"commands",
|
|
4052
|
+
"org",
|
|
4053
|
+
"get",
|
|
4054
|
+
"snapshot.js"
|
|
4055
|
+
],
|
|
4056
|
+
"aliasPermutations": [
|
|
4057
|
+
"force:org:snapshot:get",
|
|
4058
|
+
"org:force:snapshot:get",
|
|
4059
|
+
"org:snapshot:force:get",
|
|
4060
|
+
"org:snapshot:get:force",
|
|
4061
|
+
"force:snapshot:org:get",
|
|
4062
|
+
"snapshot:force:org:get",
|
|
4063
|
+
"snapshot:org:force:get",
|
|
4064
|
+
"snapshot:org:get:force",
|
|
4065
|
+
"force:snapshot:get:org",
|
|
4066
|
+
"snapshot:force:get:org",
|
|
4067
|
+
"snapshot:get:force:org",
|
|
4068
|
+
"snapshot:get:org:force",
|
|
4069
|
+
"force:org:get:snapshot",
|
|
4070
|
+
"org:force:get:snapshot",
|
|
4071
|
+
"org:get:force:snapshot",
|
|
4072
|
+
"org:get:snapshot:force",
|
|
4073
|
+
"force:get:org:snapshot",
|
|
4074
|
+
"get:force:org:snapshot",
|
|
4075
|
+
"get:org:force:snapshot",
|
|
4076
|
+
"get:org:snapshot:force",
|
|
4077
|
+
"force:get:snapshot:org",
|
|
4078
|
+
"get:force:snapshot:org",
|
|
4079
|
+
"get:snapshot:force:org",
|
|
4080
|
+
"get:snapshot:org:force"
|
|
4081
|
+
],
|
|
4082
|
+
"permutations": [
|
|
4083
|
+
"org:get:snapshot",
|
|
4084
|
+
"get:org:snapshot",
|
|
4085
|
+
"get:snapshot:org",
|
|
4086
|
+
"org:snapshot:get",
|
|
4087
|
+
"snapshot:org:get",
|
|
4088
|
+
"snapshot:get:org"
|
|
4089
|
+
]
|
|
4090
|
+
},
|
|
4091
4091
|
"org:list:shape": {
|
|
4092
4092
|
"aliases": [
|
|
4093
4093
|
"force:org:shape:list"
|
|
@@ -5190,5 +5190,5 @@
|
|
|
5190
5190
|
]
|
|
5191
5191
|
}
|
|
5192
5192
|
},
|
|
5193
|
-
"version": "2.34.
|
|
5193
|
+
"version": "2.34.3"
|
|
5194
5194
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.34.
|
|
4
|
+
"version": "2.34.3",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -73,13 +73,13 @@
|
|
|
73
73
|
"@salesforce/plugin-user"
|
|
74
74
|
],
|
|
75
75
|
"jitPlugins": {
|
|
76
|
-
"@salesforce/plugin-custom-metadata": "3.1.
|
|
77
|
-
"@salesforce/plugin-community": "3.0.
|
|
76
|
+
"@salesforce/plugin-custom-metadata": "3.1.17",
|
|
77
|
+
"@salesforce/plugin-community": "3.0.27",
|
|
78
78
|
"@salesforce/plugin-dev": "2.1.15",
|
|
79
79
|
"@salesforce/plugin-devops-center": "1.2.9",
|
|
80
80
|
"@salesforce/plugin-env": "3.0.25",
|
|
81
81
|
"@salesforce/plugin-functions": "1.23.0",
|
|
82
|
-
"@salesforce/plugin-signups": "2.0.
|
|
82
|
+
"@salesforce/plugin-signups": "2.0.29",
|
|
83
83
|
"@salesforce/sfdx-plugin-lwc-test": "1.2.0",
|
|
84
84
|
"@salesforce/sfdx-scanner": "3.22.0"
|
|
85
85
|
},
|
|
@@ -149,9 +149,9 @@
|
|
|
149
149
|
"@oclif/plugin-which": "3.1.4",
|
|
150
150
|
"@salesforce/core": "^6.1.4",
|
|
151
151
|
"@salesforce/plugin-apex": "3.0.30",
|
|
152
|
-
"@salesforce/plugin-auth": "3.3.
|
|
152
|
+
"@salesforce/plugin-auth": "3.3.24",
|
|
153
153
|
"@salesforce/plugin-data": "3.1.9",
|
|
154
|
-
"@salesforce/plugin-deploy-retrieve": "3.2.
|
|
154
|
+
"@salesforce/plugin-deploy-retrieve": "3.2.34",
|
|
155
155
|
"@salesforce/plugin-info": "3.0.31",
|
|
156
156
|
"@salesforce/plugin-limits": "3.1.13",
|
|
157
157
|
"@salesforce/plugin-marketplace": "1.0.27",
|
|
@@ -160,10 +160,10 @@
|
|
|
160
160
|
"@salesforce/plugin-schema": "3.1.7",
|
|
161
161
|
"@salesforce/plugin-settings": "2.0.31",
|
|
162
162
|
"@salesforce/plugin-sobject": "1.1.18",
|
|
163
|
-
"@salesforce/plugin-source": "3.1.
|
|
164
|
-
"@salesforce/plugin-telemetry": "3.1.
|
|
163
|
+
"@salesforce/plugin-source": "3.1.22",
|
|
164
|
+
"@salesforce/plugin-telemetry": "3.1.17",
|
|
165
165
|
"@salesforce/plugin-templates": "56.0.21",
|
|
166
|
-
"@salesforce/plugin-trust": "3.3.
|
|
166
|
+
"@salesforce/plugin-trust": "3.3.17",
|
|
167
167
|
"@salesforce/plugin-user": "3.3.3",
|
|
168
168
|
"@salesforce/sf-plugins-core": "7.1.15",
|
|
169
169
|
"chalk": "^5.3.0",
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
"@salesforce/schemas": "1.6.1",
|
|
206
206
|
"@salesforce/templates": "60.1.0",
|
|
207
207
|
"@salesforce/source-deploy-retrieve": "10.5.2",
|
|
208
|
-
"@salesforce/source-tracking": "5.1.
|
|
208
|
+
"@salesforce/source-tracking": "5.1.16"
|
|
209
209
|
},
|
|
210
210
|
"repository": "salesforcecli/cli",
|
|
211
211
|
"scripts": {
|