@salesforce/cli 2.34.7 → 2.35.1
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 +51 -51
- package/npm-shrinkwrap.json +247 -161
- package/oclif.manifest.json +1 -1
- package/package.json +7 -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.
|
|
27
|
+
@salesforce/cli/2.35.1 linux-x64 node-v20.11.1
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -329,7 +329,7 @@ FLAG DESCRIPTIONS
|
|
|
329
329
|
directory.
|
|
330
330
|
```
|
|
331
331
|
|
|
332
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
332
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.24/src/commands/analytics/generate/template.ts)_
|
|
333
333
|
|
|
334
334
|
## `sf apex generate class`
|
|
335
335
|
|
|
@@ -385,7 +385,7 @@ FLAG DESCRIPTIONS
|
|
|
385
385
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
386
386
|
```
|
|
387
387
|
|
|
388
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
388
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.24/src/commands/apex/generate/class.ts)_
|
|
389
389
|
|
|
390
390
|
## `sf apex generate trigger`
|
|
391
391
|
|
|
@@ -452,7 +452,7 @@ FLAG DESCRIPTIONS
|
|
|
452
452
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
453
453
|
```
|
|
454
454
|
|
|
455
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
455
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.24/src/commands/apex/generate/trigger.ts)_
|
|
456
456
|
|
|
457
457
|
## `sf apex get log`
|
|
458
458
|
|
|
@@ -1114,7 +1114,7 @@ EXAMPLES
|
|
|
1114
1114
|
TracedEntityId=01p17000000R6bLAAS"
|
|
1115
1115
|
```
|
|
1116
1116
|
|
|
1117
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1117
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.0/src/commands/data/create/record.ts)_
|
|
1118
1118
|
|
|
1119
1119
|
## `sf data delete bulk`
|
|
1120
1120
|
|
|
@@ -1159,7 +1159,7 @@ EXAMPLES
|
|
|
1159
1159
|
$ sf data delete bulk --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
1160
1160
|
```
|
|
1161
1161
|
|
|
1162
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1162
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.0/src/commands/data/delete/bulk.ts)_
|
|
1163
1163
|
|
|
1164
1164
|
## `sf data delete record`
|
|
1165
1165
|
|
|
@@ -1218,7 +1218,7 @@ EXAMPLES
|
|
|
1218
1218
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1219
1219
|
```
|
|
1220
1220
|
|
|
1221
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1221
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.0/src/commands/data/delete/record.ts)_
|
|
1222
1222
|
|
|
1223
1223
|
## `sf data delete resume`
|
|
1224
1224
|
|
|
@@ -1231,7 +1231,7 @@ USAGE
|
|
|
1231
1231
|
|
|
1232
1232
|
FLAGS
|
|
1233
1233
|
-i, --job-id=<value> ID of the job you want to resume.
|
|
1234
|
-
-o, --target-org=<value>
|
|
1234
|
+
-o, --target-org=<value>
|
|
1235
1235
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
1236
1236
|
--use-most-recent Use the ID of the most recently-run bulk job.
|
|
1237
1237
|
--wait=<value> [default: [object Object]] Number of minutes to wait for the command to complete before
|
|
@@ -1255,7 +1255,7 @@ EXAMPLES
|
|
|
1255
1255
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
1256
1256
|
```
|
|
1257
1257
|
|
|
1258
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1258
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.0/src/commands/data/delete/resume.ts)_
|
|
1259
1259
|
|
|
1260
1260
|
## `sf data export beta tree`
|
|
1261
1261
|
|
|
@@ -1311,7 +1311,7 @@ EXAMPLES
|
|
|
1311
1311
|
my-scratch
|
|
1312
1312
|
```
|
|
1313
1313
|
|
|
1314
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1314
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.0/src/commands/data/export/beta/tree.ts)_
|
|
1315
1315
|
|
|
1316
1316
|
## `sf data export tree`
|
|
1317
1317
|
|
|
@@ -1369,7 +1369,7 @@ EXAMPLES
|
|
|
1369
1369
|
my-scratch
|
|
1370
1370
|
```
|
|
1371
1371
|
|
|
1372
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1372
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.0/src/commands/data/export/tree.ts)_
|
|
1373
1373
|
|
|
1374
1374
|
## `sf data get record`
|
|
1375
1375
|
|
|
@@ -1431,7 +1431,7 @@ EXAMPLES
|
|
|
1431
1431
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1432
1432
|
```
|
|
1433
1433
|
|
|
1434
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1434
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.0/src/commands/data/get/record.ts)_
|
|
1435
1435
|
|
|
1436
1436
|
## `sf data import beta tree`
|
|
1437
1437
|
|
|
@@ -1473,7 +1473,7 @@ EXAMPLES
|
|
|
1473
1473
|
$ sf data import beta tree --plan Account-Contact-plan.json
|
|
1474
1474
|
```
|
|
1475
1475
|
|
|
1476
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1476
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.0/src/commands/data/import/beta/tree.ts)_
|
|
1477
1477
|
|
|
1478
1478
|
## `sf data import tree`
|
|
1479
1479
|
|
|
@@ -1522,7 +1522,7 @@ EXAMPLES
|
|
|
1522
1522
|
$ sf data import tree --plan Account-Contact-plan.json
|
|
1523
1523
|
```
|
|
1524
1524
|
|
|
1525
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1525
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.0/src/commands/data/import/tree.ts)_
|
|
1526
1526
|
|
|
1527
1527
|
## `sf data query`
|
|
1528
1528
|
|
|
@@ -1530,8 +1530,8 @@ Execute a SOQL query.
|
|
|
1530
1530
|
|
|
1531
1531
|
```
|
|
1532
1532
|
USAGE
|
|
1533
|
-
$ sf data query -o <value> [--json] [--api-version <value>] [-q <value>] [-f <value>] [-w <value>
|
|
1534
|
-
[--async ] [--all-rows] [-r human|json
|
|
1533
|
+
$ sf data query -o <value> [--json] [--api-version <value>] [-q <value>] [-f <value>] [-t | -b] [-w <value> ]
|
|
1534
|
+
[--async ] [--all-rows] [-r human|csv|json]
|
|
1535
1535
|
|
|
1536
1536
|
FLAGS
|
|
1537
1537
|
-b, --bulk Use Bulk API 2.0 to run the query.
|
|
@@ -1540,7 +1540,7 @@ FLAGS
|
|
|
1540
1540
|
configuration variable is already set.
|
|
1541
1541
|
-q, --query=<value> SOQL query to execute.
|
|
1542
1542
|
-r, --result-format=<option> [default: human] Format to display the results; the --json flag overrides this flag.
|
|
1543
|
-
<options: human|json
|
|
1543
|
+
<options: human|csv|json>
|
|
1544
1544
|
-t, --use-tooling-api Use Tooling API so you can run queries on Tooling API objects.
|
|
1545
1545
|
-w, --wait=<value> Time to wait for the command to finish, in minutes.
|
|
1546
1546
|
--all-rows Include deleted records. By default, deleted records are not returned.
|
|
@@ -1585,7 +1585,7 @@ EXAMPLES
|
|
|
1585
1585
|
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
|
|
1586
1586
|
```
|
|
1587
1587
|
|
|
1588
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1588
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.0/src/commands/data/query.ts)_
|
|
1589
1589
|
|
|
1590
1590
|
## `sf data query resume`
|
|
1591
1591
|
|
|
@@ -1593,14 +1593,14 @@ View the status of a bulk query.
|
|
|
1593
1593
|
|
|
1594
1594
|
```
|
|
1595
1595
|
USAGE
|
|
1596
|
-
$ sf data query resume [--json] [-o <value>] [--api-version <value>] [-r human|json
|
|
1597
|
-
|
|
1596
|
+
$ sf data query resume [--json] [-o <value>] [--api-version <value>] [-r human|csv|json] [-i <value>]
|
|
1597
|
+
[--use-most-recent]
|
|
1598
1598
|
|
|
1599
1599
|
FLAGS
|
|
1600
1600
|
-i, --bulk-query-id=<value> Job ID of the bulk query.
|
|
1601
|
-
-o, --target-org=<value>
|
|
1601
|
+
-o, --target-org=<value>
|
|
1602
1602
|
-r, --result-format=<option> [default: human] Format to display the results; the --json flag overrides this flag.
|
|
1603
|
-
<options: human|json
|
|
1603
|
+
<options: human|csv|json>
|
|
1604
1604
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
1605
1605
|
--use-most-recent Use the most recent bulk query ID from cache.
|
|
1606
1606
|
|
|
@@ -1621,7 +1621,7 @@ EXAMPLES
|
|
|
1621
1621
|
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
|
|
1622
1622
|
```
|
|
1623
1623
|
|
|
1624
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1624
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.0/src/commands/data/query/resume.ts)_
|
|
1625
1625
|
|
|
1626
1626
|
## `sf data resume`
|
|
1627
1627
|
|
|
@@ -1657,7 +1657,7 @@ EXAMPLES
|
|
|
1657
1657
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
1658
1658
|
```
|
|
1659
1659
|
|
|
1660
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1660
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.0/src/commands/data/resume.ts)_
|
|
1661
1661
|
|
|
1662
1662
|
## `sf data update record`
|
|
1663
1663
|
|
|
@@ -1718,7 +1718,7 @@ EXAMPLES
|
|
|
1718
1718
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
1719
1719
|
```
|
|
1720
1720
|
|
|
1721
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1721
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.0/src/commands/data/update/record.ts)_
|
|
1722
1722
|
|
|
1723
1723
|
## `sf data upsert bulk`
|
|
1724
1724
|
|
|
@@ -1770,7 +1770,7 @@ EXAMPLES
|
|
|
1770
1770
|
my-scratch
|
|
1771
1771
|
```
|
|
1772
1772
|
|
|
1773
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1773
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.0/src/commands/data/upsert/bulk.ts)_
|
|
1774
1774
|
|
|
1775
1775
|
## `sf data upsert resume`
|
|
1776
1776
|
|
|
@@ -1783,7 +1783,7 @@ USAGE
|
|
|
1783
1783
|
|
|
1784
1784
|
FLAGS
|
|
1785
1785
|
-i, --job-id=<value> ID of the job you want to resume.
|
|
1786
|
-
-o, --target-org=<value>
|
|
1786
|
+
-o, --target-org=<value>
|
|
1787
1787
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
1788
1788
|
--use-most-recent Use the ID of the most recently-run bulk job.
|
|
1789
1789
|
--wait=<value> [default: [object Object]] Number of minutes to wait for the command to complete before
|
|
@@ -1807,7 +1807,7 @@ EXAMPLES
|
|
|
1807
1807
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
1808
1808
|
```
|
|
1809
1809
|
|
|
1810
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1810
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.0/src/commands/data/upsert/resume.ts)_
|
|
1811
1811
|
|
|
1812
1812
|
## `sf doctor`
|
|
1813
1813
|
|
|
@@ -1899,7 +1899,7 @@ EXAMPLES
|
|
|
1899
1899
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
1900
1900
|
```
|
|
1901
1901
|
|
|
1902
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1902
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.0/src/commands/force/data/bulk/delete.ts)_
|
|
1903
1903
|
|
|
1904
1904
|
## `sf force data bulk status`
|
|
1905
1905
|
|
|
@@ -1935,7 +1935,7 @@ EXAMPLES
|
|
|
1935
1935
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
1936
1936
|
```
|
|
1937
1937
|
|
|
1938
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1938
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.0/src/commands/force/data/bulk/status.ts)_
|
|
1939
1939
|
|
|
1940
1940
|
## `sf force data bulk upsert`
|
|
1941
1941
|
|
|
@@ -1992,7 +1992,7 @@ EXAMPLES
|
|
|
1992
1992
|
--target-org my-scratch
|
|
1993
1993
|
```
|
|
1994
1994
|
|
|
1995
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1995
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.0/src/commands/force/data/bulk/upsert.ts)_
|
|
1996
1996
|
|
|
1997
1997
|
## `sf help [COMMAND]`
|
|
1998
1998
|
|
|
@@ -2104,7 +2104,7 @@ FLAG DESCRIPTIONS
|
|
|
2104
2104
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2105
2105
|
```
|
|
2106
2106
|
|
|
2107
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
2107
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.24/src/commands/lightning/generate/app.ts)_
|
|
2108
2108
|
|
|
2109
2109
|
## `sf lightning generate component`
|
|
2110
2110
|
|
|
@@ -2172,7 +2172,7 @@ FLAG DESCRIPTIONS
|
|
|
2172
2172
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2173
2173
|
```
|
|
2174
2174
|
|
|
2175
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
2175
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.24/src/commands/lightning/generate/component.ts)_
|
|
2176
2176
|
|
|
2177
2177
|
## `sf lightning generate event`
|
|
2178
2178
|
|
|
@@ -2225,7 +2225,7 @@ FLAG DESCRIPTIONS
|
|
|
2225
2225
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2226
2226
|
```
|
|
2227
2227
|
|
|
2228
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
2228
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.24/src/commands/lightning/generate/event.ts)_
|
|
2229
2229
|
|
|
2230
2230
|
## `sf lightning generate interface`
|
|
2231
2231
|
|
|
@@ -2278,7 +2278,7 @@ FLAG DESCRIPTIONS
|
|
|
2278
2278
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2279
2279
|
```
|
|
2280
2280
|
|
|
2281
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
2281
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.24/src/commands/lightning/generate/interface.ts)_
|
|
2282
2282
|
|
|
2283
2283
|
## `sf lightning generate test`
|
|
2284
2284
|
|
|
@@ -2331,7 +2331,7 @@ FLAG DESCRIPTIONS
|
|
|
2331
2331
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2332
2332
|
```
|
|
2333
2333
|
|
|
2334
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
2334
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.24/src/commands/lightning/generate/test.ts)_
|
|
2335
2335
|
|
|
2336
2336
|
## `sf org assign permset`
|
|
2337
2337
|
|
|
@@ -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.26/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.26/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.26/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.26/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.26/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.26/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.26/src/commands/org/logout.ts)_
|
|
3828
3828
|
|
|
3829
3829
|
## `sf org open`
|
|
3830
3830
|
|
|
@@ -5316,7 +5316,7 @@ DESCRIPTION
|
|
|
5316
5316
|
Displays installation properties of a plugin.
|
|
5317
5317
|
|
|
5318
5318
|
EXAMPLES
|
|
5319
|
-
$ sf plugins inspect
|
|
5319
|
+
$ sf plugins inspect @salesforce/plugin-packaging
|
|
5320
5320
|
```
|
|
5321
5321
|
|
|
5322
5322
|
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.8/src/commands/plugins/inspect.ts)_
|
|
@@ -5356,7 +5356,7 @@ ALIASES
|
|
|
5356
5356
|
$ sf plugins add
|
|
5357
5357
|
|
|
5358
5358
|
EXAMPLES
|
|
5359
|
-
$ sf plugins install
|
|
5359
|
+
$ sf plugins install @salesforce/plugin-packaging
|
|
5360
5360
|
|
|
5361
5361
|
$ sf plugins install https://github.com/someuser/someplugin
|
|
5362
5362
|
|
|
@@ -5390,7 +5390,7 @@ DESCRIPTION
|
|
|
5390
5390
|
|
|
5391
5391
|
|
|
5392
5392
|
EXAMPLES
|
|
5393
|
-
$ sf plugins link
|
|
5393
|
+
$ sf plugins link @salesforce/plugin-packaging
|
|
5394
5394
|
```
|
|
5395
5395
|
|
|
5396
5396
|
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.8/src/commands/plugins/link.ts)_
|
|
@@ -5461,7 +5461,7 @@ ALIASES
|
|
|
5461
5461
|
$ sf plugins remove
|
|
5462
5462
|
|
|
5463
5463
|
EXAMPLES
|
|
5464
|
-
$ sf plugins uninstall
|
|
5464
|
+
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
5465
5465
|
```
|
|
5466
5466
|
|
|
5467
5467
|
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.8/src/commands/plugins/uninstall.ts)_
|
|
@@ -6766,7 +6766,7 @@ FLAG DESCRIPTIONS
|
|
|
6766
6766
|
Override the api version used for api requests made by this command
|
|
6767
6767
|
```
|
|
6768
6768
|
|
|
6769
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
6769
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.24/src/commands/project/generate.ts)_
|
|
6770
6770
|
|
|
6771
6771
|
## `sf project generate manifest`
|
|
6772
6772
|
|
|
@@ -7485,7 +7485,7 @@ FLAG DESCRIPTIONS
|
|
|
7485
7485
|
etc.
|
|
7486
7486
|
```
|
|
7487
7487
|
|
|
7488
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
7488
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.24/src/commands/static-resource/generate.ts)_
|
|
7489
7489
|
|
|
7490
7490
|
## `sf update [CHANNEL]`
|
|
7491
7491
|
|
|
@@ -7597,7 +7597,7 @@ FLAG DESCRIPTIONS
|
|
|
7597
7597
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
7598
7598
|
```
|
|
7599
7599
|
|
|
7600
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
7600
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.24/src/commands/visualforce/generate/component.ts)_
|
|
7601
7601
|
|
|
7602
7602
|
## `sf visualforce generate page`
|
|
7603
7603
|
|
|
@@ -7645,7 +7645,7 @@ FLAG DESCRIPTIONS
|
|
|
7645
7645
|
The name can be up to 40 characters and must start with a letter.
|
|
7646
7646
|
```
|
|
7647
7647
|
|
|
7648
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
7648
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.24/src/commands/visualforce/generate/page.ts)_
|
|
7649
7649
|
|
|
7650
7650
|
## `sf which`
|
|
7651
7651
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.35.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.
|
|
9
|
+
"version": "2.35.1",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -15,17 +15,17 @@
|
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.0.13",
|
|
16
16
|
"@oclif/plugin-commands": "3.2.0",
|
|
17
17
|
"@oclif/plugin-help": "6.0.18",
|
|
18
|
-
"@oclif/plugin-not-found": "3.0
|
|
18
|
+
"@oclif/plugin-not-found": "3.1.0",
|
|
19
19
|
"@oclif/plugin-plugins": "4.3.8",
|
|
20
20
|
"@oclif/plugin-search": "1.0.20",
|
|
21
21
|
"@oclif/plugin-update": "4.2.0",
|
|
22
22
|
"@oclif/plugin-version": "2.0.14",
|
|
23
23
|
"@oclif/plugin-warn-if-update-available": "3.0.14",
|
|
24
24
|
"@oclif/plugin-which": "3.1.5",
|
|
25
|
-
"@salesforce/core": "6.
|
|
25
|
+
"@salesforce/core": "^6.1.4",
|
|
26
26
|
"@salesforce/plugin-apex": "3.0.31",
|
|
27
|
-
"@salesforce/plugin-auth": "3.3.
|
|
28
|
-
"@salesforce/plugin-data": "3.
|
|
27
|
+
"@salesforce/plugin-auth": "3.3.26",
|
|
28
|
+
"@salesforce/plugin-data": "3.2.0",
|
|
29
29
|
"@salesforce/plugin-deploy-retrieve": "3.2.35",
|
|
30
30
|
"@salesforce/plugin-info": "3.0.33",
|
|
31
31
|
"@salesforce/plugin-limits": "3.1.14",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@salesforce/plugin-sobject": "1.1.20",
|
|
38
38
|
"@salesforce/plugin-source": "3.1.22",
|
|
39
39
|
"@salesforce/plugin-telemetry": "3.1.17",
|
|
40
|
-
"@salesforce/plugin-templates": "56.0.
|
|
40
|
+
"@salesforce/plugin-templates": "56.0.24",
|
|
41
41
|
"@salesforce/plugin-trust": "3.3.17",
|
|
42
42
|
"@salesforce/plugin-user": "3.3.4",
|
|
43
43
|
"@salesforce/sf-plugins-core": "7.1.16",
|
|
@@ -2037,6 +2037,34 @@
|
|
|
2037
2037
|
"node": ">=v14"
|
|
2038
2038
|
}
|
|
2039
2039
|
},
|
|
2040
|
+
"node_modules/@commitlint/read/node_modules/fs-extra": {
|
|
2041
|
+
"version": "11.2.0",
|
|
2042
|
+
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz",
|
|
2043
|
+
"integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==",
|
|
2044
|
+
"dev": true,
|
|
2045
|
+
"license": "MIT",
|
|
2046
|
+
"dependencies": {
|
|
2047
|
+
"graceful-fs": "^4.2.0",
|
|
2048
|
+
"jsonfile": "^6.0.1",
|
|
2049
|
+
"universalify": "^2.0.0"
|
|
2050
|
+
},
|
|
2051
|
+
"engines": {
|
|
2052
|
+
"node": ">=14.14"
|
|
2053
|
+
}
|
|
2054
|
+
},
|
|
2055
|
+
"node_modules/@commitlint/read/node_modules/jsonfile": {
|
|
2056
|
+
"version": "6.1.0",
|
|
2057
|
+
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
|
|
2058
|
+
"integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
|
|
2059
|
+
"dev": true,
|
|
2060
|
+
"license": "MIT",
|
|
2061
|
+
"dependencies": {
|
|
2062
|
+
"universalify": "^2.0.0"
|
|
2063
|
+
},
|
|
2064
|
+
"optionalDependencies": {
|
|
2065
|
+
"graceful-fs": "^4.1.6"
|
|
2066
|
+
}
|
|
2067
|
+
},
|
|
2040
2068
|
"node_modules/@commitlint/resolve-extends": {
|
|
2041
2069
|
"version": "17.4.4",
|
|
2042
2070
|
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-17.4.4.tgz",
|
|
@@ -2786,6 +2814,58 @@
|
|
|
2786
2814
|
"dev": true,
|
|
2787
2815
|
"license": "MIT"
|
|
2788
2816
|
},
|
|
2817
|
+
"node_modules/@jsforce/jsforce-node": {
|
|
2818
|
+
"version": "3.0.0-next.2",
|
|
2819
|
+
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.0.0-next.2.tgz",
|
|
2820
|
+
"integrity": "sha512-tsvCTEB8Hfr1ZFC6Db9rIovNmUtO+xN2R3BRLUjyH34i5y5emwrVsLBL5JzSRAXgsTLjp8I/BqJuG4f+6wM/uw==",
|
|
2821
|
+
"license": "MIT",
|
|
2822
|
+
"dependencies": {
|
|
2823
|
+
"@sindresorhus/is": "^4",
|
|
2824
|
+
"@types/node": "^18.15.3",
|
|
2825
|
+
"abort-controller": "^3.0.0",
|
|
2826
|
+
"base64url": "^3.0.1",
|
|
2827
|
+
"csv-parse": "^5.5.2",
|
|
2828
|
+
"csv-stringify": "^6.4.4",
|
|
2829
|
+
"faye": "^1.4.0",
|
|
2830
|
+
"form-data": "^4.0.0",
|
|
2831
|
+
"fs-extra": "^8.1.0",
|
|
2832
|
+
"https-proxy-agent": "^5.0.0",
|
|
2833
|
+
"multistream": "^3.1.0",
|
|
2834
|
+
"node-fetch": "^2.6.1",
|
|
2835
|
+
"strip-ansi": "^6.0.0",
|
|
2836
|
+
"xml2js": "^0.6.2"
|
|
2837
|
+
},
|
|
2838
|
+
"engines": {
|
|
2839
|
+
"node": ">=18"
|
|
2840
|
+
}
|
|
2841
|
+
},
|
|
2842
|
+
"node_modules/@jsforce/jsforce-node/node_modules/@types/node": {
|
|
2843
|
+
"version": "18.19.26",
|
|
2844
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.26.tgz",
|
|
2845
|
+
"integrity": "sha512-+wiMJsIwLOYCvUqSdKTrfkS8mpTp+MPINe6+Np4TAGFWWRWiBQ5kSq9nZGCSPkzx9mvT+uEukzpX4MOSCydcvw==",
|
|
2846
|
+
"license": "MIT",
|
|
2847
|
+
"dependencies": {
|
|
2848
|
+
"undici-types": "~5.26.4"
|
|
2849
|
+
}
|
|
2850
|
+
},
|
|
2851
|
+
"node_modules/@jsforce/jsforce-node/node_modules/csv-parse": {
|
|
2852
|
+
"version": "5.5.5",
|
|
2853
|
+
"resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-5.5.5.tgz",
|
|
2854
|
+
"integrity": "sha512-erCk7tyU3yLWAhk6wvKxnyPtftuy/6Ak622gOO7BCJ05+TYffnPCJF905wmOQm+BpkX54OdAl8pveJwUdpnCXQ==",
|
|
2855
|
+
"license": "MIT"
|
|
2856
|
+
},
|
|
2857
|
+
"node_modules/@jsforce/jsforce-node/node_modules/strip-ansi": {
|
|
2858
|
+
"version": "6.0.1",
|
|
2859
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
2860
|
+
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
2861
|
+
"license": "MIT",
|
|
2862
|
+
"dependencies": {
|
|
2863
|
+
"ansi-regex": "^5.0.1"
|
|
2864
|
+
},
|
|
2865
|
+
"engines": {
|
|
2866
|
+
"node": ">=8"
|
|
2867
|
+
}
|
|
2868
|
+
},
|
|
2789
2869
|
"node_modules/@ljharb/through": {
|
|
2790
2870
|
"version": "2.3.12",
|
|
2791
2871
|
"resolved": "https://registry.npmjs.org/@ljharb/through/-/through-2.3.12.tgz",
|
|
@@ -3522,11 +3602,12 @@
|
|
|
3522
3602
|
}
|
|
3523
3603
|
},
|
|
3524
3604
|
"node_modules/@oclif/plugin-not-found": {
|
|
3525
|
-
"version": "3.0
|
|
3526
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.0.
|
|
3527
|
-
"integrity": "sha512-
|
|
3605
|
+
"version": "3.1.0",
|
|
3606
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.1.0.tgz",
|
|
3607
|
+
"integrity": "sha512-sWTSHj1jf8w2kQtOEZpuUjy5zRcLPxuvkKQQniaGKg7JMgCADo1bRoiXdFVPth7f+AdhSNRPYhYCbqtydWjI8A==",
|
|
3528
3608
|
"license": "MIT",
|
|
3529
3609
|
"dependencies": {
|
|
3610
|
+
"@inquirer/confirm": "^3.0.0",
|
|
3530
3611
|
"@oclif/core": "^3.21.0",
|
|
3531
3612
|
"chalk": "^5.3.0",
|
|
3532
3613
|
"fast-levenshtein": "^3.0.0"
|
|
@@ -3535,6 +3616,84 @@
|
|
|
3535
3616
|
"node": ">=18.0.0"
|
|
3536
3617
|
}
|
|
3537
3618
|
},
|
|
3619
|
+
"node_modules/@oclif/plugin-not-found/node_modules/@inquirer/confirm": {
|
|
3620
|
+
"version": "3.1.0",
|
|
3621
|
+
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.1.0.tgz",
|
|
3622
|
+
"integrity": "sha512-nH5mxoTEoqk6WpoBz80GMpDSm9jH5V9AF8n+JZAZfMzd9gHeEG9w1o3KawPRR72lfzpP+QxBHLkOKLEApwhDiQ==",
|
|
3623
|
+
"license": "MIT",
|
|
3624
|
+
"dependencies": {
|
|
3625
|
+
"@inquirer/core": "^7.1.0",
|
|
3626
|
+
"@inquirer/type": "^1.2.1"
|
|
3627
|
+
},
|
|
3628
|
+
"engines": {
|
|
3629
|
+
"node": ">=18"
|
|
3630
|
+
}
|
|
3631
|
+
},
|
|
3632
|
+
"node_modules/@oclif/plugin-not-found/node_modules/@inquirer/core": {
|
|
3633
|
+
"version": "7.1.0",
|
|
3634
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-7.1.0.tgz",
|
|
3635
|
+
"integrity": "sha512-FRCiDiU54XHt5B/D8hX4twwZuzSP244ANHbu3R7CAsJfiv1dUOz24ePBgCZjygEjDUi6BWIJuk4eWLKJ7LATUw==",
|
|
3636
|
+
"license": "MIT",
|
|
3637
|
+
"dependencies": {
|
|
3638
|
+
"@inquirer/type": "^1.2.1",
|
|
3639
|
+
"@types/mute-stream": "^0.0.4",
|
|
3640
|
+
"@types/node": "^20.11.26",
|
|
3641
|
+
"@types/wrap-ansi": "^3.0.0",
|
|
3642
|
+
"ansi-escapes": "^4.3.2",
|
|
3643
|
+
"chalk": "^4.1.2",
|
|
3644
|
+
"cli-spinners": "^2.9.2",
|
|
3645
|
+
"cli-width": "^4.1.0",
|
|
3646
|
+
"figures": "^3.2.0",
|
|
3647
|
+
"mute-stream": "^1.0.0",
|
|
3648
|
+
"run-async": "^3.0.0",
|
|
3649
|
+
"signal-exit": "^4.1.0",
|
|
3650
|
+
"strip-ansi": "^6.0.1",
|
|
3651
|
+
"wrap-ansi": "^6.2.0"
|
|
3652
|
+
},
|
|
3653
|
+
"engines": {
|
|
3654
|
+
"node": ">=18"
|
|
3655
|
+
}
|
|
3656
|
+
},
|
|
3657
|
+
"node_modules/@oclif/plugin-not-found/node_modules/@inquirer/core/node_modules/chalk": {
|
|
3658
|
+
"version": "4.1.2",
|
|
3659
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
3660
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
3661
|
+
"license": "MIT",
|
|
3662
|
+
"dependencies": {
|
|
3663
|
+
"ansi-styles": "^4.1.0",
|
|
3664
|
+
"supports-color": "^7.1.0"
|
|
3665
|
+
},
|
|
3666
|
+
"engines": {
|
|
3667
|
+
"node": ">=10"
|
|
3668
|
+
},
|
|
3669
|
+
"funding": {
|
|
3670
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3671
|
+
}
|
|
3672
|
+
},
|
|
3673
|
+
"node_modules/@oclif/plugin-not-found/node_modules/signal-exit": {
|
|
3674
|
+
"version": "4.1.0",
|
|
3675
|
+
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
3676
|
+
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
3677
|
+
"license": "ISC",
|
|
3678
|
+
"engines": {
|
|
3679
|
+
"node": ">=14"
|
|
3680
|
+
},
|
|
3681
|
+
"funding": {
|
|
3682
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
3683
|
+
}
|
|
3684
|
+
},
|
|
3685
|
+
"node_modules/@oclif/plugin-not-found/node_modules/strip-ansi": {
|
|
3686
|
+
"version": "6.0.1",
|
|
3687
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
3688
|
+
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
3689
|
+
"license": "MIT",
|
|
3690
|
+
"dependencies": {
|
|
3691
|
+
"ansi-regex": "^5.0.1"
|
|
3692
|
+
},
|
|
3693
|
+
"engines": {
|
|
3694
|
+
"node": ">=8"
|
|
3695
|
+
}
|
|
3696
|
+
},
|
|
3538
3697
|
"node_modules/@oclif/plugin-plugins": {
|
|
3539
3698
|
"version": "4.3.8",
|
|
3540
3699
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-4.3.8.tgz",
|
|
@@ -7177,9 +7336,9 @@
|
|
|
7177
7336
|
}
|
|
7178
7337
|
},
|
|
7179
7338
|
"node_modules/@salesforce/core": {
|
|
7180
|
-
"version": "6.7.
|
|
7181
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.7.
|
|
7182
|
-
"integrity": "sha512-
|
|
7339
|
+
"version": "6.7.1",
|
|
7340
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.7.1.tgz",
|
|
7341
|
+
"integrity": "sha512-SxscNdH2l+K5LmqH9XrosX+fjhPkMLN3hsG50sWQi7DbaI1Z0FGAKVOmVe6fZZsUsVNThKvZ+159IwwtxHWY6w==",
|
|
7183
7342
|
"license": "BSD-3-Clause",
|
|
7184
7343
|
"dependencies": {
|
|
7185
7344
|
"@salesforce/kit": "^3.0.15",
|
|
@@ -7254,9 +7413,9 @@
|
|
|
7254
7413
|
}
|
|
7255
7414
|
},
|
|
7256
7415
|
"node_modules/@salesforce/dev-scripts/node_modules/@types/node": {
|
|
7257
|
-
"version": "18.19.
|
|
7258
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.
|
|
7259
|
-
"integrity": "sha512
|
|
7416
|
+
"version": "18.19.26",
|
|
7417
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.26.tgz",
|
|
7418
|
+
"integrity": "sha512-+wiMJsIwLOYCvUqSdKTrfkS8mpTp+MPINe6+Np4TAGFWWRWiBQ5kSq9nZGCSPkzx9mvT+uEukzpX4MOSCydcvw==",
|
|
7260
7419
|
"dev": true,
|
|
7261
7420
|
"license": "MIT",
|
|
7262
7421
|
"dependencies": {
|
|
@@ -7412,15 +7571,15 @@
|
|
|
7412
7571
|
}
|
|
7413
7572
|
},
|
|
7414
7573
|
"node_modules/@salesforce/plugin-auth": {
|
|
7415
|
-
"version": "3.3.
|
|
7416
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.3.
|
|
7417
|
-
"integrity": "sha512-
|
|
7574
|
+
"version": "3.3.26",
|
|
7575
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.3.26.tgz",
|
|
7576
|
+
"integrity": "sha512-cjHU4ggHtpCrE9MQUjzZUhZN2KL4GHyf3L7oOFU86IWGBBB177rXJQFIWDgZTSaZ2aa35AegfLTNKAiYbQjxDA==",
|
|
7418
7577
|
"license": "BSD-3-Clause",
|
|
7419
7578
|
"dependencies": {
|
|
7420
7579
|
"@inquirer/checkbox": "^1.5.2",
|
|
7421
7580
|
"@inquirer/select": "^1.3.3",
|
|
7422
7581
|
"@oclif/core": "^3.25.2",
|
|
7423
|
-
"@salesforce/core": "^6.7.
|
|
7582
|
+
"@salesforce/core": "^6.7.1",
|
|
7424
7583
|
"@salesforce/kit": "^3.0.15",
|
|
7425
7584
|
"@salesforce/sf-plugins-core": "^7.1.15",
|
|
7426
7585
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -7488,11 +7647,12 @@
|
|
|
7488
7647
|
}
|
|
7489
7648
|
},
|
|
7490
7649
|
"node_modules/@salesforce/plugin-data": {
|
|
7491
|
-
"version": "3.
|
|
7492
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.
|
|
7493
|
-
"integrity": "sha512-
|
|
7650
|
+
"version": "3.2.0",
|
|
7651
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.2.0.tgz",
|
|
7652
|
+
"integrity": "sha512-UwB592qsVjwDv3WFOLp3oXqGzFWdSZu/FwQGO+sudwo9f8myYlPv/WvKYdAmvHWuQTmFPhApKif4HieaguktDA==",
|
|
7494
7653
|
"license": "BSD-3-Clause",
|
|
7495
7654
|
"dependencies": {
|
|
7655
|
+
"@jsforce/jsforce-node": "^3.0.0-next.2",
|
|
7496
7656
|
"@oclif/core": "^3.23.0",
|
|
7497
7657
|
"@salesforce/core": "^6.7.1",
|
|
7498
7658
|
"@salesforce/kit": "^3.0.15",
|
|
@@ -7501,8 +7661,7 @@
|
|
|
7501
7661
|
"chalk": "^5.3.0",
|
|
7502
7662
|
"change-case": "^5.4.3",
|
|
7503
7663
|
"csv-parse": "^4.16.3",
|
|
7504
|
-
"csv-stringify": "^6.4.6"
|
|
7505
|
-
"jsforce": "^2.0.0-beta.29"
|
|
7664
|
+
"csv-stringify": "^6.4.6"
|
|
7506
7665
|
},
|
|
7507
7666
|
"engines": {
|
|
7508
7667
|
"node": ">=18.0.0"
|
|
@@ -8040,9 +8199,9 @@
|
|
|
8040
8199
|
}
|
|
8041
8200
|
},
|
|
8042
8201
|
"node_modules/@salesforce/plugin-templates": {
|
|
8043
|
-
"version": "56.0.
|
|
8044
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.0.
|
|
8045
|
-
"integrity": "sha512-
|
|
8202
|
+
"version": "56.0.24",
|
|
8203
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.0.24.tgz",
|
|
8204
|
+
"integrity": "sha512-u6RN09PeBzrIQOGdPuk176UQNQvn+cmpE6LFvgZTY3Ply8IiRudH1cukSmZt8KmLEO4RBey6MtUySomzqtkOSw==",
|
|
8046
8205
|
"license": "BSD-3-Clause",
|
|
8047
8206
|
"dependencies": {
|
|
8048
8207
|
"@oclif/core": "^3.25.2",
|
|
@@ -8150,18 +8309,6 @@
|
|
|
8150
8309
|
"node": ">=18.0.0"
|
|
8151
8310
|
}
|
|
8152
8311
|
},
|
|
8153
|
-
"node_modules/@salesforce/source-deploy-retrieve/node_modules/@sindresorhus/is": {
|
|
8154
|
-
"version": "4.6.0",
|
|
8155
|
-
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.6.0.tgz",
|
|
8156
|
-
"integrity": "sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==",
|
|
8157
|
-
"license": "MIT",
|
|
8158
|
-
"engines": {
|
|
8159
|
-
"node": ">=10"
|
|
8160
|
-
},
|
|
8161
|
-
"funding": {
|
|
8162
|
-
"url": "https://github.com/sindresorhus/is?sponsor=1"
|
|
8163
|
-
}
|
|
8164
|
-
},
|
|
8165
8312
|
"node_modules/@salesforce/source-deploy-retrieve/node_modules/@szmarczak/http-timer": {
|
|
8166
8313
|
"version": "4.0.6",
|
|
8167
8314
|
"resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.6.tgz",
|
|
@@ -8332,18 +8479,6 @@
|
|
|
8332
8479
|
"node": ">=18.0.0"
|
|
8333
8480
|
}
|
|
8334
8481
|
},
|
|
8335
|
-
"node_modules/@salesforce/telemetry/node_modules/@sindresorhus/is": {
|
|
8336
|
-
"version": "4.6.0",
|
|
8337
|
-
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.6.0.tgz",
|
|
8338
|
-
"integrity": "sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==",
|
|
8339
|
-
"license": "MIT",
|
|
8340
|
-
"engines": {
|
|
8341
|
-
"node": ">=10"
|
|
8342
|
-
},
|
|
8343
|
-
"funding": {
|
|
8344
|
-
"url": "https://github.com/sindresorhus/is?sponsor=1"
|
|
8345
|
-
}
|
|
8346
|
-
},
|
|
8347
8482
|
"node_modules/@salesforce/telemetry/node_modules/@szmarczak/http-timer": {
|
|
8348
8483
|
"version": "4.0.6",
|
|
8349
8484
|
"resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.6.tgz",
|
|
@@ -8476,18 +8611,6 @@
|
|
|
8476
8611
|
"node": ">=18.18.2"
|
|
8477
8612
|
}
|
|
8478
8613
|
},
|
|
8479
|
-
"node_modules/@salesforce/templates/node_modules/@sindresorhus/is": {
|
|
8480
|
-
"version": "4.6.0",
|
|
8481
|
-
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.6.0.tgz",
|
|
8482
|
-
"integrity": "sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==",
|
|
8483
|
-
"license": "MIT",
|
|
8484
|
-
"engines": {
|
|
8485
|
-
"node": ">=10"
|
|
8486
|
-
},
|
|
8487
|
-
"funding": {
|
|
8488
|
-
"url": "https://github.com/sindresorhus/is?sponsor=1"
|
|
8489
|
-
}
|
|
8490
|
-
},
|
|
8491
8614
|
"node_modules/@salesforce/templates/node_modules/@szmarczak/http-timer": {
|
|
8492
8615
|
"version": "4.0.6",
|
|
8493
8616
|
"resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.6.tgz",
|
|
@@ -8753,12 +8876,12 @@
|
|
|
8753
8876
|
}
|
|
8754
8877
|
},
|
|
8755
8878
|
"node_modules/@sindresorhus/is": {
|
|
8756
|
-
"version": "
|
|
8757
|
-
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-
|
|
8758
|
-
"integrity": "sha512-
|
|
8879
|
+
"version": "4.6.0",
|
|
8880
|
+
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.6.0.tgz",
|
|
8881
|
+
"integrity": "sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==",
|
|
8759
8882
|
"license": "MIT",
|
|
8760
8883
|
"engines": {
|
|
8761
|
-
"node": ">=
|
|
8884
|
+
"node": ">=10"
|
|
8762
8885
|
},
|
|
8763
8886
|
"funding": {
|
|
8764
8887
|
"url": "https://github.com/sindresorhus/is?sponsor=1"
|
|
@@ -14454,17 +14577,26 @@
|
|
|
14454
14577
|
"license": "MIT"
|
|
14455
14578
|
},
|
|
14456
14579
|
"node_modules/fs-extra": {
|
|
14457
|
-
"version": "
|
|
14458
|
-
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-
|
|
14459
|
-
"integrity": "sha512-
|
|
14580
|
+
"version": "8.1.0",
|
|
14581
|
+
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
|
|
14582
|
+
"integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==",
|
|
14460
14583
|
"license": "MIT",
|
|
14461
14584
|
"dependencies": {
|
|
14462
14585
|
"graceful-fs": "^4.2.0",
|
|
14463
|
-
"jsonfile": "^
|
|
14464
|
-
"universalify": "^
|
|
14586
|
+
"jsonfile": "^4.0.0",
|
|
14587
|
+
"universalify": "^0.1.0"
|
|
14465
14588
|
},
|
|
14466
14589
|
"engines": {
|
|
14467
|
-
"node": ">=
|
|
14590
|
+
"node": ">=6 <7 || >=8"
|
|
14591
|
+
}
|
|
14592
|
+
},
|
|
14593
|
+
"node_modules/fs-extra/node_modules/universalify": {
|
|
14594
|
+
"version": "0.1.2",
|
|
14595
|
+
"resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
|
|
14596
|
+
"integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
|
|
14597
|
+
"license": "MIT",
|
|
14598
|
+
"engines": {
|
|
14599
|
+
"node": ">= 4.0.0"
|
|
14468
14600
|
}
|
|
14469
14601
|
},
|
|
14470
14602
|
"node_modules/fs-minipass": {
|
|
@@ -14812,6 +14944,32 @@
|
|
|
14812
14944
|
"node": ">= 14"
|
|
14813
14945
|
}
|
|
14814
14946
|
},
|
|
14947
|
+
"node_modules/get-uri/node_modules/fs-extra": {
|
|
14948
|
+
"version": "11.2.0",
|
|
14949
|
+
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz",
|
|
14950
|
+
"integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==",
|
|
14951
|
+
"license": "MIT",
|
|
14952
|
+
"dependencies": {
|
|
14953
|
+
"graceful-fs": "^4.2.0",
|
|
14954
|
+
"jsonfile": "^6.0.1",
|
|
14955
|
+
"universalify": "^2.0.0"
|
|
14956
|
+
},
|
|
14957
|
+
"engines": {
|
|
14958
|
+
"node": ">=14.14"
|
|
14959
|
+
}
|
|
14960
|
+
},
|
|
14961
|
+
"node_modules/get-uri/node_modules/jsonfile": {
|
|
14962
|
+
"version": "6.1.0",
|
|
14963
|
+
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
|
|
14964
|
+
"integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
|
|
14965
|
+
"license": "MIT",
|
|
14966
|
+
"dependencies": {
|
|
14967
|
+
"universalify": "^2.0.0"
|
|
14968
|
+
},
|
|
14969
|
+
"optionalDependencies": {
|
|
14970
|
+
"graceful-fs": "^4.1.6"
|
|
14971
|
+
}
|
|
14972
|
+
},
|
|
14815
14973
|
"node_modules/git-hooks-list": {
|
|
14816
14974
|
"version": "3.1.0",
|
|
14817
14975
|
"resolved": "https://registry.npmjs.org/git-hooks-list/-/git-hooks-list-3.1.0.tgz",
|
|
@@ -15130,6 +15288,18 @@
|
|
|
15130
15288
|
"url": "https://github.com/sindresorhus/got?sponsor=1"
|
|
15131
15289
|
}
|
|
15132
15290
|
},
|
|
15291
|
+
"node_modules/got/node_modules/@sindresorhus/is": {
|
|
15292
|
+
"version": "5.6.0",
|
|
15293
|
+
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.6.0.tgz",
|
|
15294
|
+
"integrity": "sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==",
|
|
15295
|
+
"license": "MIT",
|
|
15296
|
+
"engines": {
|
|
15297
|
+
"node": ">=14.16"
|
|
15298
|
+
},
|
|
15299
|
+
"funding": {
|
|
15300
|
+
"url": "https://github.com/sindresorhus/is?sponsor=1"
|
|
15301
|
+
}
|
|
15302
|
+
},
|
|
15133
15303
|
"node_modules/got/node_modules/lowercase-keys": {
|
|
15134
15304
|
"version": "3.0.0",
|
|
15135
15305
|
"resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-3.0.0.tgz",
|
|
@@ -17006,20 +17176,6 @@
|
|
|
17006
17176
|
"integrity": "sha512-PjiQ659aQ+fUTQqSrd1XEDnOr52jh30RBurfzkscaE2tPaFsDH5wOAHJiw8XAHphRknCwMUE9KRayc4K/NbO8A==",
|
|
17007
17177
|
"license": "MIT"
|
|
17008
17178
|
},
|
|
17009
|
-
"node_modules/jsforce/node_modules/fs-extra": {
|
|
17010
|
-
"version": "8.1.0",
|
|
17011
|
-
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
|
|
17012
|
-
"integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==",
|
|
17013
|
-
"license": "MIT",
|
|
17014
|
-
"dependencies": {
|
|
17015
|
-
"graceful-fs": "^4.2.0",
|
|
17016
|
-
"jsonfile": "^4.0.0",
|
|
17017
|
-
"universalify": "^0.1.0"
|
|
17018
|
-
},
|
|
17019
|
-
"engines": {
|
|
17020
|
-
"node": ">=6 <7 || >=8"
|
|
17021
|
-
}
|
|
17022
|
-
},
|
|
17023
17179
|
"node_modules/jsforce/node_modules/inquirer": {
|
|
17024
17180
|
"version": "7.3.3",
|
|
17025
17181
|
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-7.3.3.tgz",
|
|
@@ -17044,15 +17200,6 @@
|
|
|
17044
17200
|
"node": ">=8.0.0"
|
|
17045
17201
|
}
|
|
17046
17202
|
},
|
|
17047
|
-
"node_modules/jsforce/node_modules/jsonfile": {
|
|
17048
|
-
"version": "4.0.0",
|
|
17049
|
-
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
|
|
17050
|
-
"integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==",
|
|
17051
|
-
"license": "MIT",
|
|
17052
|
-
"optionalDependencies": {
|
|
17053
|
-
"graceful-fs": "^4.1.6"
|
|
17054
|
-
}
|
|
17055
|
-
},
|
|
17056
17203
|
"node_modules/jsforce/node_modules/mute-stream": {
|
|
17057
17204
|
"version": "0.0.8",
|
|
17058
17205
|
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz",
|
|
@@ -17120,15 +17267,6 @@
|
|
|
17120
17267
|
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
|
|
17121
17268
|
"license": "0BSD"
|
|
17122
17269
|
},
|
|
17123
|
-
"node_modules/jsforce/node_modules/universalify": {
|
|
17124
|
-
"version": "0.1.2",
|
|
17125
|
-
"resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
|
|
17126
|
-
"integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
|
|
17127
|
-
"license": "MIT",
|
|
17128
|
-
"engines": {
|
|
17129
|
-
"node": ">= 4.0.0"
|
|
17130
|
-
}
|
|
17131
|
-
},
|
|
17132
17270
|
"node_modules/jsforce/node_modules/xml2js": {
|
|
17133
17271
|
"version": "0.5.0",
|
|
17134
17272
|
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.5.0.tgz",
|
|
@@ -17213,13 +17351,10 @@
|
|
|
17213
17351
|
"license": "MIT"
|
|
17214
17352
|
},
|
|
17215
17353
|
"node_modules/jsonfile": {
|
|
17216
|
-
"version": "
|
|
17217
|
-
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-
|
|
17218
|
-
"integrity": "sha512-
|
|
17354
|
+
"version": "4.0.0",
|
|
17355
|
+
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
|
|
17356
|
+
"integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==",
|
|
17219
17357
|
"license": "MIT",
|
|
17220
|
-
"dependencies": {
|
|
17221
|
-
"universalify": "^2.0.0"
|
|
17222
|
-
},
|
|
17223
17358
|
"optionalDependencies": {
|
|
17224
17359
|
"graceful-fs": "^4.1.6"
|
|
17225
17360
|
}
|
|
@@ -22662,19 +22797,6 @@
|
|
|
22662
22797
|
"node": ">=18.0.0"
|
|
22663
22798
|
}
|
|
22664
22799
|
},
|
|
22665
|
-
"node_modules/oclif/node_modules/@sindresorhus/is": {
|
|
22666
|
-
"version": "4.6.0",
|
|
22667
|
-
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.6.0.tgz",
|
|
22668
|
-
"integrity": "sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==",
|
|
22669
|
-
"dev": true,
|
|
22670
|
-
"license": "MIT",
|
|
22671
|
-
"engines": {
|
|
22672
|
-
"node": ">=10"
|
|
22673
|
-
},
|
|
22674
|
-
"funding": {
|
|
22675
|
-
"url": "https://github.com/sindresorhus/is?sponsor=1"
|
|
22676
|
-
}
|
|
22677
|
-
},
|
|
22678
22800
|
"node_modules/oclif/node_modules/@szmarczak/http-timer": {
|
|
22679
22801
|
"version": "4.0.6",
|
|
22680
22802
|
"resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.6.tgz",
|
|
@@ -22717,21 +22839,6 @@
|
|
|
22717
22839
|
"node": ">=8"
|
|
22718
22840
|
}
|
|
22719
22841
|
},
|
|
22720
|
-
"node_modules/oclif/node_modules/fs-extra": {
|
|
22721
|
-
"version": "8.1.0",
|
|
22722
|
-
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
|
|
22723
|
-
"integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==",
|
|
22724
|
-
"dev": true,
|
|
22725
|
-
"license": "MIT",
|
|
22726
|
-
"dependencies": {
|
|
22727
|
-
"graceful-fs": "^4.2.0",
|
|
22728
|
-
"jsonfile": "^4.0.0",
|
|
22729
|
-
"universalify": "^0.1.0"
|
|
22730
|
-
},
|
|
22731
|
-
"engines": {
|
|
22732
|
-
"node": ">=6 <7 || >=8"
|
|
22733
|
-
}
|
|
22734
|
-
},
|
|
22735
22842
|
"node_modules/oclif/node_modules/get-stream": {
|
|
22736
22843
|
"version": "5.2.0",
|
|
22737
22844
|
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
|
|
@@ -22801,16 +22908,6 @@
|
|
|
22801
22908
|
"node": ">=10.19.0"
|
|
22802
22909
|
}
|
|
22803
22910
|
},
|
|
22804
|
-
"node_modules/oclif/node_modules/jsonfile": {
|
|
22805
|
-
"version": "4.0.0",
|
|
22806
|
-
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
|
|
22807
|
-
"integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==",
|
|
22808
|
-
"dev": true,
|
|
22809
|
-
"license": "MIT",
|
|
22810
|
-
"optionalDependencies": {
|
|
22811
|
-
"graceful-fs": "^4.1.6"
|
|
22812
|
-
}
|
|
22813
|
-
},
|
|
22814
22911
|
"node_modules/oclif/node_modules/lru-cache": {
|
|
22815
22912
|
"version": "6.0.0",
|
|
22816
22913
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
|
|
@@ -22863,16 +22960,6 @@
|
|
|
22863
22960
|
"node": ">=8"
|
|
22864
22961
|
}
|
|
22865
22962
|
},
|
|
22866
|
-
"node_modules/oclif/node_modules/universalify": {
|
|
22867
|
-
"version": "0.1.2",
|
|
22868
|
-
"resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
|
|
22869
|
-
"integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
|
|
22870
|
-
"dev": true,
|
|
22871
|
-
"license": "MIT",
|
|
22872
|
-
"engines": {
|
|
22873
|
-
"node": ">= 4.0.0"
|
|
22874
|
-
}
|
|
22875
|
-
},
|
|
22876
22963
|
"node_modules/on-exit-leak-free": {
|
|
22877
22964
|
"version": "2.1.2",
|
|
22878
22965
|
"resolved": "https://registry.npmjs.org/on-exit-leak-free/-/on-exit-leak-free-2.1.2.tgz",
|
|
@@ -27168,7 +27255,6 @@
|
|
|
27168
27255
|
"version": "0.6.2",
|
|
27169
27256
|
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.2.tgz",
|
|
27170
27257
|
"integrity": "sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA==",
|
|
27171
|
-
"dev": true,
|
|
27172
27258
|
"license": "MIT",
|
|
27173
27259
|
"dependencies": {
|
|
27174
27260
|
"sax": ">=0.6.0",
|
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.
|
|
4
|
+
"version": "2.35.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -37,6 +37,7 @@
|
|
|
37
37
|
],
|
|
38
38
|
"nsisCustomization": "scripts/nsis.nsi",
|
|
39
39
|
"scope": "salesforce",
|
|
40
|
+
"examplePlugin": "@salesforce/plugin-packaging",
|
|
40
41
|
"dirname": "sf",
|
|
41
42
|
"topicSeparator": " ",
|
|
42
43
|
"flexibleTaxonomy": true,
|
|
@@ -140,17 +141,17 @@
|
|
|
140
141
|
"@oclif/plugin-autocomplete": "3.0.13",
|
|
141
142
|
"@oclif/plugin-commands": "3.2.0",
|
|
142
143
|
"@oclif/plugin-help": "6.0.18",
|
|
143
|
-
"@oclif/plugin-not-found": "3.0
|
|
144
|
+
"@oclif/plugin-not-found": "3.1.0",
|
|
144
145
|
"@oclif/plugin-plugins": "4.3.8",
|
|
145
146
|
"@oclif/plugin-search": "1.0.20",
|
|
146
147
|
"@oclif/plugin-update": "4.2.0",
|
|
147
148
|
"@oclif/plugin-version": "2.0.14",
|
|
148
149
|
"@oclif/plugin-warn-if-update-available": "3.0.14",
|
|
149
150
|
"@oclif/plugin-which": "3.1.5",
|
|
150
|
-
"@salesforce/core": "6.
|
|
151
|
+
"@salesforce/core": "^6.1.4",
|
|
151
152
|
"@salesforce/plugin-apex": "3.0.31",
|
|
152
|
-
"@salesforce/plugin-auth": "3.3.
|
|
153
|
-
"@salesforce/plugin-data": "3.
|
|
153
|
+
"@salesforce/plugin-auth": "3.3.26",
|
|
154
|
+
"@salesforce/plugin-data": "3.2.0",
|
|
154
155
|
"@salesforce/plugin-deploy-retrieve": "3.2.35",
|
|
155
156
|
"@salesforce/plugin-info": "3.0.33",
|
|
156
157
|
"@salesforce/plugin-limits": "3.1.14",
|
|
@@ -162,7 +163,7 @@
|
|
|
162
163
|
"@salesforce/plugin-sobject": "1.1.20",
|
|
163
164
|
"@salesforce/plugin-source": "3.1.22",
|
|
164
165
|
"@salesforce/plugin-telemetry": "3.1.17",
|
|
165
|
-
"@salesforce/plugin-templates": "56.0.
|
|
166
|
+
"@salesforce/plugin-templates": "56.0.24",
|
|
166
167
|
"@salesforce/plugin-trust": "3.3.17",
|
|
167
168
|
"@salesforce/plugin-user": "3.3.4",
|
|
168
169
|
"@salesforce/sf-plugins-core": "7.1.16",
|