@salesforce/cli 2.84.6 → 2.85.0
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 +48 -48
- package/npm-shrinkwrap.json +14 -14
- package/oclif.lock +13 -13
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
|
|
|
25
25
|
$ sf COMMAND
|
|
26
26
|
running command...
|
|
27
27
|
$ sf (--version|-v)
|
|
28
|
-
@salesforce/cli/2.
|
|
28
|
+
@salesforce/cli/2.85.0 linux-x64 node-v22.14.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -1337,7 +1337,7 @@ EXAMPLES
|
|
|
1337
1337
|
$ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
|
|
1338
1338
|
```
|
|
1339
1339
|
|
|
1340
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1340
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.26/src/commands/data/bulk/results.ts)_
|
|
1341
1341
|
|
|
1342
1342
|
## `sf data create file`
|
|
1343
1343
|
|
|
@@ -1386,7 +1386,7 @@ EXAMPLES
|
|
|
1386
1386
|
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
|
|
1387
1387
|
```
|
|
1388
1388
|
|
|
1389
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1389
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.26/src/commands/data/create/file.ts)_
|
|
1390
1390
|
|
|
1391
1391
|
## `sf data create record`
|
|
1392
1392
|
|
|
@@ -1442,7 +1442,7 @@ EXAMPLES
|
|
|
1442
1442
|
TracedEntityId=01p17000000R6bLAAS"
|
|
1443
1443
|
```
|
|
1444
1444
|
|
|
1445
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1445
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.26/src/commands/data/create/record.ts)_
|
|
1446
1446
|
|
|
1447
1447
|
## `sf data delete bulk`
|
|
1448
1448
|
|
|
@@ -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.26/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.26/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.26/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.26/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.26/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.26/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.26/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.26/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.26/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.26/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.26/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.26/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.26/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.26/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.26/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.26/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.26/src/commands/data/update/resume.ts)_
|
|
2347
2347
|
|
|
2348
2348
|
## `sf data upsert bulk`
|
|
2349
2349
|
|
|
@@ -2400,7 +2400,7 @@ EXAMPLES
|
|
|
2400
2400
|
my-scratch
|
|
2401
2401
|
```
|
|
2402
2402
|
|
|
2403
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2403
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.26/src/commands/data/upsert/bulk.ts)_
|
|
2404
2404
|
|
|
2405
2405
|
## `sf data upsert resume`
|
|
2406
2406
|
|
|
@@ -2439,7 +2439,7 @@ EXAMPLES
|
|
|
2439
2439
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
2440
2440
|
```
|
|
2441
2441
|
|
|
2442
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2442
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.26/src/commands/data/upsert/resume.ts)_
|
|
2443
2443
|
|
|
2444
2444
|
## `sf doctor`
|
|
2445
2445
|
|
|
@@ -2534,7 +2534,7 @@ EXAMPLES
|
|
|
2534
2534
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
2535
2535
|
```
|
|
2536
2536
|
|
|
2537
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2537
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.26/src/commands/force/data/bulk/delete.ts)_
|
|
2538
2538
|
|
|
2539
2539
|
## `sf force data bulk status`
|
|
2540
2540
|
|
|
@@ -2571,7 +2571,7 @@ EXAMPLES
|
|
|
2571
2571
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
2572
2572
|
```
|
|
2573
2573
|
|
|
2574
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2574
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.26/src/commands/force/data/bulk/status.ts)_
|
|
2575
2575
|
|
|
2576
2576
|
## `sf force data bulk upsert`
|
|
2577
2577
|
|
|
@@ -2629,7 +2629,7 @@ EXAMPLES
|
|
|
2629
2629
|
--target-org my-scratch
|
|
2630
2630
|
```
|
|
2631
2631
|
|
|
2632
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2632
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.26/src/commands/force/data/bulk/upsert.ts)_
|
|
2633
2633
|
|
|
2634
2634
|
## `sf help [COMMAND]`
|
|
2635
2635
|
|
|
@@ -4951,7 +4951,7 @@ FLAG DESCRIPTIONS
|
|
|
4951
4951
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
4952
4952
|
```
|
|
4953
4953
|
|
|
4954
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
4954
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.0/src/commands/package/create.ts)_
|
|
4955
4955
|
|
|
4956
4956
|
## `sf package delete`
|
|
4957
4957
|
|
|
@@ -4993,7 +4993,7 @@ EXAMPLES
|
|
|
4993
4993
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
4994
4994
|
```
|
|
4995
4995
|
|
|
4996
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
4996
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.0/src/commands/package/delete.ts)_
|
|
4997
4997
|
|
|
4998
4998
|
## `sf package install`
|
|
4999
4999
|
|
|
@@ -5092,7 +5092,7 @@ FLAG DESCRIPTIONS
|
|
|
5092
5092
|
- Delete: Delete all removed components that can be safely deleted, and deprecate the other components.
|
|
5093
5093
|
```
|
|
5094
5094
|
|
|
5095
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5095
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.0/src/commands/package/install.ts)_
|
|
5096
5096
|
|
|
5097
5097
|
## `sf package install report`
|
|
5098
5098
|
|
|
@@ -5125,7 +5125,7 @@ EXAMPLES
|
|
|
5125
5125
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
5126
5126
|
```
|
|
5127
5127
|
|
|
5128
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5128
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.0/src/commands/package/install/report.ts)_
|
|
5129
5129
|
|
|
5130
5130
|
## `sf package installed list`
|
|
5131
5131
|
|
|
@@ -5157,7 +5157,7 @@ EXAMPLES
|
|
|
5157
5157
|
$ sf package installed list --target-org me@example.com
|
|
5158
5158
|
```
|
|
5159
5159
|
|
|
5160
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5160
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.0/src/commands/package/installed/list.ts)_
|
|
5161
5161
|
|
|
5162
5162
|
## `sf package list`
|
|
5163
5163
|
|
|
@@ -5195,7 +5195,7 @@ EXAMPLES
|
|
|
5195
5195
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
5196
5196
|
```
|
|
5197
5197
|
|
|
5198
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5198
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.0/src/commands/package/list.ts)_
|
|
5199
5199
|
|
|
5200
5200
|
## `sf package uninstall`
|
|
5201
5201
|
|
|
@@ -5243,7 +5243,7 @@ EXAMPLES
|
|
|
5243
5243
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
5244
5244
|
```
|
|
5245
5245
|
|
|
5246
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5246
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.0/src/commands/package/uninstall.ts)_
|
|
5247
5247
|
|
|
5248
5248
|
## `sf package uninstall report`
|
|
5249
5249
|
|
|
@@ -5276,7 +5276,7 @@ EXAMPLES
|
|
|
5276
5276
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
5277
5277
|
```
|
|
5278
5278
|
|
|
5279
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5279
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.0/src/commands/package/uninstall/report.ts)_
|
|
5280
5280
|
|
|
5281
5281
|
## `sf package update`
|
|
5282
5282
|
|
|
@@ -5331,7 +5331,7 @@ FLAG DESCRIPTIONS
|
|
|
5331
5331
|
associated with your package.
|
|
5332
5332
|
```
|
|
5333
5333
|
|
|
5334
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5334
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.0/src/commands/package/update.ts)_
|
|
5335
5335
|
|
|
5336
5336
|
## `sf package version create`
|
|
5337
5337
|
|
|
@@ -5506,7 +5506,7 @@ FLAG DESCRIPTIONS
|
|
|
5506
5506
|
periods of no output from commands.
|
|
5507
5507
|
```
|
|
5508
5508
|
|
|
5509
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5509
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.0/src/commands/package/version/create.ts)_
|
|
5510
5510
|
|
|
5511
5511
|
## `sf package version create list`
|
|
5512
5512
|
|
|
@@ -5567,7 +5567,7 @@ EXAMPLES
|
|
|
5567
5567
|
$ sf package version create list --created-last-days 0 --status Success
|
|
5568
5568
|
```
|
|
5569
5569
|
|
|
5570
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5570
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.0/src/commands/package/version/create/list.ts)_
|
|
5571
5571
|
|
|
5572
5572
|
## `sf package version create report`
|
|
5573
5573
|
|
|
@@ -5610,7 +5610,7 @@ EXAMPLES
|
|
|
5610
5610
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
5611
5611
|
```
|
|
5612
5612
|
|
|
5613
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5613
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.0/src/commands/package/version/create/report.ts)_
|
|
5614
5614
|
|
|
5615
5615
|
## `sf package version delete`
|
|
5616
5616
|
|
|
@@ -5651,7 +5651,7 @@ EXAMPLES
|
|
|
5651
5651
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
5652
5652
|
```
|
|
5653
5653
|
|
|
5654
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5654
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.0/src/commands/package/version/delete.ts)_
|
|
5655
5655
|
|
|
5656
5656
|
## `sf package version displayancestry`
|
|
5657
5657
|
|
|
@@ -5711,7 +5711,7 @@ FLAG DESCRIPTIONS
|
|
|
5711
5711
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
5712
5712
|
```
|
|
5713
5713
|
|
|
5714
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5714
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.0/src/commands/package/version/displayancestry.ts)_
|
|
5715
5715
|
|
|
5716
5716
|
## `sf package version list`
|
|
5717
5717
|
|
|
@@ -5787,7 +5787,7 @@ EXAMPLES
|
|
|
5787
5787
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
5788
5788
|
```
|
|
5789
5789
|
|
|
5790
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5790
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.0/src/commands/package/version/list.ts)_
|
|
5791
5791
|
|
|
5792
5792
|
## `sf package version promote`
|
|
5793
5793
|
|
|
@@ -5831,7 +5831,7 @@ EXAMPLES
|
|
|
5831
5831
|
$ sf package version promote --package "Awesome Package Alias"
|
|
5832
5832
|
```
|
|
5833
5833
|
|
|
5834
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5834
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.0/src/commands/package/version/promote.ts)_
|
|
5835
5835
|
|
|
5836
5836
|
## `sf package version report`
|
|
5837
5837
|
|
|
@@ -5871,7 +5871,7 @@ EXAMPLES
|
|
|
5871
5871
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
5872
5872
|
```
|
|
5873
5873
|
|
|
5874
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5874
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.0/src/commands/package/version/report.ts)_
|
|
5875
5875
|
|
|
5876
5876
|
## `sf package version update`
|
|
5877
5877
|
|
|
@@ -5924,7 +5924,7 @@ EXAMPLES
|
|
|
5924
5924
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
5925
5925
|
```
|
|
5926
5926
|
|
|
5927
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5927
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.0/src/commands/package/version/update.ts)_
|
|
5928
5928
|
|
|
5929
5929
|
## `sf package1 version create`
|
|
5930
5930
|
|
|
@@ -5991,7 +5991,7 @@ FLAG DESCRIPTIONS
|
|
|
5991
5991
|
subscribers.
|
|
5992
5992
|
```
|
|
5993
5993
|
|
|
5994
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5994
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.0/src/commands/package1/version/create.ts)_
|
|
5995
5995
|
|
|
5996
5996
|
## `sf package1 version create get`
|
|
5997
5997
|
|
|
@@ -6024,7 +6024,7 @@ EXAMPLES
|
|
|
6024
6024
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
6025
6025
|
```
|
|
6026
6026
|
|
|
6027
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
6027
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.0/src/commands/package1/version/create/get.ts)_
|
|
6028
6028
|
|
|
6029
6029
|
## `sf package1 version display`
|
|
6030
6030
|
|
|
@@ -6058,7 +6058,7 @@ EXAMPLES
|
|
|
6058
6058
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
6059
6059
|
```
|
|
6060
6060
|
|
|
6061
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
6061
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.0/src/commands/package1/version/display.ts)_
|
|
6062
6062
|
|
|
6063
6063
|
## `sf package1 version list`
|
|
6064
6064
|
|
|
@@ -6096,7 +6096,7 @@ FLAG DESCRIPTIONS
|
|
|
6096
6096
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
6097
6097
|
```
|
|
6098
6098
|
|
|
6099
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
6099
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.0/src/commands/package1/version/list.ts)_
|
|
6100
6100
|
|
|
6101
6101
|
## `sf plugins`
|
|
6102
6102
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.85.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.
|
|
9
|
+
"version": "2.85.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -27,13 +27,13 @@
|
|
|
27
27
|
"@salesforce/plugin-apex": "3.6.12",
|
|
28
28
|
"@salesforce/plugin-api": "1.3.3",
|
|
29
29
|
"@salesforce/plugin-auth": "3.6.109",
|
|
30
|
-
"@salesforce/plugin-data": "4.0.
|
|
30
|
+
"@salesforce/plugin-data": "4.0.26",
|
|
31
31
|
"@salesforce/plugin-deploy-retrieve": "3.21.3",
|
|
32
32
|
"@salesforce/plugin-info": "3.4.51",
|
|
33
33
|
"@salesforce/plugin-limits": "3.3.51",
|
|
34
34
|
"@salesforce/plugin-marketplace": "1.3.8",
|
|
35
35
|
"@salesforce/plugin-org": "5.6.0",
|
|
36
|
-
"@salesforce/plugin-packaging": "2.
|
|
36
|
+
"@salesforce/plugin-packaging": "2.13.0",
|
|
37
37
|
"@salesforce/plugin-schema": "3.3.58",
|
|
38
38
|
"@salesforce/plugin-settings": "2.4.22",
|
|
39
39
|
"@salesforce/plugin-sobject": "1.4.53",
|
|
@@ -5044,9 +5044,9 @@
|
|
|
5044
5044
|
}
|
|
5045
5045
|
},
|
|
5046
5046
|
"node_modules/@salesforce/packaging": {
|
|
5047
|
-
"version": "4.
|
|
5048
|
-
"resolved": "https://registry.npmjs.org/@salesforce/packaging/-/packaging-4.
|
|
5049
|
-
"integrity": "sha512-
|
|
5047
|
+
"version": "4.5.0",
|
|
5048
|
+
"resolved": "https://registry.npmjs.org/@salesforce/packaging/-/packaging-4.5.0.tgz",
|
|
5049
|
+
"integrity": "sha512-gIwDkkX+XNR5gAqP/sfbF6lmZuC75dndTd4GjYhqlkvcWMCNIJyB8hTj72KlHz3dK8cGoicOeZWuqxX+ZRpGqA==",
|
|
5050
5050
|
"license": "BSD-3-Clause",
|
|
5051
5051
|
"dependencies": {
|
|
5052
5052
|
"@jsforce/jsforce-node": "^3.6.5",
|
|
@@ -5245,9 +5245,9 @@
|
|
|
5245
5245
|
}
|
|
5246
5246
|
},
|
|
5247
5247
|
"node_modules/@salesforce/plugin-data": {
|
|
5248
|
-
"version": "4.0.
|
|
5249
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.
|
|
5250
|
-
"integrity": "sha512-
|
|
5248
|
+
"version": "4.0.26",
|
|
5249
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.26.tgz",
|
|
5250
|
+
"integrity": "sha512-vah3LuLBf/6akY6Yx8wnO2WKI27ZgOzj/qMFeD3898qFqbdcjvFvTsd/yLz9GJ7I1d+FwvY4tfW6Kndue9X+iQ==",
|
|
5251
5251
|
"license": "BSD-3-Clause",
|
|
5252
5252
|
"dependencies": {
|
|
5253
5253
|
"@jsforce/jsforce-node": "^3.6.6",
|
|
@@ -5367,15 +5367,15 @@
|
|
|
5367
5367
|
}
|
|
5368
5368
|
},
|
|
5369
5369
|
"node_modules/@salesforce/plugin-packaging": {
|
|
5370
|
-
"version": "2.
|
|
5371
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.
|
|
5372
|
-
"integrity": "sha512-
|
|
5370
|
+
"version": "2.13.0",
|
|
5371
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.13.0.tgz",
|
|
5372
|
+
"integrity": "sha512-pKFusIJ7kYVoKirsEsXPqr/r/fe8dZk01PmAzC5jE49/8iaVovVmO+8IgFGmIGyFHx/YqT3q3v3gAN8ulx5U0A==",
|
|
5373
5373
|
"license": "BSD-3-Clause",
|
|
5374
5374
|
"dependencies": {
|
|
5375
5375
|
"@oclif/core": "^4",
|
|
5376
5376
|
"@salesforce/core": "^8.8.6",
|
|
5377
5377
|
"@salesforce/kit": "^3.2.3",
|
|
5378
|
-
"@salesforce/packaging": "^4.
|
|
5378
|
+
"@salesforce/packaging": "^4.5.0",
|
|
5379
5379
|
"@salesforce/sf-plugins-core": "^12.2.1",
|
|
5380
5380
|
"chalk": "^5.4.1"
|
|
5381
5381
|
},
|
package/oclif.lock
CHANGED
|
@@ -2076,10 +2076,10 @@
|
|
|
2076
2076
|
dependencies:
|
|
2077
2077
|
"@salesforce/ts-types" "^2.0.12"
|
|
2078
2078
|
|
|
2079
|
-
"@salesforce/packaging@^4.
|
|
2080
|
-
version "4.
|
|
2081
|
-
resolved "https://registry.npmjs.org/@salesforce/packaging/-/packaging-4.
|
|
2082
|
-
integrity sha512-
|
|
2079
|
+
"@salesforce/packaging@^4.5.0":
|
|
2080
|
+
version "4.5.0"
|
|
2081
|
+
resolved "https://registry.npmjs.org/@salesforce/packaging/-/packaging-4.5.0.tgz"
|
|
2082
|
+
integrity sha512-gIwDkkX+XNR5gAqP/sfbF6lmZuC75dndTd4GjYhqlkvcWMCNIJyB8hTj72KlHz3dK8cGoicOeZWuqxX+ZRpGqA==
|
|
2083
2083
|
dependencies:
|
|
2084
2084
|
"@jsforce/jsforce-node" "^3.6.5"
|
|
2085
2085
|
"@salesforce/core" "^8.8.5"
|
|
@@ -2151,10 +2151,10 @@
|
|
|
2151
2151
|
debug "^4.4.0"
|
|
2152
2152
|
handlebars "^4.7.8"
|
|
2153
2153
|
|
|
2154
|
-
"@salesforce/plugin-data@4.0.
|
|
2155
|
-
version "4.0.
|
|
2156
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.
|
|
2157
|
-
integrity sha512-
|
|
2154
|
+
"@salesforce/plugin-data@4.0.26":
|
|
2155
|
+
version "4.0.26"
|
|
2156
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.26.tgz"
|
|
2157
|
+
integrity sha512-vah3LuLBf/6akY6Yx8wnO2WKI27ZgOzj/qMFeD3898qFqbdcjvFvTsd/yLz9GJ7I1d+FwvY4tfW6Kndue9X+iQ==
|
|
2158
2158
|
dependencies:
|
|
2159
2159
|
"@jsforce/jsforce-node" "^3.6.6"
|
|
2160
2160
|
"@oclif/multi-stage-output" "^0.8.12"
|
|
@@ -2243,15 +2243,15 @@
|
|
|
2243
2243
|
open "^10.1.0"
|
|
2244
2244
|
terminal-link "^3.0.0"
|
|
2245
2245
|
|
|
2246
|
-
"@salesforce/plugin-packaging@2.
|
|
2247
|
-
version "2.
|
|
2248
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.
|
|
2249
|
-
integrity sha512-
|
|
2246
|
+
"@salesforce/plugin-packaging@2.13.0":
|
|
2247
|
+
version "2.13.0"
|
|
2248
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.13.0.tgz"
|
|
2249
|
+
integrity sha512-pKFusIJ7kYVoKirsEsXPqr/r/fe8dZk01PmAzC5jE49/8iaVovVmO+8IgFGmIGyFHx/YqT3q3v3gAN8ulx5U0A==
|
|
2250
2250
|
dependencies:
|
|
2251
2251
|
"@oclif/core" "^4"
|
|
2252
2252
|
"@salesforce/core" "^8.8.6"
|
|
2253
2253
|
"@salesforce/kit" "^3.2.3"
|
|
2254
|
-
"@salesforce/packaging" "^4.
|
|
2254
|
+
"@salesforce/packaging" "^4.5.0"
|
|
2255
2255
|
"@salesforce/sf-plugins-core" "^12.2.1"
|
|
2256
2256
|
chalk "^5.4.1"
|
|
2257
2257
|
|
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.85.0",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -159,13 +159,13 @@
|
|
|
159
159
|
"@salesforce/plugin-apex": "3.6.12",
|
|
160
160
|
"@salesforce/plugin-api": "1.3.3",
|
|
161
161
|
"@salesforce/plugin-auth": "3.6.109",
|
|
162
|
-
"@salesforce/plugin-data": "4.0.
|
|
162
|
+
"@salesforce/plugin-data": "4.0.26",
|
|
163
163
|
"@salesforce/plugin-deploy-retrieve": "3.21.3",
|
|
164
164
|
"@salesforce/plugin-info": "3.4.51",
|
|
165
165
|
"@salesforce/plugin-limits": "3.3.51",
|
|
166
166
|
"@salesforce/plugin-marketplace": "1.3.8",
|
|
167
167
|
"@salesforce/plugin-org": "5.6.0",
|
|
168
|
-
"@salesforce/plugin-packaging": "2.
|
|
168
|
+
"@salesforce/plugin-packaging": "2.13.0",
|
|
169
169
|
"@salesforce/plugin-schema": "3.3.58",
|
|
170
170
|
"@salesforce/plugin-settings": "2.4.22",
|
|
171
171
|
"@salesforce/plugin-sobject": "1.4.53",
|