@salesforce/cli 2.75.0 → 2.75.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 +36 -36
- package/npm-shrinkwrap.json +40 -40
- package/oclif.lock +43 -43
- package/oclif.manifest.json +1 -1258
- package/package.json +7 -9
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.2 linux-x64 node-v22.13.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -1083,7 +1083,7 @@ DESCRIPTION
|
|
|
1083
1083
|
List all sf commands.
|
|
1084
1084
|
```
|
|
1085
1085
|
|
|
1086
|
-
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.
|
|
1086
|
+
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.18/src/commands/commands.ts)_
|
|
1087
1087
|
|
|
1088
1088
|
## `sf config get`
|
|
1089
1089
|
|
|
@@ -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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/src/commands/force/data/bulk/upsert.ts)_
|
|
2635
2635
|
|
|
2636
2636
|
## `sf help [COMMAND]`
|
|
2637
2637
|
|
|
@@ -3855,7 +3855,7 @@ EXAMPLES
|
|
|
3855
3855
|
$ sf org list auth
|
|
3856
3856
|
```
|
|
3857
3857
|
|
|
3858
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3858
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.90/src/commands/org/list/auth.ts)_
|
|
3859
3859
|
|
|
3860
3860
|
## `sf org list limits`
|
|
3861
3861
|
|
|
@@ -4155,7 +4155,7 @@ FLAG DESCRIPTIONS
|
|
|
4155
4155
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4156
4156
|
```
|
|
4157
4157
|
|
|
4158
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4158
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.90/src/commands/org/login/access-token.ts)_
|
|
4159
4159
|
|
|
4160
4160
|
## `sf org login device`
|
|
4161
4161
|
|
|
@@ -4215,7 +4215,7 @@ FLAG DESCRIPTIONS
|
|
|
4215
4215
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4216
4216
|
```
|
|
4217
4217
|
|
|
4218
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4218
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.90/src/commands/org/login/device.ts)_
|
|
4219
4219
|
|
|
4220
4220
|
## `sf org login jwt`
|
|
4221
4221
|
|
|
@@ -4306,7 +4306,7 @@ FLAG DESCRIPTIONS
|
|
|
4306
4306
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4307
4307
|
```
|
|
4308
4308
|
|
|
4309
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4309
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.90/src/commands/org/login/jwt.ts)_
|
|
4310
4310
|
|
|
4311
4311
|
## `sf org login sfdx-url`
|
|
4312
4312
|
|
|
@@ -4376,7 +4376,7 @@ EXAMPLES
|
|
|
4376
4376
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
4377
4377
|
```
|
|
4378
4378
|
|
|
4379
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4379
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.90/src/commands/org/login/sfdx-url.ts)_
|
|
4380
4380
|
|
|
4381
4381
|
## `sf org login web`
|
|
4382
4382
|
|
|
@@ -4463,7 +4463,7 @@ FLAG DESCRIPTIONS
|
|
|
4463
4463
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4464
4464
|
```
|
|
4465
4465
|
|
|
4466
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4466
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.90/src/commands/org/login/web.ts)_
|
|
4467
4467
|
|
|
4468
4468
|
## `sf org logout`
|
|
4469
4469
|
|
|
@@ -4524,7 +4524,7 @@ FLAG DESCRIPTIONS
|
|
|
4524
4524
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
4525
4525
|
```
|
|
4526
4526
|
|
|
4527
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4527
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.90/src/commands/org/logout.ts)_
|
|
4528
4528
|
|
|
4529
4529
|
## `sf org open`
|
|
4530
4530
|
|
|
@@ -6254,7 +6254,7 @@ EXAMPLES
|
|
|
6254
6254
|
$ sf plugins trust verify --npm @scope/npmName
|
|
6255
6255
|
```
|
|
6256
6256
|
|
|
6257
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.
|
|
6257
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.59/src/commands/plugins/trust/verify.ts)_
|
|
6258
6258
|
|
|
6259
6259
|
## `sf plugins uninstall [PLUGIN]`
|
|
6260
6260
|
|
|
@@ -8487,7 +8487,7 @@ FLAG DESCRIPTIONS
|
|
|
8487
8487
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
8488
8488
|
```
|
|
8489
8489
|
|
|
8490
|
-
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.
|
|
8490
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.21/src/commands/version.ts)_
|
|
8491
8491
|
|
|
8492
8492
|
## `sf visualforce generate component`
|
|
8493
8493
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.75.
|
|
3
|
+
"version": "2.75.2",
|
|
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.2",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^2.3.5",
|
|
14
14
|
"@oclif/core": "4.2.4",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.2.18",
|
|
16
|
-
"@oclif/plugin-commands": "4.1.
|
|
16
|
+
"@oclif/plugin-commands": "4.1.18",
|
|
17
17
|
"@oclif/plugin-help": "6.2.22",
|
|
18
18
|
"@oclif/plugin-not-found": "3.2.37",
|
|
19
19
|
"@oclif/plugin-plugins": "5.4.26",
|
|
20
20
|
"@oclif/plugin-search": "1.2.19",
|
|
21
21
|
"@oclif/plugin-update": "4.6.26",
|
|
22
|
-
"@oclif/plugin-version": "2.2.
|
|
22
|
+
"@oclif/plugin-version": "2.2.21",
|
|
23
23
|
"@oclif/plugin-warn-if-update-available": "3.1.31",
|
|
24
24
|
"@oclif/plugin-which": "3.2.26",
|
|
25
25
|
"@salesforce/core": "^8.2.3",
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
27
|
"@salesforce/plugin-apex": "3.6.8",
|
|
28
28
|
"@salesforce/plugin-api": "1.3.3",
|
|
29
|
-
"@salesforce/plugin-auth": "3.6.
|
|
30
|
-
"@salesforce/plugin-data": "4.0.
|
|
29
|
+
"@salesforce/plugin-auth": "3.6.90",
|
|
30
|
+
"@salesforce/plugin-data": "4.0.4",
|
|
31
31
|
"@salesforce/plugin-deploy-retrieve": "3.17.7",
|
|
32
32
|
"@salesforce/plugin-info": "3.4.32",
|
|
33
33
|
"@salesforce/plugin-limits": "3.3.44",
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
"@salesforce/plugin-schema": "3.3.46",
|
|
38
38
|
"@salesforce/plugin-settings": "2.4.10",
|
|
39
39
|
"@salesforce/plugin-sobject": "1.4.49",
|
|
40
|
-
"@salesforce/plugin-telemetry": "3.6.
|
|
40
|
+
"@salesforce/plugin-telemetry": "3.6.31",
|
|
41
41
|
"@salesforce/plugin-templates": "56.3.35",
|
|
42
|
-
"@salesforce/plugin-trust": "3.7.
|
|
42
|
+
"@salesforce/plugin-trust": "3.7.59",
|
|
43
43
|
"@salesforce/plugin-user": "3.6.6",
|
|
44
44
|
"@salesforce/sf-plugins-core": "12.1.2",
|
|
45
45
|
"ansis": "^3.3.0"
|
|
@@ -3978,9 +3978,9 @@
|
|
|
3978
3978
|
}
|
|
3979
3979
|
},
|
|
3980
3980
|
"node_modules/@jsforce/jsforce-node": {
|
|
3981
|
-
"version": "3.6.
|
|
3982
|
-
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.6.
|
|
3983
|
-
"integrity": "sha512-
|
|
3981
|
+
"version": "3.6.4",
|
|
3982
|
+
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.6.4.tgz",
|
|
3983
|
+
"integrity": "sha512-9IZL5lFDE1nUnPYnzOleH0xaEE3Sc9sQcLKwx1LQeSyAI/KvnxySadlIpZAdTrJap4hDRFQkXiEFiJ3oFwj/zg==",
|
|
3984
3984
|
"license": "MIT",
|
|
3985
3985
|
"dependencies": {
|
|
3986
3986
|
"@sindresorhus/is": "^4",
|
|
@@ -4897,13 +4897,13 @@
|
|
|
4897
4897
|
}
|
|
4898
4898
|
},
|
|
4899
4899
|
"node_modules/@oclif/plugin-commands": {
|
|
4900
|
-
"version": "4.1.
|
|
4901
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.
|
|
4902
|
-
"integrity": "sha512-
|
|
4900
|
+
"version": "4.1.18",
|
|
4901
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.18.tgz",
|
|
4902
|
+
"integrity": "sha512-8d62cstHbrPAkWgl5hYA7G8wIQG+uviCsJIow6FpC3beyQzSA6mJ3/o+bDN1+9xaqYzaRwPdcfROGgC1BLZdkQ==",
|
|
4903
4903
|
"license": "MIT",
|
|
4904
4904
|
"dependencies": {
|
|
4905
4905
|
"@oclif/core": "^4",
|
|
4906
|
-
"@oclif/table": "^0.4.
|
|
4906
|
+
"@oclif/table": "^0.4.4",
|
|
4907
4907
|
"lodash": "^4.17.21",
|
|
4908
4908
|
"object-treeify": "^4.0.1"
|
|
4909
4909
|
},
|
|
@@ -5089,9 +5089,9 @@
|
|
|
5089
5089
|
}
|
|
5090
5090
|
},
|
|
5091
5091
|
"node_modules/@oclif/plugin-version": {
|
|
5092
|
-
"version": "2.2.
|
|
5093
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.
|
|
5094
|
-
"integrity": "sha512-
|
|
5092
|
+
"version": "2.2.21",
|
|
5093
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.21.tgz",
|
|
5094
|
+
"integrity": "sha512-I3LhI07+IVbhUF9o38nbx5BZFjltt3lSrjpw0VesdhP5ZuelNOpdQKdl3ISIJGUf3VvZmUf8UbIFt04c1lyd+A==",
|
|
5095
5095
|
"license": "MIT",
|
|
5096
5096
|
"dependencies": {
|
|
5097
5097
|
"@oclif/core": "^4",
|
|
@@ -5132,9 +5132,9 @@
|
|
|
5132
5132
|
}
|
|
5133
5133
|
},
|
|
5134
5134
|
"node_modules/@oclif/table": {
|
|
5135
|
-
"version": "0.4.
|
|
5136
|
-
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.4.
|
|
5137
|
-
"integrity": "sha512-
|
|
5135
|
+
"version": "0.4.4",
|
|
5136
|
+
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.4.4.tgz",
|
|
5137
|
+
"integrity": "sha512-AxUKOgWfW/QmoENZHJjV99OOPEAJMq88Eq5drIK0Xeguf9M0NKrNY7uJwyjXmLs7Gl18yFW/oRxrmedXOzg8JA==",
|
|
5138
5138
|
"license": "MIT",
|
|
5139
5139
|
"dependencies": {
|
|
5140
5140
|
"@oclif/core": "^4",
|
|
@@ -5847,15 +5847,15 @@
|
|
|
5847
5847
|
}
|
|
5848
5848
|
},
|
|
5849
5849
|
"node_modules/@salesforce/plugin-auth": {
|
|
5850
|
-
"version": "3.6.
|
|
5851
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
5852
|
-
"integrity": "sha512-
|
|
5850
|
+
"version": "3.6.90",
|
|
5851
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.90.tgz",
|
|
5852
|
+
"integrity": "sha512-YeOAAtAFpr/Xx4kNlTHcswnZ38TAvsDQWzkOGmc/fx18wQkL69mdR267hup95CL0In2XeUk7UyppKvb5SN3OyA==",
|
|
5853
5853
|
"license": "BSD-3-Clause",
|
|
5854
5854
|
"dependencies": {
|
|
5855
5855
|
"@inquirer/checkbox": "^2.5.0",
|
|
5856
5856
|
"@inquirer/select": "^2.5.0",
|
|
5857
5857
|
"@oclif/core": "^4",
|
|
5858
|
-
"@salesforce/core": "^8.8.
|
|
5858
|
+
"@salesforce/core": "^8.8.2",
|
|
5859
5859
|
"@salesforce/kit": "^3.2.3",
|
|
5860
5860
|
"@salesforce/plugin-info": "^3.4.30",
|
|
5861
5861
|
"@salesforce/sf-plugins-core": "^12.1.2",
|
|
@@ -5978,16 +5978,16 @@
|
|
|
5978
5978
|
}
|
|
5979
5979
|
},
|
|
5980
5980
|
"node_modules/@salesforce/plugin-data": {
|
|
5981
|
-
"version": "4.0.
|
|
5982
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.
|
|
5983
|
-
"integrity": "sha512-
|
|
5981
|
+
"version": "4.0.4",
|
|
5982
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.4.tgz",
|
|
5983
|
+
"integrity": "sha512-Vqb11j12rKQnu3lHVv7rw3+50NTlIdMaU/zuMrLV+f2bi1slaYXOflEQeWgzusnUoporRzMr2D/ko59E4bK8hw==",
|
|
5984
5984
|
"license": "BSD-3-Clause",
|
|
5985
5985
|
"dependencies": {
|
|
5986
|
-
"@jsforce/jsforce-node": "^3.6.
|
|
5987
|
-
"@oclif/multi-stage-output": "^0.8.
|
|
5986
|
+
"@jsforce/jsforce-node": "^3.6.4",
|
|
5987
|
+
"@oclif/multi-stage-output": "^0.8.5",
|
|
5988
5988
|
"@salesforce/core": "^8.6.1",
|
|
5989
5989
|
"@salesforce/kit": "^3.2.2",
|
|
5990
|
-
"@salesforce/sf-plugins-core": "^12.1.
|
|
5990
|
+
"@salesforce/sf-plugins-core": "^12.1.2",
|
|
5991
5991
|
"@salesforce/ts-types": "^2.0.11",
|
|
5992
5992
|
"ansis": "^3.6.0",
|
|
5993
5993
|
"change-case": "^5.4.4",
|
|
@@ -6374,12 +6374,12 @@
|
|
|
6374
6374
|
}
|
|
6375
6375
|
},
|
|
6376
6376
|
"node_modules/@salesforce/plugin-telemetry": {
|
|
6377
|
-
"version": "3.6.
|
|
6378
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.
|
|
6379
|
-
"integrity": "sha512-
|
|
6377
|
+
"version": "3.6.31",
|
|
6378
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.31.tgz",
|
|
6379
|
+
"integrity": "sha512-CXpzAPd4fbDPYEF4FpALxYEC7qhQHK5EUqLlvy8gQw0zajWMj+eW8rOR09AnTfEgiEONbIY3uk0t1PMHwlvcCQ==",
|
|
6380
6380
|
"license": "BSD-3-Clause",
|
|
6381
6381
|
"dependencies": {
|
|
6382
|
-
"@oclif/core": "^4.
|
|
6382
|
+
"@oclif/core": "^4.2.4",
|
|
6383
6383
|
"@salesforce/core": "^8.8.0",
|
|
6384
6384
|
"@salesforce/kit": "^3.2.3",
|
|
6385
6385
|
"@salesforce/sf-plugins-core": "^12",
|
|
@@ -6406,15 +6406,15 @@
|
|
|
6406
6406
|
}
|
|
6407
6407
|
},
|
|
6408
6408
|
"node_modules/@salesforce/plugin-trust": {
|
|
6409
|
-
"version": "3.7.
|
|
6410
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.
|
|
6411
|
-
"integrity": "sha512-
|
|
6409
|
+
"version": "3.7.59",
|
|
6410
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.59.tgz",
|
|
6411
|
+
"integrity": "sha512-nfQdd7vsUCtB1+TBGwDU9a4TK2+L9rb2ZxKOypDu0xOlZCygL+poJ7k1v+tAEz9Mf3UnnrNtmW5FNhFAyl0h7A==",
|
|
6412
6412
|
"license": "BSD-3-Clause",
|
|
6413
6413
|
"dependencies": {
|
|
6414
6414
|
"@oclif/core": "^4",
|
|
6415
|
-
"@salesforce/core": "^8.8.
|
|
6415
|
+
"@salesforce/core": "^8.8.2",
|
|
6416
6416
|
"@salesforce/kit": "^3.2.0",
|
|
6417
|
-
"@salesforce/plugin-info": "^3.4.
|
|
6417
|
+
"@salesforce/plugin-info": "^3.4.32",
|
|
6418
6418
|
"@salesforce/sf-plugins-core": "^12",
|
|
6419
6419
|
"got": "^13.0.0",
|
|
6420
6420
|
"npm": "^10.9.2",
|