@salesforce/cli 2.75.4 → 2.75.5
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 +33 -33
- package/npm-shrinkwrap.json +14 -14
- package/oclif.lock +12 -12
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
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.75.
|
|
27
|
+
@salesforce/cli/2.75.5 linux-x64 node-v22.13.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -1336,7 +1336,7 @@ EXAMPLES
|
|
|
1336
1336
|
$ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
|
|
1337
1337
|
```
|
|
1338
1338
|
|
|
1339
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1339
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.7/src/commands/data/bulk/results.ts)_
|
|
1340
1340
|
|
|
1341
1341
|
## `sf data create file`
|
|
1342
1342
|
|
|
@@ -1385,7 +1385,7 @@ EXAMPLES
|
|
|
1385
1385
|
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
|
|
1386
1386
|
```
|
|
1387
1387
|
|
|
1388
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1388
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.7/src/commands/data/create/file.ts)_
|
|
1389
1389
|
|
|
1390
1390
|
## `sf data create record`
|
|
1391
1391
|
|
|
@@ -1441,7 +1441,7 @@ EXAMPLES
|
|
|
1441
1441
|
TracedEntityId=01p17000000R6bLAAS"
|
|
1442
1442
|
```
|
|
1443
1443
|
|
|
1444
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1444
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.7/src/commands/data/create/record.ts)_
|
|
1445
1445
|
|
|
1446
1446
|
## `sf data delete bulk`
|
|
1447
1447
|
|
|
@@ -1502,7 +1502,7 @@ FLAG DESCRIPTIONS
|
|
|
1502
1502
|
and can be enabled only by a system administrator.
|
|
1503
1503
|
```
|
|
1504
1504
|
|
|
1505
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1505
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.7/src/commands/data/delete/bulk.ts)_
|
|
1506
1506
|
|
|
1507
1507
|
## `sf data delete record`
|
|
1508
1508
|
|
|
@@ -1563,7 +1563,7 @@ EXAMPLES
|
|
|
1563
1563
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1564
1564
|
```
|
|
1565
1565
|
|
|
1566
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1566
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.7/src/commands/data/delete/record.ts)_
|
|
1567
1567
|
|
|
1568
1568
|
## `sf data delete resume`
|
|
1569
1569
|
|
|
@@ -1602,7 +1602,7 @@ EXAMPLES
|
|
|
1602
1602
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
1603
1603
|
```
|
|
1604
1604
|
|
|
1605
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1605
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.7/src/commands/data/delete/resume.ts)_
|
|
1606
1606
|
|
|
1607
1607
|
## `sf data export bulk`
|
|
1608
1608
|
|
|
@@ -1676,7 +1676,7 @@ EXAMPLES
|
|
|
1676
1676
|
--result-format json --async
|
|
1677
1677
|
```
|
|
1678
1678
|
|
|
1679
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1679
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.7/src/commands/data/export/bulk.ts)_
|
|
1680
1680
|
|
|
1681
1681
|
## `sf data export resume`
|
|
1682
1682
|
|
|
@@ -1712,7 +1712,7 @@ EXAMPLES
|
|
|
1712
1712
|
$ sf data export resume --use-most-recent --target-org my-scratch
|
|
1713
1713
|
```
|
|
1714
1714
|
|
|
1715
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1715
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.7/src/commands/data/export/resume.ts)_
|
|
1716
1716
|
|
|
1717
1717
|
## `sf data export tree`
|
|
1718
1718
|
|
|
@@ -1772,7 +1772,7 @@ EXAMPLES
|
|
|
1772
1772
|
my-scratch
|
|
1773
1773
|
```
|
|
1774
1774
|
|
|
1775
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1775
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.7/src/commands/data/export/tree.ts)_
|
|
1776
1776
|
|
|
1777
1777
|
## `sf data get record`
|
|
1778
1778
|
|
|
@@ -1836,7 +1836,7 @@ EXAMPLES
|
|
|
1836
1836
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1837
1837
|
```
|
|
1838
1838
|
|
|
1839
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1839
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.7/src/commands/data/get/record.ts)_
|
|
1840
1840
|
|
|
1841
1841
|
## `sf data import bulk`
|
|
1842
1842
|
|
|
@@ -1894,7 +1894,7 @@ EXAMPLES
|
|
|
1894
1894
|
$ sf data import bulk --file accounts.csv --sobject Account --async
|
|
1895
1895
|
```
|
|
1896
1896
|
|
|
1897
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1897
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.7/src/commands/data/import/bulk.ts)_
|
|
1898
1898
|
|
|
1899
1899
|
## `sf data import resume`
|
|
1900
1900
|
|
|
@@ -1930,7 +1930,7 @@ EXAMPLES
|
|
|
1930
1930
|
$ sf data import resume --use-most-recent --target-org my-scratch
|
|
1931
1931
|
```
|
|
1932
1932
|
|
|
1933
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1933
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.7/src/commands/data/import/resume.ts)_
|
|
1934
1934
|
|
|
1935
1935
|
## `sf data import tree`
|
|
1936
1936
|
|
|
@@ -1994,7 +1994,7 @@ FLAG DESCRIPTIONS
|
|
|
1994
1994
|
- files(array) - Files: An array of files paths to load
|
|
1995
1995
|
```
|
|
1996
1996
|
|
|
1997
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1997
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.7/src/commands/data/import/tree.ts)_
|
|
1998
1998
|
|
|
1999
1999
|
## `sf data query`
|
|
2000
2000
|
|
|
@@ -2060,7 +2060,7 @@ EXAMPLES
|
|
|
2060
2060
|
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
|
|
2061
2061
|
```
|
|
2062
2062
|
|
|
2063
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2063
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.7/src/commands/data/query.ts)_
|
|
2064
2064
|
|
|
2065
2065
|
## `sf data query resume`
|
|
2066
2066
|
|
|
@@ -2097,7 +2097,7 @@ EXAMPLES
|
|
|
2097
2097
|
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
|
|
2098
2098
|
```
|
|
2099
2099
|
|
|
2100
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2100
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.7/src/commands/data/query/resume.ts)_
|
|
2101
2101
|
|
|
2102
2102
|
## `sf data resume`
|
|
2103
2103
|
|
|
@@ -2134,7 +2134,7 @@ EXAMPLES
|
|
|
2134
2134
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
2135
2135
|
```
|
|
2136
2136
|
|
|
2137
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2137
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.7/src/commands/data/resume.ts)_
|
|
2138
2138
|
|
|
2139
2139
|
## `sf data search`
|
|
2140
2140
|
|
|
@@ -2184,7 +2184,7 @@ EXAMPLES
|
|
|
2184
2184
|
$ sf data search --file query.txt --target-org my-scratch --result-format csv
|
|
2185
2185
|
```
|
|
2186
2186
|
|
|
2187
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2187
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.7/src/commands/data/search.ts)_
|
|
2188
2188
|
|
|
2189
2189
|
## `sf data update bulk`
|
|
2190
2190
|
|
|
@@ -2245,7 +2245,7 @@ EXAMPLES
|
|
|
2245
2245
|
$ sf data update bulk --file accounts.csv --sobject Account --async
|
|
2246
2246
|
```
|
|
2247
2247
|
|
|
2248
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2248
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.7/src/commands/data/update/bulk.ts)_
|
|
2249
2249
|
|
|
2250
2250
|
## `sf data update record`
|
|
2251
2251
|
|
|
@@ -2307,7 +2307,7 @@ EXAMPLES
|
|
|
2307
2307
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
2308
2308
|
```
|
|
2309
2309
|
|
|
2310
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2310
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.7/src/commands/data/update/record.ts)_
|
|
2311
2311
|
|
|
2312
2312
|
## `sf data update resume`
|
|
2313
2313
|
|
|
@@ -2343,7 +2343,7 @@ EXAMPLES
|
|
|
2343
2343
|
$ sf data update resume --use-most-recent --target-org my-scratch
|
|
2344
2344
|
```
|
|
2345
2345
|
|
|
2346
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2346
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.7/src/commands/data/update/resume.ts)_
|
|
2347
2347
|
|
|
2348
2348
|
## `sf data upsert bulk`
|
|
2349
2349
|
|
|
@@ -2402,7 +2402,7 @@ EXAMPLES
|
|
|
2402
2402
|
my-scratch
|
|
2403
2403
|
```
|
|
2404
2404
|
|
|
2405
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2405
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.7/src/commands/data/upsert/bulk.ts)_
|
|
2406
2406
|
|
|
2407
2407
|
## `sf data upsert resume`
|
|
2408
2408
|
|
|
@@ -2441,7 +2441,7 @@ EXAMPLES
|
|
|
2441
2441
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
2442
2442
|
```
|
|
2443
2443
|
|
|
2444
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2444
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.7/src/commands/data/upsert/resume.ts)_
|
|
2445
2445
|
|
|
2446
2446
|
## `sf doctor`
|
|
2447
2447
|
|
|
@@ -2536,7 +2536,7 @@ EXAMPLES
|
|
|
2536
2536
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
2537
2537
|
```
|
|
2538
2538
|
|
|
2539
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2539
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.7/src/commands/force/data/bulk/delete.ts)_
|
|
2540
2540
|
|
|
2541
2541
|
## `sf force data bulk status`
|
|
2542
2542
|
|
|
@@ -2573,7 +2573,7 @@ EXAMPLES
|
|
|
2573
2573
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
2574
2574
|
```
|
|
2575
2575
|
|
|
2576
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2576
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.7/src/commands/force/data/bulk/status.ts)_
|
|
2577
2577
|
|
|
2578
2578
|
## `sf force data bulk upsert`
|
|
2579
2579
|
|
|
@@ -2631,7 +2631,7 @@ EXAMPLES
|
|
|
2631
2631
|
--target-org my-scratch
|
|
2632
2632
|
```
|
|
2633
2633
|
|
|
2634
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2634
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.7/src/commands/force/data/bulk/upsert.ts)_
|
|
2635
2635
|
|
|
2636
2636
|
## `sf help [COMMAND]`
|
|
2637
2637
|
|
|
@@ -6085,7 +6085,7 @@ EXAMPLES
|
|
|
6085
6085
|
$ sf plugins
|
|
6086
6086
|
```
|
|
6087
6087
|
|
|
6088
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6088
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.28/src/commands/plugins/index.ts)_
|
|
6089
6089
|
|
|
6090
6090
|
## `sf plugins discover`
|
|
6091
6091
|
|
|
@@ -6130,7 +6130,7 @@ EXAMPLES
|
|
|
6130
6130
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
6131
6131
|
```
|
|
6132
6132
|
|
|
6133
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6133
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.28/src/commands/plugins/inspect.ts)_
|
|
6134
6134
|
|
|
6135
6135
|
## `sf plugins install PLUGIN`
|
|
6136
6136
|
|
|
@@ -6179,7 +6179,7 @@ EXAMPLES
|
|
|
6179
6179
|
$ sf plugins install someuser/someplugin
|
|
6180
6180
|
```
|
|
6181
6181
|
|
|
6182
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6182
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.28/src/commands/plugins/install.ts)_
|
|
6183
6183
|
|
|
6184
6184
|
## `sf plugins link PATH`
|
|
6185
6185
|
|
|
@@ -6210,7 +6210,7 @@ EXAMPLES
|
|
|
6210
6210
|
$ sf plugins link @salesforce/plugin-packaging
|
|
6211
6211
|
```
|
|
6212
6212
|
|
|
6213
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6213
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.28/src/commands/plugins/link.ts)_
|
|
6214
6214
|
|
|
6215
6215
|
## `sf plugins reset`
|
|
6216
6216
|
|
|
@@ -6225,7 +6225,7 @@ FLAGS
|
|
|
6225
6225
|
--reinstall Reinstall all plugins after uninstalling.
|
|
6226
6226
|
```
|
|
6227
6227
|
|
|
6228
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6228
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.28/src/commands/plugins/reset.ts)_
|
|
6229
6229
|
|
|
6230
6230
|
## `sf plugins trust verify`
|
|
6231
6231
|
|
|
@@ -6282,7 +6282,7 @@ EXAMPLES
|
|
|
6282
6282
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
6283
6283
|
```
|
|
6284
6284
|
|
|
6285
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6285
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.28/src/commands/plugins/uninstall.ts)_
|
|
6286
6286
|
|
|
6287
6287
|
## `sf plugins update`
|
|
6288
6288
|
|
|
@@ -6300,7 +6300,7 @@ DESCRIPTION
|
|
|
6300
6300
|
Update installed plugins.
|
|
6301
6301
|
```
|
|
6302
6302
|
|
|
6303
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6303
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.28/src/commands/plugins/update.ts)_
|
|
6304
6304
|
|
|
6305
6305
|
## `sf project convert mdapi`
|
|
6306
6306
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.75.
|
|
3
|
+
"version": "2.75.5",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.75.
|
|
9
|
+
"version": "2.75.5",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^2.3.5",
|
|
14
|
-
"@oclif/core": "4.2.
|
|
14
|
+
"@oclif/core": "4.2.5",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.2.18",
|
|
16
16
|
"@oclif/plugin-commands": "4.1.18",
|
|
17
17
|
"@oclif/plugin-help": "6.2.23",
|
|
18
18
|
"@oclif/plugin-not-found": "3.2.38",
|
|
19
|
-
"@oclif/plugin-plugins": "5.4.
|
|
19
|
+
"@oclif/plugin-plugins": "5.4.28",
|
|
20
20
|
"@oclif/plugin-search": "1.2.19",
|
|
21
21
|
"@oclif/plugin-update": "4.6.27",
|
|
22
22
|
"@oclif/plugin-version": "2.2.21",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@salesforce/plugin-apex": "3.6.8",
|
|
28
28
|
"@salesforce/plugin-api": "1.3.3",
|
|
29
29
|
"@salesforce/plugin-auth": "3.6.90",
|
|
30
|
-
"@salesforce/plugin-data": "4.0.
|
|
30
|
+
"@salesforce/plugin-data": "4.0.7",
|
|
31
31
|
"@salesforce/plugin-deploy-retrieve": "3.18.0",
|
|
32
32
|
"@salesforce/plugin-info": "3.4.34",
|
|
33
33
|
"@salesforce/plugin-limits": "3.3.44",
|
|
@@ -4948,9 +4948,9 @@
|
|
|
4948
4948
|
}
|
|
4949
4949
|
},
|
|
4950
4950
|
"node_modules/@oclif/core": {
|
|
4951
|
-
"version": "4.2.
|
|
4952
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.
|
|
4953
|
-
"integrity": "sha512-
|
|
4951
|
+
"version": "4.2.5",
|
|
4952
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.5.tgz",
|
|
4953
|
+
"integrity": "sha512-bdXOojq8GaPnWnDgVOw030JlUROJEiDLXiV3XUUGUQDEp6YpVQvEYLIrUsEvyfASU3z3FGg3DC9k0kprcOYdhw==",
|
|
4954
4954
|
"license": "MIT",
|
|
4955
4955
|
"dependencies": {
|
|
4956
4956
|
"ansi-escapes": "^4.3.2",
|
|
@@ -5273,9 +5273,9 @@
|
|
|
5273
5273
|
}
|
|
5274
5274
|
},
|
|
5275
5275
|
"node_modules/@oclif/plugin-plugins": {
|
|
5276
|
-
"version": "5.4.
|
|
5277
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.
|
|
5278
|
-
"integrity": "sha512-
|
|
5276
|
+
"version": "5.4.28",
|
|
5277
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.28.tgz",
|
|
5278
|
+
"integrity": "sha512-76SgC2MX3/GkTVTOdJBVTRVmUuu5gJt+ZVBwxaAWgZnvYWEOW9XGQXw4RhW35f5vKdJL/C6dIiid9Zkg3t+jDw==",
|
|
5279
5279
|
"license": "MIT",
|
|
5280
5280
|
"dependencies": {
|
|
5281
5281
|
"@oclif/core": "^4.2.4",
|
|
@@ -6312,9 +6312,9 @@
|
|
|
6312
6312
|
}
|
|
6313
6313
|
},
|
|
6314
6314
|
"node_modules/@salesforce/plugin-data": {
|
|
6315
|
-
"version": "4.0.
|
|
6316
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.
|
|
6317
|
-
"integrity": "sha512-
|
|
6315
|
+
"version": "4.0.7",
|
|
6316
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.7.tgz",
|
|
6317
|
+
"integrity": "sha512-CbHoNSa7j1RZ0WIjRTDt4nNDNP19VgPB92pMA3s+pp6wJnmuwKTtCc8G7oO/wvjaV47fdxSmSpGDKLjlxctUYA==",
|
|
6318
6318
|
"license": "BSD-3-Clause",
|
|
6319
6319
|
"dependencies": {
|
|
6320
6320
|
"@jsforce/jsforce-node": "^3.6.4",
|
package/oclif.lock
CHANGED
|
@@ -1972,10 +1972,10 @@
|
|
|
1972
1972
|
proc-log "^5.0.0"
|
|
1973
1973
|
which "^5.0.0"
|
|
1974
1974
|
|
|
1975
|
-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.31", "@oclif/core@^4.2.0", "@oclif/core@^4.2.3", "@oclif/core@^4.2.4", "@oclif/core@4.2.
|
|
1976
|
-
version "4.2.
|
|
1977
|
-
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.2.
|
|
1978
|
-
integrity sha512-
|
|
1975
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.31", "@oclif/core@^4.2.0", "@oclif/core@^4.2.3", "@oclif/core@^4.2.4", "@oclif/core@4.2.5":
|
|
1976
|
+
version "4.2.5"
|
|
1977
|
+
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.2.5.tgz"
|
|
1978
|
+
integrity sha512-bdXOojq8GaPnWnDgVOw030JlUROJEiDLXiV3XUUGUQDEp6YpVQvEYLIrUsEvyfASU3z3FGg3DC9k0kprcOYdhw==
|
|
1979
1979
|
dependencies:
|
|
1980
1980
|
ansi-escapes "^4.3.2"
|
|
1981
1981
|
ansis "^3.9.0"
|
|
@@ -2061,10 +2061,10 @@
|
|
|
2061
2061
|
ansis "^3.8.1"
|
|
2062
2062
|
fast-levenshtein "^3.0.0"
|
|
2063
2063
|
|
|
2064
|
-
"@oclif/plugin-plugins@5.4.
|
|
2065
|
-
version "5.4.
|
|
2066
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.
|
|
2067
|
-
integrity sha512-
|
|
2064
|
+
"@oclif/plugin-plugins@5.4.28":
|
|
2065
|
+
version "5.4.28"
|
|
2066
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.28.tgz"
|
|
2067
|
+
integrity sha512-76SgC2MX3/GkTVTOdJBVTRVmUuu5gJt+ZVBwxaAWgZnvYWEOW9XGQXw4RhW35f5vKdJL/C6dIiid9Zkg3t+jDw==
|
|
2068
2068
|
dependencies:
|
|
2069
2069
|
"@oclif/core" "^4.2.4"
|
|
2070
2070
|
ansis "^3.5.2"
|
|
@@ -2483,10 +2483,10 @@
|
|
|
2483
2483
|
debug "^4.3.7"
|
|
2484
2484
|
handlebars "^4.7.8"
|
|
2485
2485
|
|
|
2486
|
-
"@salesforce/plugin-data@4.0.
|
|
2487
|
-
version "4.0.
|
|
2488
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.
|
|
2489
|
-
integrity sha512-
|
|
2486
|
+
"@salesforce/plugin-data@4.0.7":
|
|
2487
|
+
version "4.0.7"
|
|
2488
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.7.tgz"
|
|
2489
|
+
integrity sha512-CbHoNSa7j1RZ0WIjRTDt4nNDNP19VgPB92pMA3s+pp6wJnmuwKTtCc8G7oO/wvjaV47fdxSmSpGDKLjlxctUYA==
|
|
2490
2490
|
dependencies:
|
|
2491
2491
|
"@jsforce/jsforce-node" "^3.6.4"
|
|
2492
2492
|
"@oclif/multi-stage-output" "^0.8.5"
|
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.75.
|
|
4
|
+
"version": "2.75.5",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -75,14 +75,14 @@
|
|
|
75
75
|
"@salesforce/plugin-user"
|
|
76
76
|
],
|
|
77
77
|
"jitPlugins": {
|
|
78
|
-
"@salesforce/plugin-code-analyzer": "5.0.0-beta.
|
|
78
|
+
"@salesforce/plugin-code-analyzer": "5.0.0-beta.1",
|
|
79
79
|
"@salesforce/plugin-custom-metadata": "3.3.41",
|
|
80
80
|
"@salesforce/plugin-community": "3.3.8",
|
|
81
81
|
"@salesforce/plugin-dev": "2.5.1",
|
|
82
82
|
"@salesforce/plugin-devops-center": "1.2.27",
|
|
83
83
|
"@salesforce/plugin-signups": "2.6.10",
|
|
84
84
|
"@salesforce/sfdx-plugin-lwc-test": "1.2.1",
|
|
85
|
-
"@salesforce/sfdx-scanner": "4.
|
|
85
|
+
"@salesforce/sfdx-scanner": "4.9.0"
|
|
86
86
|
},
|
|
87
87
|
"devPlugins": [
|
|
88
88
|
"@oclif/plugin-command-snapshot",
|
|
@@ -143,12 +143,12 @@
|
|
|
143
143
|
},
|
|
144
144
|
"dependencies": {
|
|
145
145
|
"@inquirer/select": "^2.3.5",
|
|
146
|
-
"@oclif/core": "4.2.
|
|
146
|
+
"@oclif/core": "4.2.5",
|
|
147
147
|
"@oclif/plugin-autocomplete": "3.2.18",
|
|
148
148
|
"@oclif/plugin-commands": "4.1.18",
|
|
149
149
|
"@oclif/plugin-help": "6.2.23",
|
|
150
150
|
"@oclif/plugin-not-found": "3.2.38",
|
|
151
|
-
"@oclif/plugin-plugins": "5.4.
|
|
151
|
+
"@oclif/plugin-plugins": "5.4.28",
|
|
152
152
|
"@oclif/plugin-search": "1.2.19",
|
|
153
153
|
"@oclif/plugin-update": "4.6.27",
|
|
154
154
|
"@oclif/plugin-version": "2.2.21",
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
"@salesforce/plugin-apex": "3.6.8",
|
|
160
160
|
"@salesforce/plugin-api": "1.3.3",
|
|
161
161
|
"@salesforce/plugin-auth": "3.6.90",
|
|
162
|
-
"@salesforce/plugin-data": "4.0.
|
|
162
|
+
"@salesforce/plugin-data": "4.0.7",
|
|
163
163
|
"@salesforce/plugin-deploy-retrieve": "3.18.0",
|
|
164
164
|
"@salesforce/plugin-info": "3.4.34",
|
|
165
165
|
"@salesforce/plugin-limits": "3.3.44",
|