@salesforce/cli 2.59.0 → 2.59.2
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 +19 -19
- package/npm-shrinkwrap.json +81 -12
- package/oclif.lock +55 -8
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
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.59.
|
|
27
|
+
@salesforce/cli/2.59.2 linux-x64 node-v20.17.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -5860,7 +5860,7 @@ FLAG DESCRIPTIONS
|
|
|
5860
5860
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
5861
5861
|
```
|
|
5862
5862
|
|
|
5863
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
5863
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.4/src/commands/project/convert/mdapi.ts)_
|
|
5864
5864
|
|
|
5865
5865
|
## `sf project convert source`
|
|
5866
5866
|
|
|
@@ -5872,7 +5872,7 @@ USAGE
|
|
|
5872
5872
|
[-p <value>... | -x <value> | -m <value>...]
|
|
5873
5873
|
|
|
5874
5874
|
FLAGS
|
|
5875
|
-
-d, --output-dir=<value> [default:
|
|
5875
|
+
-d, --output-dir=<value> [default: metadataPackage_>timestamp<] Output directory to store the Metadata
|
|
5876
5876
|
API–formatted files in.
|
|
5877
5877
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
5878
5878
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -5933,7 +5933,7 @@ FLAG DESCRIPTIONS
|
|
|
5933
5933
|
Override the api version used for api requests made by this command
|
|
5934
5934
|
```
|
|
5935
5935
|
|
|
5936
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
5936
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.4/src/commands/project/convert/source.ts)_
|
|
5937
5937
|
|
|
5938
5938
|
## `sf project convert source-behavior`
|
|
5939
5939
|
|
|
@@ -5990,7 +5990,7 @@ EXAMPLES
|
|
|
5990
5990
|
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
|
|
5991
5991
|
```
|
|
5992
5992
|
|
|
5993
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
5993
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.4/src/commands/project/convert/source-behavior.ts)_
|
|
5994
5994
|
|
|
5995
5995
|
## `sf project delete source`
|
|
5996
5996
|
|
|
@@ -6130,7 +6130,7 @@ FLAG DESCRIPTIONS
|
|
|
6130
6130
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
6131
6131
|
```
|
|
6132
6132
|
|
|
6133
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
6133
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.4/src/commands/project/delete/source.ts)_
|
|
6134
6134
|
|
|
6135
6135
|
## `sf project delete tracking`
|
|
6136
6136
|
|
|
@@ -6167,7 +6167,7 @@ EXAMPLES
|
|
|
6167
6167
|
$ sf project delete tracking --target-org my-scratch
|
|
6168
6168
|
```
|
|
6169
6169
|
|
|
6170
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
6170
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.4/src/commands/project/delete/tracking.ts)_
|
|
6171
6171
|
|
|
6172
6172
|
## `sf project deploy cancel`
|
|
6173
6173
|
|
|
@@ -6239,7 +6239,7 @@ FLAG DESCRIPTIONS
|
|
|
6239
6239
|
project deploy report".
|
|
6240
6240
|
```
|
|
6241
6241
|
|
|
6242
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
6242
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.4/src/commands/project/deploy/cancel.ts)_
|
|
6243
6243
|
|
|
6244
6244
|
## `sf project deploy preview`
|
|
6245
6245
|
|
|
@@ -6322,7 +6322,7 @@ FLAG DESCRIPTIONS
|
|
|
6322
6322
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
6323
6323
|
```
|
|
6324
6324
|
|
|
6325
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
6325
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.4/src/commands/project/deploy/preview.ts)_
|
|
6326
6326
|
|
|
6327
6327
|
## `sf project deploy quick`
|
|
6328
6328
|
|
|
@@ -6415,7 +6415,7 @@ ERROR CODES
|
|
|
6415
6415
|
Canceling (69) The deploy is being canceled.
|
|
6416
6416
|
```
|
|
6417
6417
|
|
|
6418
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
6418
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.4/src/commands/project/deploy/quick.ts)_
|
|
6419
6419
|
|
|
6420
6420
|
## `sf project deploy report`
|
|
6421
6421
|
|
|
@@ -6507,7 +6507,7 @@ FLAG DESCRIPTIONS
|
|
|
6507
6507
|
--coverage-formatters lcov --coverage-formatters clover
|
|
6508
6508
|
```
|
|
6509
6509
|
|
|
6510
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
6510
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.4/src/commands/project/deploy/report.ts)_
|
|
6511
6511
|
|
|
6512
6512
|
## `sf project deploy resume`
|
|
6513
6513
|
|
|
@@ -6604,7 +6604,7 @@ ERROR CODES
|
|
|
6604
6604
|
Canceling (69) The deploy is being canceled.
|
|
6605
6605
|
```
|
|
6606
6606
|
|
|
6607
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
6607
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.4/src/commands/project/deploy/resume.ts)_
|
|
6608
6608
|
|
|
6609
6609
|
## `sf project deploy start`
|
|
6610
6610
|
|
|
@@ -6857,7 +6857,7 @@ ERROR CODES
|
|
|
6857
6857
|
Canceling (69) The deploy is being canceled.
|
|
6858
6858
|
```
|
|
6859
6859
|
|
|
6860
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
6860
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.4/src/commands/project/deploy/start.ts)_
|
|
6861
6861
|
|
|
6862
6862
|
## `sf project deploy validate`
|
|
6863
6863
|
|
|
@@ -7047,7 +7047,7 @@ ERROR CODES
|
|
|
7047
7047
|
Canceling (69) The deploy is being canceled.
|
|
7048
7048
|
```
|
|
7049
7049
|
|
|
7050
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
7050
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.4/src/commands/project/deploy/validate.ts)_
|
|
7051
7051
|
|
|
7052
7052
|
## `sf project generate`
|
|
7053
7053
|
|
|
@@ -7229,7 +7229,7 @@ EXAMPLES
|
|
|
7229
7229
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
7230
7230
|
```
|
|
7231
7231
|
|
|
7232
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
7232
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.4/src/commands/project/generate/manifest.ts)_
|
|
7233
7233
|
|
|
7234
7234
|
## `sf project list ignored`
|
|
7235
7235
|
|
|
@@ -7271,7 +7271,7 @@ EXAMPLES
|
|
|
7271
7271
|
$ sf project list ignored --source-dir package.xml
|
|
7272
7272
|
```
|
|
7273
7273
|
|
|
7274
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
7274
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.4/src/commands/project/list/ignored.ts)_
|
|
7275
7275
|
|
|
7276
7276
|
## `sf project reset tracking`
|
|
7277
7277
|
|
|
@@ -7320,7 +7320,7 @@ EXAMPLES
|
|
|
7320
7320
|
$ sf project reset tracking --revision 30
|
|
7321
7321
|
```
|
|
7322
7322
|
|
|
7323
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
7323
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.4/src/commands/project/reset/tracking.ts)_
|
|
7324
7324
|
|
|
7325
7325
|
## `sf project retrieve preview`
|
|
7326
7326
|
|
|
@@ -7374,7 +7374,7 @@ FLAG DESCRIPTIONS
|
|
|
7374
7374
|
production orgs.
|
|
7375
7375
|
```
|
|
7376
7376
|
|
|
7377
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
7377
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.4/src/commands/project/retrieve/preview.ts)_
|
|
7378
7378
|
|
|
7379
7379
|
## `sf project retrieve start`
|
|
7380
7380
|
|
|
@@ -7551,7 +7551,7 @@ ENVIRONMENT VARIABLES
|
|
|
7551
7551
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
7552
7552
|
```
|
|
7553
7553
|
|
|
7554
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.
|
|
7554
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.4/src/commands/project/retrieve/start.ts)_
|
|
7555
7555
|
|
|
7556
7556
|
## `sf schema generate field`
|
|
7557
7557
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.59.
|
|
3
|
+
"version": "2.59.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.59.
|
|
9
|
+
"version": "2.59.2",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"@oclif/plugin-search": "1.2.7",
|
|
21
21
|
"@oclif/plugin-update": "4.5.5",
|
|
22
22
|
"@oclif/plugin-version": "2.2.11",
|
|
23
|
-
"@oclif/plugin-warn-if-update-available": "3.1.
|
|
23
|
+
"@oclif/plugin-warn-if-update-available": "3.1.14",
|
|
24
24
|
"@oclif/plugin-which": "3.2.12",
|
|
25
25
|
"@salesforce/core": "^8.2.3",
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@salesforce/plugin-api": "1.2.1",
|
|
29
29
|
"@salesforce/plugin-auth": "3.6.54",
|
|
30
30
|
"@salesforce/plugin-data": "3.6.5",
|
|
31
|
-
"@salesforce/plugin-deploy-retrieve": "3.12.
|
|
31
|
+
"@salesforce/plugin-deploy-retrieve": "3.12.4",
|
|
32
32
|
"@salesforce/plugin-info": "3.4.3",
|
|
33
33
|
"@salesforce/plugin-limits": "3.3.29",
|
|
34
34
|
"@salesforce/plugin-marketplace": "1.2.25",
|
|
@@ -4189,16 +4189,17 @@
|
|
|
4189
4189
|
}
|
|
4190
4190
|
},
|
|
4191
4191
|
"node_modules/@oclif/plugin-warn-if-update-available": {
|
|
4192
|
-
"version": "3.1.
|
|
4193
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.
|
|
4194
|
-
"integrity": "sha512-
|
|
4192
|
+
"version": "3.1.14",
|
|
4193
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.14.tgz",
|
|
4194
|
+
"integrity": "sha512-v0moOf9GnzY2q/9TdP1g6nwPFKK732kvrUOB13oWLEsFh8QEKZ783874EnGIs1WPpExiuLvuejJO9ILW4bF3uQ==",
|
|
4195
4195
|
"license": "MIT",
|
|
4196
4196
|
"dependencies": {
|
|
4197
4197
|
"@oclif/core": "^4",
|
|
4198
4198
|
"ansis": "^3.3.1",
|
|
4199
4199
|
"debug": "^4.3.5",
|
|
4200
4200
|
"http-call": "^5.2.2",
|
|
4201
|
-
"lodash": "^4.17.21"
|
|
4201
|
+
"lodash": "^4.17.21",
|
|
4202
|
+
"registry-auth-token": "^5.0.2"
|
|
4202
4203
|
},
|
|
4203
4204
|
"engines": {
|
|
4204
4205
|
"node": ">=18.0.0"
|
|
@@ -4463,6 +4464,47 @@
|
|
|
4463
4464
|
"node": ">=14"
|
|
4464
4465
|
}
|
|
4465
4466
|
},
|
|
4467
|
+
"node_modules/@pnpm/config.env-replace": {
|
|
4468
|
+
"version": "1.1.0",
|
|
4469
|
+
"resolved": "https://registry.npmjs.org/@pnpm/config.env-replace/-/config.env-replace-1.1.0.tgz",
|
|
4470
|
+
"integrity": "sha512-htyl8TWnKL7K/ESFa1oW2UB5lVDxuF5DpM7tBi6Hu2LNL3mWkIzNLG6N4zoCUP1lCKNxWy/3iu8mS8MvToGd6w==",
|
|
4471
|
+
"license": "MIT",
|
|
4472
|
+
"engines": {
|
|
4473
|
+
"node": ">=12.22.0"
|
|
4474
|
+
}
|
|
4475
|
+
},
|
|
4476
|
+
"node_modules/@pnpm/network.ca-file": {
|
|
4477
|
+
"version": "1.0.2",
|
|
4478
|
+
"resolved": "https://registry.npmjs.org/@pnpm/network.ca-file/-/network.ca-file-1.0.2.tgz",
|
|
4479
|
+
"integrity": "sha512-YcPQ8a0jwYU9bTdJDpXjMi7Brhkr1mXsXrUJvjqM2mQDgkRiz8jFaQGOdaLxgjtUfQgZhKy/O3cG/YwmgKaxLA==",
|
|
4480
|
+
"license": "MIT",
|
|
4481
|
+
"dependencies": {
|
|
4482
|
+
"graceful-fs": "4.2.10"
|
|
4483
|
+
},
|
|
4484
|
+
"engines": {
|
|
4485
|
+
"node": ">=12.22.0"
|
|
4486
|
+
}
|
|
4487
|
+
},
|
|
4488
|
+
"node_modules/@pnpm/network.ca-file/node_modules/graceful-fs": {
|
|
4489
|
+
"version": "4.2.10",
|
|
4490
|
+
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz",
|
|
4491
|
+
"integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==",
|
|
4492
|
+
"license": "ISC"
|
|
4493
|
+
},
|
|
4494
|
+
"node_modules/@pnpm/npm-conf": {
|
|
4495
|
+
"version": "2.3.1",
|
|
4496
|
+
"resolved": "https://registry.npmjs.org/@pnpm/npm-conf/-/npm-conf-2.3.1.tgz",
|
|
4497
|
+
"integrity": "sha512-c83qWb22rNRuB0UaVCI0uRPNRr8Z0FWnEIvT47jiHAmOIUHbBOg5XvV7pM5x+rKn9HRpjxquDbXYSXr3fAKFcw==",
|
|
4498
|
+
"license": "MIT",
|
|
4499
|
+
"dependencies": {
|
|
4500
|
+
"@pnpm/config.env-replace": "^1.1.0",
|
|
4501
|
+
"@pnpm/network.ca-file": "^1.0.1",
|
|
4502
|
+
"config-chain": "^1.1.11"
|
|
4503
|
+
},
|
|
4504
|
+
"engines": {
|
|
4505
|
+
"node": ">=12"
|
|
4506
|
+
}
|
|
4507
|
+
},
|
|
4466
4508
|
"node_modules/@salesforce/apex-node": {
|
|
4467
4509
|
"version": "8.1.4",
|
|
4468
4510
|
"resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-8.1.4.tgz",
|
|
@@ -4863,9 +4905,9 @@
|
|
|
4863
4905
|
"license": "MIT"
|
|
4864
4906
|
},
|
|
4865
4907
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
4866
|
-
"version": "3.12.
|
|
4867
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.12.
|
|
4868
|
-
"integrity": "sha512-
|
|
4908
|
+
"version": "3.12.4",
|
|
4909
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.12.4.tgz",
|
|
4910
|
+
"integrity": "sha512-gzAFB7jHrLTVIHnm9xuTXv2au+FYDuq68jOGW8bIJAGWxxlQeMZj7DSCNyxSE/HE45QE1qZH4XEVXsDlmmo4NQ==",
|
|
4869
4911
|
"license": "BSD-3-Clause",
|
|
4870
4912
|
"dependencies": {
|
|
4871
4913
|
"@oclif/core": "^4.0.18",
|
|
@@ -8785,6 +8827,16 @@
|
|
|
8785
8827
|
"typedarray": "^0.0.6"
|
|
8786
8828
|
}
|
|
8787
8829
|
},
|
|
8830
|
+
"node_modules/config-chain": {
|
|
8831
|
+
"version": "1.1.13",
|
|
8832
|
+
"resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz",
|
|
8833
|
+
"integrity": "sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==",
|
|
8834
|
+
"license": "MIT",
|
|
8835
|
+
"dependencies": {
|
|
8836
|
+
"ini": "^1.3.4",
|
|
8837
|
+
"proto-list": "~1.2.1"
|
|
8838
|
+
}
|
|
8839
|
+
},
|
|
8788
8840
|
"node_modules/constant-case": {
|
|
8789
8841
|
"version": "3.0.4",
|
|
8790
8842
|
"resolved": "https://registry.npmjs.org/constant-case/-/constant-case-3.0.4.tgz",
|
|
@@ -12450,7 +12502,6 @@
|
|
|
12450
12502
|
"version": "1.3.8",
|
|
12451
12503
|
"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
|
|
12452
12504
|
"integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
|
|
12453
|
-
"dev": true,
|
|
12454
12505
|
"license": "ISC"
|
|
12455
12506
|
},
|
|
12456
12507
|
"node_modules/init-package-json": {
|
|
@@ -19385,6 +19436,12 @@
|
|
|
19385
19436
|
"signal-exit": "^3.0.2"
|
|
19386
19437
|
}
|
|
19387
19438
|
},
|
|
19439
|
+
"node_modules/proto-list": {
|
|
19440
|
+
"version": "1.2.4",
|
|
19441
|
+
"resolved": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz",
|
|
19442
|
+
"integrity": "sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==",
|
|
19443
|
+
"license": "ISC"
|
|
19444
|
+
},
|
|
19388
19445
|
"node_modules/proxy-agent": {
|
|
19389
19446
|
"version": "6.4.0",
|
|
19390
19447
|
"resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-6.4.0.tgz",
|
|
@@ -19820,6 +19877,18 @@
|
|
|
19820
19877
|
"url": "https://github.com/sponsors/ljharb"
|
|
19821
19878
|
}
|
|
19822
19879
|
},
|
|
19880
|
+
"node_modules/registry-auth-token": {
|
|
19881
|
+
"version": "5.0.2",
|
|
19882
|
+
"resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-5.0.2.tgz",
|
|
19883
|
+
"integrity": "sha512-o/3ikDxtXaA59BmZuZrJZDJv8NMDGSj+6j6XaeBmHw8eY1i1qd9+6H+LjVvQXx3HN6aRCGa1cUdJ9RaJZUugnQ==",
|
|
19884
|
+
"license": "MIT",
|
|
19885
|
+
"dependencies": {
|
|
19886
|
+
"@pnpm/npm-conf": "^2.1.0"
|
|
19887
|
+
},
|
|
19888
|
+
"engines": {
|
|
19889
|
+
"node": ">=14"
|
|
19890
|
+
}
|
|
19891
|
+
},
|
|
19823
19892
|
"node_modules/regjsparser": {
|
|
19824
19893
|
"version": "0.10.0",
|
|
19825
19894
|
"resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.10.0.tgz",
|
package/oclif.lock
CHANGED
|
@@ -1878,16 +1878,17 @@
|
|
|
1878
1878
|
"@oclif/core" "^4"
|
|
1879
1879
|
ansis "^3.3.1"
|
|
1880
1880
|
|
|
1881
|
-
"@oclif/plugin-warn-if-update-available@^3.1.11", "@oclif/plugin-warn-if-update-available@3.1.
|
|
1882
|
-
version "3.1.
|
|
1883
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.
|
|
1884
|
-
integrity sha512-
|
|
1881
|
+
"@oclif/plugin-warn-if-update-available@^3.1.11", "@oclif/plugin-warn-if-update-available@3.1.14":
|
|
1882
|
+
version "3.1.14"
|
|
1883
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.14.tgz"
|
|
1884
|
+
integrity sha512-v0moOf9GnzY2q/9TdP1g6nwPFKK732kvrUOB13oWLEsFh8QEKZ783874EnGIs1WPpExiuLvuejJO9ILW4bF3uQ==
|
|
1885
1885
|
dependencies:
|
|
1886
1886
|
"@oclif/core" "^4"
|
|
1887
1887
|
ansis "^3.3.1"
|
|
1888
1888
|
debug "^4.3.5"
|
|
1889
1889
|
http-call "^5.2.2"
|
|
1890
1890
|
lodash "^4.17.21"
|
|
1891
|
+
registry-auth-token "^5.0.2"
|
|
1891
1892
|
|
|
1892
1893
|
"@oclif/plugin-which@3.2.12":
|
|
1893
1894
|
version "3.2.12"
|
|
@@ -2037,6 +2038,27 @@
|
|
|
2037
2038
|
resolved "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz"
|
|
2038
2039
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
|
2039
2040
|
|
|
2041
|
+
"@pnpm/config.env-replace@^1.1.0":
|
|
2042
|
+
version "1.1.0"
|
|
2043
|
+
resolved "https://registry.npmjs.org/@pnpm/config.env-replace/-/config.env-replace-1.1.0.tgz"
|
|
2044
|
+
integrity sha512-htyl8TWnKL7K/ESFa1oW2UB5lVDxuF5DpM7tBi6Hu2LNL3mWkIzNLG6N4zoCUP1lCKNxWy/3iu8mS8MvToGd6w==
|
|
2045
|
+
|
|
2046
|
+
"@pnpm/network.ca-file@^1.0.1":
|
|
2047
|
+
version "1.0.2"
|
|
2048
|
+
resolved "https://registry.npmjs.org/@pnpm/network.ca-file/-/network.ca-file-1.0.2.tgz"
|
|
2049
|
+
integrity sha512-YcPQ8a0jwYU9bTdJDpXjMi7Brhkr1mXsXrUJvjqM2mQDgkRiz8jFaQGOdaLxgjtUfQgZhKy/O3cG/YwmgKaxLA==
|
|
2050
|
+
dependencies:
|
|
2051
|
+
graceful-fs "4.2.10"
|
|
2052
|
+
|
|
2053
|
+
"@pnpm/npm-conf@^2.1.0":
|
|
2054
|
+
version "2.3.1"
|
|
2055
|
+
resolved "https://registry.npmjs.org/@pnpm/npm-conf/-/npm-conf-2.3.1.tgz"
|
|
2056
|
+
integrity sha512-c83qWb22rNRuB0UaVCI0uRPNRr8Z0FWnEIvT47jiHAmOIUHbBOg5XvV7pM5x+rKn9HRpjxquDbXYSXr3fAKFcw==
|
|
2057
|
+
dependencies:
|
|
2058
|
+
"@pnpm/config.env-replace" "^1.1.0"
|
|
2059
|
+
"@pnpm/network.ca-file" "^1.0.1"
|
|
2060
|
+
config-chain "^1.1.11"
|
|
2061
|
+
|
|
2040
2062
|
"@salesforce/apex-node@^8.1.2", "@salesforce/apex-node@^8.1.3", "@salesforce/apex-node@^8.1.4":
|
|
2041
2063
|
version "8.1.4"
|
|
2042
2064
|
resolved "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-8.1.4.tgz"
|
|
@@ -2227,10 +2249,10 @@
|
|
|
2227
2249
|
csv-stringify "^6.5.1"
|
|
2228
2250
|
form-data "^4.0.0"
|
|
2229
2251
|
|
|
2230
|
-
"@salesforce/plugin-deploy-retrieve@3.12.
|
|
2231
|
-
version "3.12.
|
|
2232
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.12.
|
|
2233
|
-
integrity sha512-
|
|
2252
|
+
"@salesforce/plugin-deploy-retrieve@3.12.4":
|
|
2253
|
+
version "3.12.4"
|
|
2254
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.12.4.tgz"
|
|
2255
|
+
integrity sha512-gzAFB7jHrLTVIHnm9xuTXv2au+FYDuq68jOGW8bIJAGWxxlQeMZj7DSCNyxSE/HE45QE1qZH4XEVXsDlmmo4NQ==
|
|
2234
2256
|
dependencies:
|
|
2235
2257
|
"@oclif/core" "^4.0.18"
|
|
2236
2258
|
"@salesforce/apex-node" "^8.1.3"
|
|
@@ -4542,6 +4564,14 @@ concat-stream@^2.0.0:
|
|
|
4542
4564
|
readable-stream "^3.0.2"
|
|
4543
4565
|
typedarray "^0.0.6"
|
|
4544
4566
|
|
|
4567
|
+
config-chain@^1.1.11:
|
|
4568
|
+
version "1.1.13"
|
|
4569
|
+
resolved "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz"
|
|
4570
|
+
integrity sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==
|
|
4571
|
+
dependencies:
|
|
4572
|
+
ini "^1.3.4"
|
|
4573
|
+
proto-list "~1.2.1"
|
|
4574
|
+
|
|
4545
4575
|
constant-case@^3.0.4:
|
|
4546
4576
|
version "3.0.4"
|
|
4547
4577
|
resolved "https://registry.npmjs.org/constant-case/-/constant-case-3.0.4.tgz"
|
|
@@ -6384,6 +6414,11 @@ graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0,
|
|
|
6384
6414
|
resolved "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz"
|
|
6385
6415
|
integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
|
|
6386
6416
|
|
|
6417
|
+
graceful-fs@4.2.10:
|
|
6418
|
+
version "4.2.10"
|
|
6419
|
+
resolved "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz"
|
|
6420
|
+
integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==
|
|
6421
|
+
|
|
6387
6422
|
grapheme-splitter@^1.0.4:
|
|
6388
6423
|
version "1.0.4"
|
|
6389
6424
|
resolved "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz"
|
|
@@ -9200,6 +9235,11 @@ proper-lockfile@^4.1.2:
|
|
|
9200
9235
|
retry "^0.12.0"
|
|
9201
9236
|
signal-exit "^3.0.2"
|
|
9202
9237
|
|
|
9238
|
+
proto-list@~1.2.1:
|
|
9239
|
+
version "1.2.4"
|
|
9240
|
+
resolved "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz"
|
|
9241
|
+
integrity sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==
|
|
9242
|
+
|
|
9203
9243
|
proxy-agent@^6.3.1, proxy-agent@^6.4.0:
|
|
9204
9244
|
version "6.4.0"
|
|
9205
9245
|
resolved "https://registry.npmjs.org/proxy-agent/-/proxy-agent-6.4.0.tgz"
|
|
@@ -9427,6 +9467,13 @@ regexp.prototype.flags@^1.5.2:
|
|
|
9427
9467
|
es-errors "^1.3.0"
|
|
9428
9468
|
set-function-name "^2.0.1"
|
|
9429
9469
|
|
|
9470
|
+
registry-auth-token@^5.0.2:
|
|
9471
|
+
version "5.0.2"
|
|
9472
|
+
resolved "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-5.0.2.tgz"
|
|
9473
|
+
integrity sha512-o/3ikDxtXaA59BmZuZrJZDJv8NMDGSj+6j6XaeBmHw8eY1i1qd9+6H+LjVvQXx3HN6aRCGa1cUdJ9RaJZUugnQ==
|
|
9474
|
+
dependencies:
|
|
9475
|
+
"@pnpm/npm-conf" "^2.1.0"
|
|
9476
|
+
|
|
9430
9477
|
regjsparser@^0.10.0:
|
|
9431
9478
|
version "0.10.0"
|
|
9432
9479
|
resolved "https://registry.npmjs.org/regjsparser/-/regjsparser-0.10.0.tgz"
|
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.59.
|
|
4
|
+
"version": "2.59.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
"@oclif/plugin-search": "1.2.7",
|
|
150
150
|
"@oclif/plugin-update": "4.5.5",
|
|
151
151
|
"@oclif/plugin-version": "2.2.11",
|
|
152
|
-
"@oclif/plugin-warn-if-update-available": "3.1.
|
|
152
|
+
"@oclif/plugin-warn-if-update-available": "3.1.14",
|
|
153
153
|
"@oclif/plugin-which": "3.2.12",
|
|
154
154
|
"@salesforce/core": "^8.2.3",
|
|
155
155
|
"@salesforce/kit": "^3.1.6",
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
"@salesforce/plugin-api": "1.2.1",
|
|
158
158
|
"@salesforce/plugin-auth": "3.6.54",
|
|
159
159
|
"@salesforce/plugin-data": "3.6.5",
|
|
160
|
-
"@salesforce/plugin-deploy-retrieve": "3.12.
|
|
160
|
+
"@salesforce/plugin-deploy-retrieve": "3.12.4",
|
|
161
161
|
"@salesforce/plugin-info": "3.4.3",
|
|
162
162
|
"@salesforce/plugin-limits": "3.3.29",
|
|
163
163
|
"@salesforce/plugin-marketplace": "1.2.25",
|