@salesforce/plugin-packaging 2.20.3 → 2.20.4
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 +28 -28
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -154,7 +154,7 @@ FLAG DESCRIPTIONS
|
|
|
154
154
|
--installation-key-bypass flag is required.
|
|
155
155
|
```
|
|
156
156
|
|
|
157
|
-
_See code: [src/commands/package/convert.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
157
|
+
_See code: [src/commands/package/convert.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.4/src/commands/package/convert.ts)_
|
|
158
158
|
|
|
159
159
|
## `sf package create`
|
|
160
160
|
|
|
@@ -233,7 +233,7 @@ FLAG DESCRIPTIONS
|
|
|
233
233
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
234
234
|
```
|
|
235
235
|
|
|
236
|
-
_See code: [src/commands/package/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
236
|
+
_See code: [src/commands/package/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.4/src/commands/package/create.ts)_
|
|
237
237
|
|
|
238
238
|
## `sf package delete`
|
|
239
239
|
|
|
@@ -275,7 +275,7 @@ EXAMPLES
|
|
|
275
275
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
276
276
|
```
|
|
277
277
|
|
|
278
|
-
_See code: [src/commands/package/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
278
|
+
_See code: [src/commands/package/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.4/src/commands/package/delete.ts)_
|
|
279
279
|
|
|
280
280
|
## `sf package install`
|
|
281
281
|
|
|
@@ -374,7 +374,7 @@ FLAG DESCRIPTIONS
|
|
|
374
374
|
- Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
|
|
375
375
|
```
|
|
376
376
|
|
|
377
|
-
_See code: [src/commands/package/install.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
377
|
+
_See code: [src/commands/package/install.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.4/src/commands/package/install.ts)_
|
|
378
378
|
|
|
379
379
|
## `sf package install report`
|
|
380
380
|
|
|
@@ -407,7 +407,7 @@ EXAMPLES
|
|
|
407
407
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
408
408
|
```
|
|
409
409
|
|
|
410
|
-
_See code: [src/commands/package/install/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
410
|
+
_See code: [src/commands/package/install/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.4/src/commands/package/install/report.ts)_
|
|
411
411
|
|
|
412
412
|
## `sf package installed list`
|
|
413
413
|
|
|
@@ -439,7 +439,7 @@ EXAMPLES
|
|
|
439
439
|
$ sf package installed list --target-org me@example.com
|
|
440
440
|
```
|
|
441
441
|
|
|
442
|
-
_See code: [src/commands/package/installed/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
442
|
+
_See code: [src/commands/package/installed/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.4/src/commands/package/installed/list.ts)_
|
|
443
443
|
|
|
444
444
|
## `sf package list`
|
|
445
445
|
|
|
@@ -477,7 +477,7 @@ EXAMPLES
|
|
|
477
477
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
478
478
|
```
|
|
479
479
|
|
|
480
|
-
_See code: [src/commands/package/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
480
|
+
_See code: [src/commands/package/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.4/src/commands/package/list.ts)_
|
|
481
481
|
|
|
482
482
|
## `sf package push-upgrade abort`
|
|
483
483
|
|
|
@@ -516,7 +516,7 @@ EXAMPLES
|
|
|
516
516
|
$ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
517
517
|
```
|
|
518
518
|
|
|
519
|
-
_See code: [src/commands/package/push-upgrade/abort.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
519
|
+
_See code: [src/commands/package/push-upgrade/abort.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.4/src/commands/package/push-upgrade/abort.ts)_
|
|
520
520
|
|
|
521
521
|
## `sf package push-upgrade list`
|
|
522
522
|
|
|
@@ -575,7 +575,7 @@ EXAMPLES
|
|
|
575
575
|
$ sf package push-upgrade list --package 033xyz –-status Failed
|
|
576
576
|
```
|
|
577
577
|
|
|
578
|
-
_See code: [src/commands/package/push-upgrade/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
578
|
+
_See code: [src/commands/package/push-upgrade/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.4/src/commands/package/push-upgrade/list.ts)_
|
|
579
579
|
|
|
580
580
|
## `sf package push-upgrade report`
|
|
581
581
|
|
|
@@ -617,7 +617,7 @@ EXAMPLES
|
|
|
617
617
|
$ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
618
618
|
```
|
|
619
619
|
|
|
620
|
-
_See code: [src/commands/package/push-upgrade/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
620
|
+
_See code: [src/commands/package/push-upgrade/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.4/src/commands/package/push-upgrade/report.ts)_
|
|
621
621
|
|
|
622
622
|
## `sf package push-upgrade schedule`
|
|
623
623
|
|
|
@@ -704,7 +704,7 @@ FLAG DESCRIPTIONS
|
|
|
704
704
|
Overrides the value of the target-dev-hub configuration variable, if set.
|
|
705
705
|
```
|
|
706
706
|
|
|
707
|
-
_See code: [src/commands/package/push-upgrade/schedule.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
707
|
+
_See code: [src/commands/package/push-upgrade/schedule.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.4/src/commands/package/push-upgrade/schedule.ts)_
|
|
708
708
|
|
|
709
709
|
## `sf package uninstall`
|
|
710
710
|
|
|
@@ -752,7 +752,7 @@ EXAMPLES
|
|
|
752
752
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
753
753
|
```
|
|
754
754
|
|
|
755
|
-
_See code: [src/commands/package/uninstall.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
755
|
+
_See code: [src/commands/package/uninstall.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.4/src/commands/package/uninstall.ts)_
|
|
756
756
|
|
|
757
757
|
## `sf package uninstall report`
|
|
758
758
|
|
|
@@ -785,7 +785,7 @@ EXAMPLES
|
|
|
785
785
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
786
786
|
```
|
|
787
787
|
|
|
788
|
-
_See code: [src/commands/package/uninstall/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
788
|
+
_See code: [src/commands/package/uninstall/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.4/src/commands/package/uninstall/report.ts)_
|
|
789
789
|
|
|
790
790
|
## `sf package update`
|
|
791
791
|
|
|
@@ -840,7 +840,7 @@ FLAG DESCRIPTIONS
|
|
|
840
840
|
associated with your package.
|
|
841
841
|
```
|
|
842
842
|
|
|
843
|
-
_See code: [src/commands/package/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
843
|
+
_See code: [src/commands/package/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.4/src/commands/package/update.ts)_
|
|
844
844
|
|
|
845
845
|
## `sf package version create`
|
|
846
846
|
|
|
@@ -1015,7 +1015,7 @@ FLAG DESCRIPTIONS
|
|
|
1015
1015
|
periods of no output from commands.
|
|
1016
1016
|
```
|
|
1017
1017
|
|
|
1018
|
-
_See code: [src/commands/package/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
1018
|
+
_See code: [src/commands/package/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.4/src/commands/package/version/create.ts)_
|
|
1019
1019
|
|
|
1020
1020
|
## `sf package version create list`
|
|
1021
1021
|
|
|
@@ -1076,7 +1076,7 @@ EXAMPLES
|
|
|
1076
1076
|
$ sf package version create list --created-last-days 0 --status Success
|
|
1077
1077
|
```
|
|
1078
1078
|
|
|
1079
|
-
_See code: [src/commands/package/version/create/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
1079
|
+
_See code: [src/commands/package/version/create/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.4/src/commands/package/version/create/list.ts)_
|
|
1080
1080
|
|
|
1081
1081
|
## `sf package version create report`
|
|
1082
1082
|
|
|
@@ -1119,7 +1119,7 @@ EXAMPLES
|
|
|
1119
1119
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
1120
1120
|
```
|
|
1121
1121
|
|
|
1122
|
-
_See code: [src/commands/package/version/create/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
1122
|
+
_See code: [src/commands/package/version/create/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.4/src/commands/package/version/create/report.ts)_
|
|
1123
1123
|
|
|
1124
1124
|
## `sf package version delete`
|
|
1125
1125
|
|
|
@@ -1160,7 +1160,7 @@ EXAMPLES
|
|
|
1160
1160
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
1161
1161
|
```
|
|
1162
1162
|
|
|
1163
|
-
_See code: [src/commands/package/version/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
1163
|
+
_See code: [src/commands/package/version/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.4/src/commands/package/version/delete.ts)_
|
|
1164
1164
|
|
|
1165
1165
|
## `sf package version displayancestry`
|
|
1166
1166
|
|
|
@@ -1220,7 +1220,7 @@ FLAG DESCRIPTIONS
|
|
|
1220
1220
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
1221
1221
|
```
|
|
1222
1222
|
|
|
1223
|
-
_See code: [src/commands/package/version/displayancestry.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
1223
|
+
_See code: [src/commands/package/version/displayancestry.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.4/src/commands/package/version/displayancestry.ts)_
|
|
1224
1224
|
|
|
1225
1225
|
## `sf package version displaydependencies`
|
|
1226
1226
|
|
|
@@ -1282,7 +1282,7 @@ FLAG DESCRIPTIONS
|
|
|
1282
1282
|
package, which must be installed last.
|
|
1283
1283
|
```
|
|
1284
1284
|
|
|
1285
|
-
_See code: [src/commands/package/version/displaydependencies.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
1285
|
+
_See code: [src/commands/package/version/displaydependencies.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.4/src/commands/package/version/displaydependencies.ts)_
|
|
1286
1286
|
|
|
1287
1287
|
## `sf package version list`
|
|
1288
1288
|
|
|
@@ -1358,7 +1358,7 @@ EXAMPLES
|
|
|
1358
1358
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
1359
1359
|
```
|
|
1360
1360
|
|
|
1361
|
-
_See code: [src/commands/package/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
1361
|
+
_See code: [src/commands/package/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.4/src/commands/package/version/list.ts)_
|
|
1362
1362
|
|
|
1363
1363
|
## `sf package version promote`
|
|
1364
1364
|
|
|
@@ -1402,7 +1402,7 @@ EXAMPLES
|
|
|
1402
1402
|
$ sf package version promote --package "Awesome Package Alias"
|
|
1403
1403
|
```
|
|
1404
1404
|
|
|
1405
|
-
_See code: [src/commands/package/version/promote.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
1405
|
+
_See code: [src/commands/package/version/promote.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.4/src/commands/package/version/promote.ts)_
|
|
1406
1406
|
|
|
1407
1407
|
## `sf package version report`
|
|
1408
1408
|
|
|
@@ -1442,7 +1442,7 @@ EXAMPLES
|
|
|
1442
1442
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
1443
1443
|
```
|
|
1444
1444
|
|
|
1445
|
-
_See code: [src/commands/package/version/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
1445
|
+
_See code: [src/commands/package/version/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.4/src/commands/package/version/report.ts)_
|
|
1446
1446
|
|
|
1447
1447
|
## `sf package version update`
|
|
1448
1448
|
|
|
@@ -1495,7 +1495,7 @@ EXAMPLES
|
|
|
1495
1495
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
1496
1496
|
```
|
|
1497
1497
|
|
|
1498
|
-
_See code: [src/commands/package/version/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
1498
|
+
_See code: [src/commands/package/version/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.4/src/commands/package/version/update.ts)_
|
|
1499
1499
|
|
|
1500
1500
|
## `sf package1 version create`
|
|
1501
1501
|
|
|
@@ -1562,7 +1562,7 @@ FLAG DESCRIPTIONS
|
|
|
1562
1562
|
subscribers.
|
|
1563
1563
|
```
|
|
1564
1564
|
|
|
1565
|
-
_See code: [src/commands/package1/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
1565
|
+
_See code: [src/commands/package1/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.4/src/commands/package1/version/create.ts)_
|
|
1566
1566
|
|
|
1567
1567
|
## `sf package1 version create get`
|
|
1568
1568
|
|
|
@@ -1595,7 +1595,7 @@ EXAMPLES
|
|
|
1595
1595
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
1596
1596
|
```
|
|
1597
1597
|
|
|
1598
|
-
_See code: [src/commands/package1/version/create/get.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
1598
|
+
_See code: [src/commands/package1/version/create/get.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.4/src/commands/package1/version/create/get.ts)_
|
|
1599
1599
|
|
|
1600
1600
|
## `sf package1 version display`
|
|
1601
1601
|
|
|
@@ -1629,7 +1629,7 @@ EXAMPLES
|
|
|
1629
1629
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
1630
1630
|
```
|
|
1631
1631
|
|
|
1632
|
-
_See code: [src/commands/package1/version/display.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
1632
|
+
_See code: [src/commands/package1/version/display.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.4/src/commands/package1/version/display.ts)_
|
|
1633
1633
|
|
|
1634
1634
|
## `sf package1 version list`
|
|
1635
1635
|
|
|
@@ -1667,6 +1667,6 @@ FLAG DESCRIPTIONS
|
|
|
1667
1667
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
1668
1668
|
```
|
|
1669
1669
|
|
|
1670
|
-
_See code: [src/commands/package1/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.
|
|
1670
|
+
_See code: [src/commands/package1/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.4/src/commands/package1/version/list.ts)_
|
|
1671
1671
|
|
|
1672
1672
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-packaging",
|
|
3
3
|
"description": "SF plugin that support Salesforce Packaging Platform",
|
|
4
|
-
"version": "2.20.
|
|
4
|
+
"version": "2.20.4",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@salesforce/plugin-command-reference": "^3.1.68",
|
|
20
20
|
"eslint-plugin-sf-plugin": "^1.20.32",
|
|
21
21
|
"minimatch": "^10.0.3",
|
|
22
|
-
"oclif": "^4.22.
|
|
22
|
+
"oclif": "^4.22.22",
|
|
23
23
|
"ts-node": "^10.9.2",
|
|
24
24
|
"typescript": "^5.9.2"
|
|
25
25
|
},
|
|
@@ -248,7 +248,7 @@
|
|
|
248
248
|
"exports": "./lib/index.js",
|
|
249
249
|
"type": "module",
|
|
250
250
|
"sfdx": {
|
|
251
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.20.
|
|
252
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.20.
|
|
251
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.20.4.crt",
|
|
252
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.20.4.sig"
|
|
253
253
|
}
|
|
254
254
|
}
|