@salesforce/plugin-packaging 2.16.0 → 2.17.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 +81 -37
- package/lib/commands/package/version/report.d.ts +1 -1
- package/lib/commands/package/version/report.js +7 -1
- package/lib/commands/package/version/report.js.map +1 -1
- package/lib/commands/package/version/retrieve.d.ts +1 -2
- package/lib/commands/package/version/retrieve.js +3 -4
- package/lib/commands/package/version/retrieve.js.map +1 -1
- package/messages/package_pushupgrade_abort.md +1 -1
- package/messages/package_pushupgrade_schedule.md +7 -7
- package/messages/package_version_retrieve.md +3 -7
- package/oclif.manifest.json +16 -18
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -52,6 +52,7 @@ See [DEVELOPING.md](DEVELOPING.md)
|
|
|
52
52
|
- [`sf package version list`](#sf-package-version-list)
|
|
53
53
|
- [`sf package version promote`](#sf-package-version-promote)
|
|
54
54
|
- [`sf package version report`](#sf-package-version-report)
|
|
55
|
+
- [`sf package version retrieve`](#sf-package-version-retrieve)
|
|
55
56
|
- [`sf package version update`](#sf-package-version-update)
|
|
56
57
|
- [`sf package1 version create`](#sf-package1-version-create)
|
|
57
58
|
- [`sf package1 version create get`](#sf-package1-version-create-get)
|
|
@@ -153,7 +154,7 @@ FLAG DESCRIPTIONS
|
|
|
153
154
|
--installation-key-bypass flag is required.
|
|
154
155
|
```
|
|
155
156
|
|
|
156
|
-
_See code: [src/commands/package/convert.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
157
|
+
_See code: [src/commands/package/convert.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.17.0/src/commands/package/convert.ts)_
|
|
157
158
|
|
|
158
159
|
## `sf package create`
|
|
159
160
|
|
|
@@ -232,7 +233,7 @@ FLAG DESCRIPTIONS
|
|
|
232
233
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
233
234
|
```
|
|
234
235
|
|
|
235
|
-
_See code: [src/commands/package/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
236
|
+
_See code: [src/commands/package/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.17.0/src/commands/package/create.ts)_
|
|
236
237
|
|
|
237
238
|
## `sf package delete`
|
|
238
239
|
|
|
@@ -274,7 +275,7 @@ EXAMPLES
|
|
|
274
275
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
275
276
|
```
|
|
276
277
|
|
|
277
|
-
_See code: [src/commands/package/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
278
|
+
_See code: [src/commands/package/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.17.0/src/commands/package/delete.ts)_
|
|
278
279
|
|
|
279
280
|
## `sf package install`
|
|
280
281
|
|
|
@@ -373,7 +374,7 @@ FLAG DESCRIPTIONS
|
|
|
373
374
|
- Delete: Delete all removed components that can be safely deleted, and deprecate the other components.
|
|
374
375
|
```
|
|
375
376
|
|
|
376
|
-
_See code: [src/commands/package/install.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
377
|
+
_See code: [src/commands/package/install.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.17.0/src/commands/package/install.ts)_
|
|
377
378
|
|
|
378
379
|
## `sf package install report`
|
|
379
380
|
|
|
@@ -406,7 +407,7 @@ EXAMPLES
|
|
|
406
407
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
407
408
|
```
|
|
408
409
|
|
|
409
|
-
_See code: [src/commands/package/install/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
410
|
+
_See code: [src/commands/package/install/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.17.0/src/commands/package/install/report.ts)_
|
|
410
411
|
|
|
411
412
|
## `sf package installed list`
|
|
412
413
|
|
|
@@ -438,7 +439,7 @@ EXAMPLES
|
|
|
438
439
|
$ sf package installed list --target-org me@example.com
|
|
439
440
|
```
|
|
440
441
|
|
|
441
|
-
_See code: [src/commands/package/installed/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
442
|
+
_See code: [src/commands/package/installed/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.17.0/src/commands/package/installed/list.ts)_
|
|
442
443
|
|
|
443
444
|
## `sf package list`
|
|
444
445
|
|
|
@@ -476,7 +477,7 @@ EXAMPLES
|
|
|
476
477
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
477
478
|
```
|
|
478
479
|
|
|
479
|
-
_See code: [src/commands/package/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
480
|
+
_See code: [src/commands/package/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.17.0/src/commands/package/list.ts)_
|
|
480
481
|
|
|
481
482
|
## `sf package push-upgrade abort`
|
|
482
483
|
|
|
@@ -501,8 +502,7 @@ DESCRIPTION
|
|
|
501
502
|
Abort a package push upgrade that has been scheduled. Only push upgrade requests with a status of Created or Pending
|
|
502
503
|
can be aborted.
|
|
503
504
|
|
|
504
|
-
Specify the request ID
|
|
505
|
-
request.
|
|
505
|
+
Specify the request ID that you want to abort. If applicable, the command displays errors related to the request.
|
|
506
506
|
|
|
507
507
|
To show all requests in the org, run "sf package pushupgrade list --package 033...".
|
|
508
508
|
|
|
@@ -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.
|
|
519
|
+
_See code: [src/commands/package/push-upgrade/abort.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.17.0/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.
|
|
578
|
+
_See code: [src/commands/package/push-upgrade/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.17.0/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.
|
|
620
|
+
_See code: [src/commands/package/push-upgrade/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.17.0/src/commands/package/push-upgrade/report.ts)_
|
|
621
621
|
|
|
622
622
|
## `sf package push-upgrade schedule`
|
|
623
623
|
|
|
@@ -629,13 +629,15 @@ USAGE
|
|
|
629
629
|
<value> | -f <value>] [--migrate-to-2gp]
|
|
630
630
|
|
|
631
631
|
FLAGS
|
|
632
|
-
-f, --org-file=<value> Filename of the CSV file that contains the list of
|
|
633
|
-
|
|
632
|
+
-f, --org-file=<value> Filename of the CSV file that contains the list of subscriber org IDs that need the
|
|
633
|
+
package upgrade. Either --org-list or --org-file must be specified.
|
|
634
|
+
-l, --org-list=<value> Comma-separated list of subscriber org IDs that need the package upgrade. Either
|
|
635
|
+
--org-list or --org-file must be specified.
|
|
634
636
|
-p, --package=<value> (required) ID (starts with 04t) of the package version that the package is being
|
|
635
637
|
upgraded to. The package version must be an active, non-beta package version.
|
|
636
638
|
-t, --start-time=<value> Date and time (UTC) when the push upgrade is processed. Set to the earliest time that
|
|
637
639
|
you want Salesforce to attempt to start the upgrade.
|
|
638
|
-
-v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org.
|
|
640
|
+
-v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org that owns the package.
|
|
639
641
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
640
642
|
--migrate-to-2gp Upgrade from a first-generation managed package (1GP) to a second-generation managed
|
|
641
643
|
package (2GP). Required when you’re pushing a 2GP package to orgs with the 1GP version
|
|
@@ -663,11 +665,11 @@ EXAMPLES
|
|
|
663
665
|
Schedule a push upgrade that initiates at a specified time:
|
|
664
666
|
|
|
665
667
|
$ sf package push-upgrade schedule --package 04txyz --start-time "2024-12-06T21:00:00" --org-file \
|
|
666
|
-
upgrade-orgs.csv
|
|
668
|
+
upgrade-orgs.csv --target-dev-hub myHub
|
|
667
669
|
|
|
668
670
|
Schedule a push upgrade that initiates as soon as possible:
|
|
669
671
|
|
|
670
|
-
$ sf package push-upgrade schedule --package 04txyz --org-file upgrade-orgs.csv
|
|
672
|
+
$ sf package push-upgrade schedule --package 04txyz --org-file upgrade-orgs.csv --target-dev-hub myHub
|
|
671
673
|
|
|
672
674
|
Schedule a push migration from a 1GP package to a 2GP package:
|
|
673
675
|
|
|
@@ -675,11 +677,14 @@ EXAMPLES
|
|
|
675
677
|
--org-file upgrade-orgs.csv --target-dev-hub myHub
|
|
676
678
|
|
|
677
679
|
FLAG DESCRIPTIONS
|
|
678
|
-
-f, --org-file=<value>
|
|
680
|
+
-f, --org-file=<value>
|
|
681
|
+
|
|
682
|
+
Filename of the CSV file that contains the list of subscriber org IDs that need the package upgrade. Either
|
|
683
|
+
--org-list or --org-file must be specified.
|
|
679
684
|
|
|
680
685
|
The file must contain one org per line. The org ID must be the only value in each row.
|
|
681
686
|
All listed orgs must have a package version installed in their org that is lower than the package version you
|
|
682
|
-
specified for the --package
|
|
687
|
+
specified for the --package flag.
|
|
683
688
|
|
|
684
689
|
-t, --start-time=<value>
|
|
685
690
|
|
|
@@ -694,12 +699,12 @@ FLAG DESCRIPTIONS
|
|
|
694
699
|
If you don't specify this flag, the push upgrade is scheduled to run as soon as resources are available on the
|
|
695
700
|
Salesforce instance.
|
|
696
701
|
|
|
697
|
-
-v, --target-dev-hub=<value> Username or alias of the Dev Hub org.
|
|
702
|
+
-v, --target-dev-hub=<value> Username or alias of the Dev Hub org that owns the package.
|
|
698
703
|
|
|
699
704
|
Overrides the value of the target-dev-hub configuration variable, if set.
|
|
700
705
|
```
|
|
701
706
|
|
|
702
|
-
_See code: [src/commands/package/push-upgrade/schedule.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
707
|
+
_See code: [src/commands/package/push-upgrade/schedule.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.17.0/src/commands/package/push-upgrade/schedule.ts)_
|
|
703
708
|
|
|
704
709
|
## `sf package uninstall`
|
|
705
710
|
|
|
@@ -747,7 +752,7 @@ EXAMPLES
|
|
|
747
752
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
748
753
|
```
|
|
749
754
|
|
|
750
|
-
_See code: [src/commands/package/uninstall.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
755
|
+
_See code: [src/commands/package/uninstall.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.17.0/src/commands/package/uninstall.ts)_
|
|
751
756
|
|
|
752
757
|
## `sf package uninstall report`
|
|
753
758
|
|
|
@@ -780,7 +785,7 @@ EXAMPLES
|
|
|
780
785
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
781
786
|
```
|
|
782
787
|
|
|
783
|
-
_See code: [src/commands/package/uninstall/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
788
|
+
_See code: [src/commands/package/uninstall/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.17.0/src/commands/package/uninstall/report.ts)_
|
|
784
789
|
|
|
785
790
|
## `sf package update`
|
|
786
791
|
|
|
@@ -835,7 +840,7 @@ FLAG DESCRIPTIONS
|
|
|
835
840
|
associated with your package.
|
|
836
841
|
```
|
|
837
842
|
|
|
838
|
-
_See code: [src/commands/package/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
843
|
+
_See code: [src/commands/package/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.17.0/src/commands/package/update.ts)_
|
|
839
844
|
|
|
840
845
|
## `sf package version create`
|
|
841
846
|
|
|
@@ -1010,7 +1015,7 @@ FLAG DESCRIPTIONS
|
|
|
1010
1015
|
periods of no output from commands.
|
|
1011
1016
|
```
|
|
1012
1017
|
|
|
1013
|
-
_See code: [src/commands/package/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
1018
|
+
_See code: [src/commands/package/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.17.0/src/commands/package/version/create.ts)_
|
|
1014
1019
|
|
|
1015
1020
|
## `sf package version create list`
|
|
1016
1021
|
|
|
@@ -1071,7 +1076,7 @@ EXAMPLES
|
|
|
1071
1076
|
$ sf package version create list --created-last-days 0 --status Success
|
|
1072
1077
|
```
|
|
1073
1078
|
|
|
1074
|
-
_See code: [src/commands/package/version/create/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
1079
|
+
_See code: [src/commands/package/version/create/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.17.0/src/commands/package/version/create/list.ts)_
|
|
1075
1080
|
|
|
1076
1081
|
## `sf package version create report`
|
|
1077
1082
|
|
|
@@ -1114,7 +1119,7 @@ EXAMPLES
|
|
|
1114
1119
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
1115
1120
|
```
|
|
1116
1121
|
|
|
1117
|
-
_See code: [src/commands/package/version/create/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
1122
|
+
_See code: [src/commands/package/version/create/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.17.0/src/commands/package/version/create/report.ts)_
|
|
1118
1123
|
|
|
1119
1124
|
## `sf package version delete`
|
|
1120
1125
|
|
|
@@ -1155,7 +1160,7 @@ EXAMPLES
|
|
|
1155
1160
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
1156
1161
|
```
|
|
1157
1162
|
|
|
1158
|
-
_See code: [src/commands/package/version/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
1163
|
+
_See code: [src/commands/package/version/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.17.0/src/commands/package/version/delete.ts)_
|
|
1159
1164
|
|
|
1160
1165
|
## `sf package version displayancestry`
|
|
1161
1166
|
|
|
@@ -1215,7 +1220,7 @@ FLAG DESCRIPTIONS
|
|
|
1215
1220
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
1216
1221
|
```
|
|
1217
1222
|
|
|
1218
|
-
_See code: [src/commands/package/version/displayancestry.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
1223
|
+
_See code: [src/commands/package/version/displayancestry.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.17.0/src/commands/package/version/displayancestry.ts)_
|
|
1219
1224
|
|
|
1220
1225
|
## `sf package version list`
|
|
1221
1226
|
|
|
@@ -1291,7 +1296,7 @@ EXAMPLES
|
|
|
1291
1296
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
1292
1297
|
```
|
|
1293
1298
|
|
|
1294
|
-
_See code: [src/commands/package/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
1299
|
+
_See code: [src/commands/package/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.17.0/src/commands/package/version/list.ts)_
|
|
1295
1300
|
|
|
1296
1301
|
## `sf package version promote`
|
|
1297
1302
|
|
|
@@ -1335,7 +1340,7 @@ EXAMPLES
|
|
|
1335
1340
|
$ sf package version promote --package "Awesome Package Alias"
|
|
1336
1341
|
```
|
|
1337
1342
|
|
|
1338
|
-
_See code: [src/commands/package/version/promote.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
1343
|
+
_See code: [src/commands/package/version/promote.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.17.0/src/commands/package/version/promote.ts)_
|
|
1339
1344
|
|
|
1340
1345
|
## `sf package version report`
|
|
1341
1346
|
|
|
@@ -1375,7 +1380,46 @@ EXAMPLES
|
|
|
1375
1380
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
1376
1381
|
```
|
|
1377
1382
|
|
|
1378
|
-
_See code: [src/commands/package/version/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
1383
|
+
_See code: [src/commands/package/version/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.17.0/src/commands/package/version/report.ts)_
|
|
1384
|
+
|
|
1385
|
+
## `sf package version retrieve`
|
|
1386
|
+
|
|
1387
|
+
Retrieve package metadata for a specified package version. Package metadata can be retrieved for converted second-generation managed package versions only.
|
|
1388
|
+
|
|
1389
|
+
```
|
|
1390
|
+
USAGE
|
|
1391
|
+
$ sf package version retrieve -v <value> -p <value> [--json] [--flags-dir <value>] [--api-version <value>] [-d
|
|
1392
|
+
<value>]
|
|
1393
|
+
|
|
1394
|
+
FLAGS
|
|
1395
|
+
-d, --output-dir=<value> [default: force-app] Path within your Salesforce DX project directory in which to
|
|
1396
|
+
download the metadata. This directory must be empty.
|
|
1397
|
+
-p, --package=<value> (required) Subscriber package version ID (starts with 04t).
|
|
1398
|
+
-v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org. Not required if the `target-dev-hub`
|
|
1399
|
+
configuration variable is already set.
|
|
1400
|
+
--api-version=<value> Override the api version used for api requests made by this command
|
|
1401
|
+
|
|
1402
|
+
GLOBAL FLAGS
|
|
1403
|
+
--flags-dir=<value> Import flag values from a directory.
|
|
1404
|
+
--json Format output as json.
|
|
1405
|
+
|
|
1406
|
+
DESCRIPTION
|
|
1407
|
+
Retrieve package metadata for a specified package version. Package metadata can be retrieved for converted
|
|
1408
|
+
second-generation managed package versions only.
|
|
1409
|
+
|
|
1410
|
+
Retrieving a package version downloads the metadata into the directory you specify.
|
|
1411
|
+
|
|
1412
|
+
Specify the subscriber package version ID (starts with 04t) and the path to an empty directory when you run this
|
|
1413
|
+
command.
|
|
1414
|
+
|
|
1415
|
+
EXAMPLES
|
|
1416
|
+
Retrieve package metadata for a converted subscriber package version ID (starts with 04t) into my-folder/ within
|
|
1417
|
+
your Salesforce DX project directory:
|
|
1418
|
+
|
|
1419
|
+
$ sf package version retrieve --package 04t... --output-dir my-folder –-target-dev-hub my-devhub
|
|
1420
|
+
```
|
|
1421
|
+
|
|
1422
|
+
_See code: [src/commands/package/version/retrieve.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.17.0/src/commands/package/version/retrieve.ts)_
|
|
1379
1423
|
|
|
1380
1424
|
## `sf package version update`
|
|
1381
1425
|
|
|
@@ -1428,7 +1472,7 @@ EXAMPLES
|
|
|
1428
1472
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
1429
1473
|
```
|
|
1430
1474
|
|
|
1431
|
-
_See code: [src/commands/package/version/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
1475
|
+
_See code: [src/commands/package/version/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.17.0/src/commands/package/version/update.ts)_
|
|
1432
1476
|
|
|
1433
1477
|
## `sf package1 version create`
|
|
1434
1478
|
|
|
@@ -1495,7 +1539,7 @@ FLAG DESCRIPTIONS
|
|
|
1495
1539
|
subscribers.
|
|
1496
1540
|
```
|
|
1497
1541
|
|
|
1498
|
-
_See code: [src/commands/package1/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
1542
|
+
_See code: [src/commands/package1/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.17.0/src/commands/package1/version/create.ts)_
|
|
1499
1543
|
|
|
1500
1544
|
## `sf package1 version create get`
|
|
1501
1545
|
|
|
@@ -1528,7 +1572,7 @@ EXAMPLES
|
|
|
1528
1572
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
1529
1573
|
```
|
|
1530
1574
|
|
|
1531
|
-
_See code: [src/commands/package1/version/create/get.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
1575
|
+
_See code: [src/commands/package1/version/create/get.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.17.0/src/commands/package1/version/create/get.ts)_
|
|
1532
1576
|
|
|
1533
1577
|
## `sf package1 version display`
|
|
1534
1578
|
|
|
@@ -1562,7 +1606,7 @@ EXAMPLES
|
|
|
1562
1606
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
1563
1607
|
```
|
|
1564
1608
|
|
|
1565
|
-
_See code: [src/commands/package1/version/display.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
1609
|
+
_See code: [src/commands/package1/version/display.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.17.0/src/commands/package1/version/display.ts)_
|
|
1566
1610
|
|
|
1567
1611
|
## `sf package1 version list`
|
|
1568
1612
|
|
|
@@ -1600,6 +1644,6 @@ FLAG DESCRIPTIONS
|
|
|
1600
1644
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
1601
1645
|
```
|
|
1602
1646
|
|
|
1603
|
-
_See code: [src/commands/package1/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
1647
|
+
_See code: [src/commands/package1/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.17.0/src/commands/package1/version/list.ts)_
|
|
1604
1648
|
|
|
1605
1649
|
<!-- commandsstop -->
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SfCommand } from '@salesforce/sf-plugins-core';
|
|
2
2
|
import { CodeCoverage, PackageType, PackageVersionReportResult, PackagingSObjects } from '@salesforce/packaging';
|
|
3
|
-
declare const omissions: readonly ["CodeCoverage", "HasPassedCodeCoverageCheck", "Package2", "HasMetadataRemoved"];
|
|
3
|
+
declare const omissions: readonly ["CodeCoverage", "HasPassedCodeCoverageCheck", "Package2", "HasMetadataRemoved", "DeveloperUsePkgZip"];
|
|
4
4
|
type Omission = (typeof omissions)[number];
|
|
5
5
|
export type PackageVersionReportResultModified = Omit<PackageVersionReportResult, Omission> & {
|
|
6
6
|
CodeCoverage: CodeCoverage | string | undefined;
|
|
@@ -14,7 +14,13 @@ Messages.importMessagesDirectoryFromMetaUrl(import.meta.url);
|
|
|
14
14
|
const messages = Messages.loadMessages('@salesforce/plugin-packaging', 'package_version_report');
|
|
15
15
|
const pvlMessages = Messages.loadMessages('@salesforce/plugin-packaging', 'package_version_list');
|
|
16
16
|
const plMessages = Messages.loadMessages('@salesforce/plugin-packaging', 'package_list');
|
|
17
|
-
const omissions = [
|
|
17
|
+
const omissions = [
|
|
18
|
+
'CodeCoverage',
|
|
19
|
+
'HasPassedCodeCoverageCheck',
|
|
20
|
+
'Package2',
|
|
21
|
+
'HasMetadataRemoved',
|
|
22
|
+
'DeveloperUsePkgZip',
|
|
23
|
+
];
|
|
18
24
|
export class PackageVersionReportCommand extends SfCommand {
|
|
19
25
|
static summary = messages.getMessage('summary');
|
|
20
26
|
static description = messages.getMessage('description');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"report.js","sourceRoot":"","sources":["../../../../src/commands/package/version/report.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,KAAK,EAAE,QAAQ,EAAE,iCAAiC,EAAE,SAAS,EAAE,MAAM,6BAA6B,CAAC;AAC5G,OAAO,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AACrD,OAAO,EAEL,cAAc,GAIf,MAAM,uBAAuB,CAAC;AAC/B,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAC5D,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAE/D,QAAQ,CAAC,kCAAkC,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;AAC7D,MAAM,QAAQ,GAAG,QAAQ,CAAC,YAAY,CAAC,8BAA8B,EAAE,wBAAwB,CAAC,CAAC;AACjG,MAAM,WAAW,GAAG,QAAQ,CAAC,YAAY,CAAC,8BAA8B,EAAE,sBAAsB,CAAC,CAAC;AAClG,MAAM,UAAU,GAAG,QAAQ,CAAC,YAAY,CAAC,8BAA8B,EAAE,cAAc,CAAC,CAAC;AAEzF,MAAM,SAAS,GAAG,
|
|
1
|
+
{"version":3,"file":"report.js","sourceRoot":"","sources":["../../../../src/commands/package/version/report.ts"],"names":[],"mappings":"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"}
|
|
@@ -6,7 +6,6 @@ export type FileDownloadEntry = {
|
|
|
6
6
|
};
|
|
7
7
|
export type PackageVersionRetrieveCommandResult = FileDownloadEntry[];
|
|
8
8
|
export declare class PackageVersionRetrieveCommand extends SfCommand<PackageVersionRetrieveCommandResult> {
|
|
9
|
-
static readonly hidden = true;
|
|
10
9
|
static readonly summary: string;
|
|
11
10
|
static readonly description: string;
|
|
12
11
|
static readonly examples: string[];
|
|
@@ -14,7 +13,7 @@ export declare class PackageVersionRetrieveCommand extends SfCommand<PackageVers
|
|
|
14
13
|
static readonly flags: {
|
|
15
14
|
loglevel: import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
16
15
|
'api-version': import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
17
|
-
'target-
|
|
16
|
+
'target-dev-hub': import("@oclif/core/interfaces").OptionFlag<import("@salesforce/core").Org, import("@oclif/core/interfaces").CustomOptions>;
|
|
18
17
|
package: import("@oclif/core/interfaces").OptionFlag<string, import("@oclif/core/interfaces").CustomOptions>;
|
|
19
18
|
'output-dir': import("@oclif/core/interfaces").OptionFlag<string, import("@oclif/core/interfaces").CustomOptions>;
|
|
20
19
|
};
|
|
@@ -5,13 +5,12 @@
|
|
|
5
5
|
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
|
|
6
6
|
*/
|
|
7
7
|
import path from 'node:path';
|
|
8
|
-
import { Flags, loglevel, orgApiVersionFlagWithDeprecations,
|
|
8
|
+
import { Flags, loglevel, orgApiVersionFlagWithDeprecations, requiredHubFlagWithDeprecations, SfCommand, } from '@salesforce/sf-plugins-core';
|
|
9
9
|
import { Messages } from '@salesforce/core/messages';
|
|
10
10
|
import { Package } from '@salesforce/packaging';
|
|
11
11
|
Messages.importMessagesDirectoryFromMetaUrl(import.meta.url);
|
|
12
12
|
const messages = Messages.loadMessages('@salesforce/plugin-packaging', 'package_version_retrieve');
|
|
13
13
|
export class PackageVersionRetrieveCommand extends SfCommand {
|
|
14
|
-
static hidden = true;
|
|
15
14
|
static summary = messages.getMessage('summary');
|
|
16
15
|
static description = messages.getMessage('description');
|
|
17
16
|
static examples = messages.getMessages('examples');
|
|
@@ -19,7 +18,7 @@ export class PackageVersionRetrieveCommand extends SfCommand {
|
|
|
19
18
|
static flags = {
|
|
20
19
|
loglevel,
|
|
21
20
|
'api-version': orgApiVersionFlagWithDeprecations,
|
|
22
|
-
'target-
|
|
21
|
+
'target-dev-hub': requiredHubFlagWithDeprecations,
|
|
23
22
|
package: Flags.string({
|
|
24
23
|
char: 'p',
|
|
25
24
|
summary: messages.getMessage('flags.package.summary'),
|
|
@@ -33,7 +32,7 @@ export class PackageVersionRetrieveCommand extends SfCommand {
|
|
|
33
32
|
};
|
|
34
33
|
async run() {
|
|
35
34
|
const { flags } = await this.parse(PackageVersionRetrieveCommand);
|
|
36
|
-
const connection = flags['target-
|
|
35
|
+
const connection = flags['target-dev-hub'].getConnection(flags['api-version']);
|
|
37
36
|
const options = {
|
|
38
37
|
subscriberPackageVersionId: flags.package ?? '',
|
|
39
38
|
destinationFolder: flags['output-dir'],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retrieve.js","sourceRoot":"","sources":["../../../../src/commands/package/version/retrieve.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,IAAI,MAAM,WAAW,CAAC;AAC7B,OAAO,EACL,KAAK,EACL,QAAQ,EACR,iCAAiC,EACjC,+BAA+B,EAC/B,SAAS,GACV,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AACrD,OAAO,EAAE,OAAO,EAAwC,MAAM,uBAAuB,CAAC;AAEtF,QAAQ,CAAC,kCAAkC,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;AAC7D,MAAM,QAAQ,GAAG,QAAQ,CAAC,YAAY,CAAC,8BAA8B,EAAE,0BAA0B,CAAC,CAAC;AAUnG,MAAM,OAAO,6BAA8B,SAAQ,SAA8C;IACxF,MAAM,CAAU,
|
|
1
|
+
{"version":3,"file":"retrieve.js","sourceRoot":"","sources":["../../../../src/commands/package/version/retrieve.ts"],"names":[],"mappings":"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"}
|
|
@@ -4,7 +4,7 @@ Abort a package push upgrade that has been scheduled. Only push upgrade requests
|
|
|
4
4
|
|
|
5
5
|
# description
|
|
6
6
|
|
|
7
|
-
Specify the request ID
|
|
7
|
+
Specify the request ID that you want to abort. If applicable, the command displays errors related to the request.
|
|
8
8
|
|
|
9
9
|
To show all requests in the org, run "<%= config.bin %> package pushupgrade list --package 033...".
|
|
10
10
|
|
|
@@ -13,7 +13,7 @@ Use the -–migrate-to-2GP flag to indicate you’re installing a converted seco
|
|
|
13
13
|
|
|
14
14
|
# flags.target-dev-hub.summary
|
|
15
15
|
|
|
16
|
-
Username or alias of the Dev Hub org.
|
|
16
|
+
Username or alias of the Dev Hub org that owns the package.
|
|
17
17
|
|
|
18
18
|
# flags.target-dev-hub.description
|
|
19
19
|
|
|
@@ -36,16 +36,16 @@ If you don't specify this flag, the push upgrade is scheduled to run as soon as
|
|
|
36
36
|
|
|
37
37
|
# flags.org-file.summary
|
|
38
38
|
|
|
39
|
-
Filename of the CSV file that contains the list of
|
|
39
|
+
Filename of the CSV file that contains the list of subscriber org IDs that need the package upgrade. Either --org-list or --org-file must be specified.
|
|
40
40
|
|
|
41
41
|
# flags.org-file.description
|
|
42
42
|
|
|
43
|
-
The file must contain one org per line. The org ID must be the only value in each row.
|
|
44
|
-
All listed orgs must have a package version installed in their org that is lower than the package version you specified for the --package
|
|
43
|
+
The file must contain one org per line. The org ID must be the only value in each row.
|
|
44
|
+
All listed orgs must have a package version installed in their org that is lower than the package version you specified for the --package flag.
|
|
45
45
|
|
|
46
46
|
# flags.org-list.summary
|
|
47
47
|
|
|
48
|
-
Comma-separated list of subscriber org IDs that need the package upgrade.
|
|
48
|
+
Comma-separated list of subscriber org IDs that need the package upgrade. Either --org-list or --org-file must be specified.
|
|
49
49
|
|
|
50
50
|
# flags.migrate-to-2gp.summary
|
|
51
51
|
|
|
@@ -79,10 +79,10 @@ Can’t schedule the package push upgrade. You must specify either a list of org
|
|
|
79
79
|
# examples
|
|
80
80
|
|
|
81
81
|
- Schedule a push upgrade that initiates at a specified time:
|
|
82
|
-
<%= config.bin %> <%= command.id %> --package 04txyz --start-time "2024-12-06T21:00:00" --org-file upgrade-orgs.csv
|
|
82
|
+
<%= config.bin %> <%= command.id %> --package 04txyz --start-time "2024-12-06T21:00:00" --org-file upgrade-orgs.csv --target-dev-hub myHub
|
|
83
83
|
|
|
84
84
|
- Schedule a push upgrade that initiates as soon as possible:
|
|
85
|
-
<%= config.bin %> <%= command.id %> --package 04txyz --org-file upgrade-orgs.csv
|
|
85
|
+
<%= config.bin %> <%= command.id %> --package 04txyz --org-file upgrade-orgs.csv --target-dev-hub myHub
|
|
86
86
|
|
|
87
87
|
- Schedule a push migration from a 1GP package to a 2GP package:
|
|
88
88
|
<%= config.bin %> <%= command.id %> --migrate-to-2gp --package 04txyz --start-time "2024-12-06T21:00:00" --org-file upgrade-orgs.csv --target-dev-hub myHub
|
|
@@ -1,22 +1,18 @@
|
|
|
1
1
|
# summary
|
|
2
2
|
|
|
3
|
-
Retrieve package metadata for a specified package version.
|
|
3
|
+
Retrieve package metadata for a specified package version. Package metadata can be retrieved for converted second-generation managed package versions only.
|
|
4
4
|
|
|
5
5
|
# description
|
|
6
6
|
|
|
7
7
|
Retrieving a package version downloads the metadata into the directory you specify.
|
|
8
8
|
|
|
9
|
-
You can retrieve metadata for a second- or first-generation managed package, or an unlocked package.
|
|
10
|
-
|
|
11
9
|
Specify the subscriber package version ID (starts with 04t) and the path to an empty directory when you run this command.
|
|
12
10
|
|
|
13
11
|
# examples
|
|
14
12
|
|
|
15
|
-
- Retrieve package metadata for a subscriber package version ID (starts with 04t) into my-folder/ within your Salesforce DX project directory:
|
|
16
|
-
|
|
17
|
-
<%= config.bin %> <%= command.id %> --package 04t... --output-dir my-folder –-target-org my-scratch
|
|
13
|
+
- Retrieve package metadata for a converted subscriber package version ID (starts with 04t) into my-folder/ within your Salesforce DX project directory:
|
|
18
14
|
|
|
19
|
-
|
|
15
|
+
<%= config.bin %> <%= command.id %> --package 04t... --output-dir my-folder –-target-dev-hub my-devhub
|
|
20
16
|
|
|
21
17
|
# flags.package.summary
|
|
22
18
|
|
package/oclif.manifest.json
CHANGED
|
@@ -1299,7 +1299,7 @@
|
|
|
1299
1299
|
"package:push-upgrade:abort": {
|
|
1300
1300
|
"aliases": [],
|
|
1301
1301
|
"args": {},
|
|
1302
|
-
"description": "Specify the request ID
|
|
1302
|
+
"description": "Specify the request ID that you want to abort. If applicable, the command displays errors related to the request.\n\nTo show all requests in the org, run \"<%= config.bin %> package pushupgrade list --package 033...\".",
|
|
1303
1303
|
"examples": [
|
|
1304
1304
|
"Cancel the specified package push upgrade request with the specified ID; uses your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --push-request-id 0DV...",
|
|
1305
1305
|
"Cancel the specified package push upgrade request in the Dev Hub org with username devhub@example.com:\n<%= config.bin %> <%= command.id %> --push-request-id 0DV... --target-dev-hub devhub@example.com"
|
|
@@ -1658,8 +1658,8 @@
|
|
|
1658
1658
|
"args": {},
|
|
1659
1659
|
"description": "Represents a push upgrade request for upgrading a package in one or many orgs from one version to another version.\nTo initiate a push upgrade for an unlocked or second-generation managed package, the Create and Update Second-Generation Packages user permission is required.\nFor second-generation managed packages, the push upgrade feature is available only for packages that have passed AppExchange security review. To enable push upgrades for your managed package, log a support case in the Salesforce Partner Community.\nFor unlocked packages, push upgrades are enabled by default.\n\nUse the -–migrate-to-2GP flag to indicate you’re installing a converted second-generation managed package into an org that has the first-generation managed package version of that package installed.",
|
|
1660
1660
|
"examples": [
|
|
1661
|
-
"Schedule a push upgrade that initiates at a specified time:\n<%= config.bin %> <%= command.id %> --package 04txyz --start-time \"2024-12-06T21:00:00\" --org-file upgrade-orgs.csv",
|
|
1662
|
-
"Schedule a push upgrade that initiates as soon as possible:\n<%= config.bin %> <%= command.id %> --package 04txyz --org-file upgrade-orgs.csv",
|
|
1661
|
+
"Schedule a push upgrade that initiates at a specified time:\n<%= config.bin %> <%= command.id %> --package 04txyz --start-time \"2024-12-06T21:00:00\" --org-file upgrade-orgs.csv --target-dev-hub myHub",
|
|
1662
|
+
"Schedule a push upgrade that initiates as soon as possible:\n<%= config.bin %> <%= command.id %> --package 04txyz --org-file upgrade-orgs.csv --target-dev-hub myHub",
|
|
1663
1663
|
"Schedule a push migration from a 1GP package to a 2GP package:\n<%= config.bin %> <%= command.id %> --migrate-to-2gp --package 04txyz --start-time \"2024-12-06T21:00:00\" --org-file upgrade-orgs.csv --target-dev-hub myHub"
|
|
1664
1664
|
],
|
|
1665
1665
|
"flags": {
|
|
@@ -1684,7 +1684,7 @@
|
|
|
1684
1684
|
"name": "target-dev-hub",
|
|
1685
1685
|
"noCacheDefault": true,
|
|
1686
1686
|
"required": true,
|
|
1687
|
-
"summary": "Username or alias of the Dev Hub org.",
|
|
1687
|
+
"summary": "Username or alias of the Dev Hub org that owns the package.",
|
|
1688
1688
|
"hasDynamicHelp": true,
|
|
1689
1689
|
"multiple": false,
|
|
1690
1690
|
"type": "option"
|
|
@@ -1724,19 +1724,19 @@
|
|
|
1724
1724
|
"org-file"
|
|
1725
1725
|
],
|
|
1726
1726
|
"name": "org-list",
|
|
1727
|
-
"summary": "Comma-separated list of subscriber org IDs that need the package upgrade.",
|
|
1727
|
+
"summary": "Comma-separated list of subscriber org IDs that need the package upgrade. Either --org-list or --org-file must be specified.",
|
|
1728
1728
|
"hasDynamicHelp": false,
|
|
1729
1729
|
"multiple": false,
|
|
1730
1730
|
"type": "option"
|
|
1731
1731
|
},
|
|
1732
1732
|
"org-file": {
|
|
1733
1733
|
"char": "f",
|
|
1734
|
-
"description": "The file must contain one org per line. The org ID must be the only value in each row
|
|
1734
|
+
"description": "The file must contain one org per line. The org ID must be the only value in each row.\nAll listed orgs must have a package version installed in their org that is lower than the package version you specified for the --package flag.",
|
|
1735
1735
|
"exclusive": [
|
|
1736
1736
|
"org-list"
|
|
1737
1737
|
],
|
|
1738
1738
|
"name": "org-file",
|
|
1739
|
-
"summary": "Filename of the CSV file that contains the list of
|
|
1739
|
+
"summary": "Filename of the CSV file that contains the list of subscriber org IDs that need the package upgrade. Either --org-list or --org-file must be specified.",
|
|
1740
1740
|
"hasDynamicHelp": false,
|
|
1741
1741
|
"multiple": false,
|
|
1742
1742
|
"type": "option"
|
|
@@ -3039,9 +3039,9 @@
|
|
|
3039
3039
|
"package:version:retrieve": {
|
|
3040
3040
|
"aliases": [],
|
|
3041
3041
|
"args": {},
|
|
3042
|
-
"description": "Retrieving a package version downloads the metadata into the directory you specify.\n\
|
|
3042
|
+
"description": "Retrieving a package version downloads the metadata into the directory you specify.\n\nSpecify the subscriber package version ID (starts with 04t) and the path to an empty directory when you run this command.",
|
|
3043
3043
|
"examples": [
|
|
3044
|
-
"Retrieve package metadata for a subscriber package version ID (starts with 04t) into my-folder/ within your Salesforce DX project directory:\n<%= config.bin %> <%= command.id %> --package 04t... --output-dir my-folder –-target-
|
|
3044
|
+
"Retrieve package metadata for a converted subscriber package version ID (starts with 04t) into my-folder/ within your Salesforce DX project directory:\n<%= config.bin %> <%= command.id %> --package 04t... --output-dir my-folder –-target-dev-hub my-devhub"
|
|
3045
3045
|
],
|
|
3046
3046
|
"flags": {
|
|
3047
3047
|
"json": {
|
|
@@ -3080,17 +3080,16 @@
|
|
|
3080
3080
|
"multiple": false,
|
|
3081
3081
|
"type": "option"
|
|
3082
3082
|
},
|
|
3083
|
-
"target-
|
|
3083
|
+
"target-dev-hub": {
|
|
3084
3084
|
"aliases": [
|
|
3085
|
-
"
|
|
3086
|
-
"u"
|
|
3085
|
+
"targetdevhubusername"
|
|
3087
3086
|
],
|
|
3088
|
-
"char": "
|
|
3087
|
+
"char": "v",
|
|
3089
3088
|
"deprecateAliases": true,
|
|
3090
|
-
"name": "target-
|
|
3089
|
+
"name": "target-dev-hub",
|
|
3091
3090
|
"noCacheDefault": true,
|
|
3092
3091
|
"required": true,
|
|
3093
|
-
"summary": "Username or alias of the
|
|
3092
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
3094
3093
|
"hasDynamicHelp": true,
|
|
3095
3094
|
"multiple": false,
|
|
3096
3095
|
"type": "option"
|
|
@@ -3115,14 +3114,13 @@
|
|
|
3115
3114
|
}
|
|
3116
3115
|
},
|
|
3117
3116
|
"hasDynamicHelp": true,
|
|
3118
|
-
"hidden": true,
|
|
3119
3117
|
"hiddenAliases": [],
|
|
3120
3118
|
"id": "package:version:retrieve",
|
|
3121
3119
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
3122
3120
|
"pluginName": "@salesforce/plugin-packaging",
|
|
3123
3121
|
"pluginType": "core",
|
|
3124
3122
|
"strict": true,
|
|
3125
|
-
"summary": "Retrieve package metadata for a specified package version.",
|
|
3123
|
+
"summary": "Retrieve package metadata for a specified package version. Package metadata can be retrieved for converted second-generation managed package versions only.",
|
|
3126
3124
|
"enableJsonFlag": true,
|
|
3127
3125
|
"requiresProject": true,
|
|
3128
3126
|
"isESM": true,
|
|
@@ -4550,5 +4548,5 @@
|
|
|
4550
4548
|
]
|
|
4551
4549
|
}
|
|
4552
4550
|
},
|
|
4553
|
-
"version": "2.
|
|
4551
|
+
"version": "2.17.0"
|
|
4554
4552
|
}
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-packaging",
|
|
3
3
|
"description": "SF plugin that support Salesforce Packaging Platform",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.17.0",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^4",
|
|
9
|
-
"@salesforce/core": "^8.
|
|
9
|
+
"@salesforce/core": "^8.15.0",
|
|
10
10
|
"@salesforce/kit": "^3.2.3",
|
|
11
|
-
"@salesforce/packaging": "^4.
|
|
11
|
+
"@salesforce/packaging": "^4.9.0",
|
|
12
12
|
"@salesforce/sf-plugins-core": "^12.2.2",
|
|
13
13
|
"chalk": "^5.4.1"
|
|
14
14
|
},
|
|
@@ -247,7 +247,7 @@
|
|
|
247
247
|
"exports": "./lib/index.js",
|
|
248
248
|
"type": "module",
|
|
249
249
|
"sfdx": {
|
|
250
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.
|
|
251
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.
|
|
250
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.17.0.crt",
|
|
251
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.17.0.sig"
|
|
252
252
|
}
|
|
253
253
|
}
|