@salesforce/plugin-packaging 2.22.4 → 2.23.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
CHANGED
|
@@ -53,6 +53,7 @@ See [DEVELOPING.md](DEVELOPING.md)
|
|
|
53
53
|
- [`sf package version list`](#sf-package-version-list)
|
|
54
54
|
- [`sf package version promote`](#sf-package-version-promote)
|
|
55
55
|
- [`sf package version report`](#sf-package-version-report)
|
|
56
|
+
- [`sf package version retrieve`](#sf-package-version-retrieve)
|
|
56
57
|
- [`sf package version update`](#sf-package-version-update)
|
|
57
58
|
- [`sf package1 version create`](#sf-package1-version-create)
|
|
58
59
|
- [`sf package1 version create get`](#sf-package1-version-create-get)
|
|
@@ -154,7 +155,7 @@ FLAG DESCRIPTIONS
|
|
|
154
155
|
--installation-key-bypass flag is required.
|
|
155
156
|
```
|
|
156
157
|
|
|
157
|
-
_See code: [src/commands/package/convert.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
158
|
+
_See code: [src/commands/package/convert.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/convert.ts)_
|
|
158
159
|
|
|
159
160
|
## `sf package create`
|
|
160
161
|
|
|
@@ -233,7 +234,7 @@ FLAG DESCRIPTIONS
|
|
|
233
234
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
234
235
|
```
|
|
235
236
|
|
|
236
|
-
_See code: [src/commands/package/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
237
|
+
_See code: [src/commands/package/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/create.ts)_
|
|
237
238
|
|
|
238
239
|
## `sf package delete`
|
|
239
240
|
|
|
@@ -275,7 +276,7 @@ EXAMPLES
|
|
|
275
276
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
276
277
|
```
|
|
277
278
|
|
|
278
|
-
_See code: [src/commands/package/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
279
|
+
_See code: [src/commands/package/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/delete.ts)_
|
|
279
280
|
|
|
280
281
|
## `sf package install`
|
|
281
282
|
|
|
@@ -374,7 +375,7 @@ FLAG DESCRIPTIONS
|
|
|
374
375
|
- Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
|
|
375
376
|
```
|
|
376
377
|
|
|
377
|
-
_See code: [src/commands/package/install.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
378
|
+
_See code: [src/commands/package/install.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/install.ts)_
|
|
378
379
|
|
|
379
380
|
## `sf package install report`
|
|
380
381
|
|
|
@@ -407,7 +408,7 @@ EXAMPLES
|
|
|
407
408
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
408
409
|
```
|
|
409
410
|
|
|
410
|
-
_See code: [src/commands/package/install/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
411
|
+
_See code: [src/commands/package/install/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/install/report.ts)_
|
|
411
412
|
|
|
412
413
|
## `sf package installed list`
|
|
413
414
|
|
|
@@ -439,7 +440,7 @@ EXAMPLES
|
|
|
439
440
|
$ sf package installed list --target-org me@example.com
|
|
440
441
|
```
|
|
441
442
|
|
|
442
|
-
_See code: [src/commands/package/installed/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
443
|
+
_See code: [src/commands/package/installed/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/installed/list.ts)_
|
|
443
444
|
|
|
444
445
|
## `sf package list`
|
|
445
446
|
|
|
@@ -477,7 +478,7 @@ EXAMPLES
|
|
|
477
478
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
478
479
|
```
|
|
479
480
|
|
|
480
|
-
_See code: [src/commands/package/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
481
|
+
_See code: [src/commands/package/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/list.ts)_
|
|
481
482
|
|
|
482
483
|
## `sf package push-upgrade abort`
|
|
483
484
|
|
|
@@ -516,7 +517,7 @@ EXAMPLES
|
|
|
516
517
|
$ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
517
518
|
```
|
|
518
519
|
|
|
519
|
-
_See code: [src/commands/package/push-upgrade/abort.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
520
|
+
_See code: [src/commands/package/push-upgrade/abort.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/push-upgrade/abort.ts)_
|
|
520
521
|
|
|
521
522
|
## `sf package push-upgrade list`
|
|
522
523
|
|
|
@@ -575,7 +576,7 @@ EXAMPLES
|
|
|
575
576
|
$ sf package push-upgrade list --package 033xyz –-status Failed
|
|
576
577
|
```
|
|
577
578
|
|
|
578
|
-
_See code: [src/commands/package/push-upgrade/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
579
|
+
_See code: [src/commands/package/push-upgrade/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/push-upgrade/list.ts)_
|
|
579
580
|
|
|
580
581
|
## `sf package push-upgrade report`
|
|
581
582
|
|
|
@@ -617,7 +618,7 @@ EXAMPLES
|
|
|
617
618
|
$ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
618
619
|
```
|
|
619
620
|
|
|
620
|
-
_See code: [src/commands/package/push-upgrade/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
621
|
+
_See code: [src/commands/package/push-upgrade/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/push-upgrade/report.ts)_
|
|
621
622
|
|
|
622
623
|
## `sf package push-upgrade schedule`
|
|
623
624
|
|
|
@@ -704,7 +705,7 @@ FLAG DESCRIPTIONS
|
|
|
704
705
|
Overrides the value of the target-dev-hub configuration variable, if set.
|
|
705
706
|
```
|
|
706
707
|
|
|
707
|
-
_See code: [src/commands/package/push-upgrade/schedule.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
708
|
+
_See code: [src/commands/package/push-upgrade/schedule.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/push-upgrade/schedule.ts)_
|
|
708
709
|
|
|
709
710
|
## `sf package uninstall`
|
|
710
711
|
|
|
@@ -752,7 +753,7 @@ EXAMPLES
|
|
|
752
753
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
753
754
|
```
|
|
754
755
|
|
|
755
|
-
_See code: [src/commands/package/uninstall.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
756
|
+
_See code: [src/commands/package/uninstall.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/uninstall.ts)_
|
|
756
757
|
|
|
757
758
|
## `sf package uninstall report`
|
|
758
759
|
|
|
@@ -785,7 +786,7 @@ EXAMPLES
|
|
|
785
786
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
786
787
|
```
|
|
787
788
|
|
|
788
|
-
_See code: [src/commands/package/uninstall/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
789
|
+
_See code: [src/commands/package/uninstall/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/uninstall/report.ts)_
|
|
789
790
|
|
|
790
791
|
## `sf package update`
|
|
791
792
|
|
|
@@ -848,7 +849,7 @@ FLAG DESCRIPTIONS
|
|
|
848
849
|
notified to upgrade to the recommended version.
|
|
849
850
|
```
|
|
850
851
|
|
|
851
|
-
_See code: [src/commands/package/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
852
|
+
_See code: [src/commands/package/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/update.ts)_
|
|
852
853
|
|
|
853
854
|
## `sf package version create`
|
|
854
855
|
|
|
@@ -1023,7 +1024,7 @@ FLAG DESCRIPTIONS
|
|
|
1023
1024
|
periods of no output from commands.
|
|
1024
1025
|
```
|
|
1025
1026
|
|
|
1026
|
-
_See code: [src/commands/package/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
1027
|
+
_See code: [src/commands/package/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/version/create.ts)_
|
|
1027
1028
|
|
|
1028
1029
|
## `sf package version create list`
|
|
1029
1030
|
|
|
@@ -1084,7 +1085,7 @@ EXAMPLES
|
|
|
1084
1085
|
$ sf package version create list --created-last-days 0 --status Success
|
|
1085
1086
|
```
|
|
1086
1087
|
|
|
1087
|
-
_See code: [src/commands/package/version/create/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
1088
|
+
_See code: [src/commands/package/version/create/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/version/create/list.ts)_
|
|
1088
1089
|
|
|
1089
1090
|
## `sf package version create report`
|
|
1090
1091
|
|
|
@@ -1127,7 +1128,7 @@ EXAMPLES
|
|
|
1127
1128
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
1128
1129
|
```
|
|
1129
1130
|
|
|
1130
|
-
_See code: [src/commands/package/version/create/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
1131
|
+
_See code: [src/commands/package/version/create/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/version/create/report.ts)_
|
|
1131
1132
|
|
|
1132
1133
|
## `sf package version delete`
|
|
1133
1134
|
|
|
@@ -1168,7 +1169,7 @@ EXAMPLES
|
|
|
1168
1169
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
1169
1170
|
```
|
|
1170
1171
|
|
|
1171
|
-
_See code: [src/commands/package/version/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
1172
|
+
_See code: [src/commands/package/version/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/version/delete.ts)_
|
|
1172
1173
|
|
|
1173
1174
|
## `sf package version displayancestry`
|
|
1174
1175
|
|
|
@@ -1228,7 +1229,7 @@ FLAG DESCRIPTIONS
|
|
|
1228
1229
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
1229
1230
|
```
|
|
1230
1231
|
|
|
1231
|
-
_See code: [src/commands/package/version/displayancestry.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
1232
|
+
_See code: [src/commands/package/version/displayancestry.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/version/displayancestry.ts)_
|
|
1232
1233
|
|
|
1233
1234
|
## `sf package version displaydependencies`
|
|
1234
1235
|
|
|
@@ -1290,7 +1291,7 @@ FLAG DESCRIPTIONS
|
|
|
1290
1291
|
package, which must be installed last.
|
|
1291
1292
|
```
|
|
1292
1293
|
|
|
1293
|
-
_See code: [src/commands/package/version/displaydependencies.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
1294
|
+
_See code: [src/commands/package/version/displaydependencies.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/version/displaydependencies.ts)_
|
|
1294
1295
|
|
|
1295
1296
|
## `sf package version list`
|
|
1296
1297
|
|
|
@@ -1366,7 +1367,7 @@ EXAMPLES
|
|
|
1366
1367
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
1367
1368
|
```
|
|
1368
1369
|
|
|
1369
|
-
_See code: [src/commands/package/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
1370
|
+
_See code: [src/commands/package/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/version/list.ts)_
|
|
1370
1371
|
|
|
1371
1372
|
## `sf package version promote`
|
|
1372
1373
|
|
|
@@ -1410,7 +1411,7 @@ EXAMPLES
|
|
|
1410
1411
|
$ sf package version promote --package "Awesome Package Alias"
|
|
1411
1412
|
```
|
|
1412
1413
|
|
|
1413
|
-
_See code: [src/commands/package/version/promote.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
1414
|
+
_See code: [src/commands/package/version/promote.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/version/promote.ts)_
|
|
1414
1415
|
|
|
1415
1416
|
## `sf package version report`
|
|
1416
1417
|
|
|
@@ -1450,7 +1451,50 @@ EXAMPLES
|
|
|
1450
1451
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
1451
1452
|
```
|
|
1452
1453
|
|
|
1453
|
-
_See code: [src/commands/package/version/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
1454
|
+
_See code: [src/commands/package/version/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/version/report.ts)_
|
|
1455
|
+
|
|
1456
|
+
## `sf package version retrieve`
|
|
1457
|
+
|
|
1458
|
+
Retrieve package metadata for a specified package version. Package metadata can be retrieved for second-generation managed package versions or unlocked packages only.
|
|
1459
|
+
|
|
1460
|
+
```
|
|
1461
|
+
USAGE
|
|
1462
|
+
$ sf package version retrieve -v <value> -p <value> [--json] [--flags-dir <value>] [--api-version <value>] [-d
|
|
1463
|
+
<value>]
|
|
1464
|
+
|
|
1465
|
+
FLAGS
|
|
1466
|
+
-d, --output-dir=<value> [default: force-app] Path within your Salesforce DX project directory in which to
|
|
1467
|
+
download the metadata. This directory must be empty.
|
|
1468
|
+
-p, --package=<value> (required) Subscriber package version ID (starts with 04t).
|
|
1469
|
+
-v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org. Not required if the `target-dev-hub`
|
|
1470
|
+
configuration variable is already set.
|
|
1471
|
+
--api-version=<value> Override the api version used for api requests made by this command
|
|
1472
|
+
|
|
1473
|
+
GLOBAL FLAGS
|
|
1474
|
+
--flags-dir=<value> Import flag values from a directory.
|
|
1475
|
+
--json Format output as json.
|
|
1476
|
+
|
|
1477
|
+
DESCRIPTION
|
|
1478
|
+
Retrieve package metadata for a specified package version. Package metadata can be retrieved for second-generation
|
|
1479
|
+
managed package versions or unlocked packages only.
|
|
1480
|
+
|
|
1481
|
+
Retrieving a package version downloads the metadata into the directory you specify.
|
|
1482
|
+
|
|
1483
|
+
When you run this command, specify the subscriber package version ID (starts with 04t) and the path to an empty
|
|
1484
|
+
directory.
|
|
1485
|
+
|
|
1486
|
+
By default, the package version retrieve command is available to 2GP managed packages that were converted from 1GP. To
|
|
1487
|
+
use this command with a managed package created using 2GP (not converted from 1GP) or with an unlocked package,
|
|
1488
|
+
specify IsDevUsePkgZipRequested = true in the Package2VersionCreateRequest Tooling API object. If you run this command
|
|
1489
|
+
and the zip folder with the package version’s source files is missing, confirm that IsDevUsePkgZipRequested is set to
|
|
1490
|
+
true.
|
|
1491
|
+
|
|
1492
|
+
EXAMPLES
|
|
1493
|
+
Retrieve package metadata for a converted subscriber package version ID (starts with 04t) into my-directory/ within your Salesforce DX project directory:
|
|
1494
|
+
sf package version retrieve --package 04tXXX --output-dir my-directory/ --target-dev-hub devhub@example.com
|
|
1495
|
+
```
|
|
1496
|
+
|
|
1497
|
+
_See code: [src/commands/package/version/retrieve.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/version/retrieve.ts)_
|
|
1454
1498
|
|
|
1455
1499
|
## `sf package version update`
|
|
1456
1500
|
|
|
@@ -1503,7 +1547,7 @@ EXAMPLES
|
|
|
1503
1547
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
1504
1548
|
```
|
|
1505
1549
|
|
|
1506
|
-
_See code: [src/commands/package/version/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
1550
|
+
_See code: [src/commands/package/version/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/version/update.ts)_
|
|
1507
1551
|
|
|
1508
1552
|
## `sf package1 version create`
|
|
1509
1553
|
|
|
@@ -1570,7 +1614,7 @@ FLAG DESCRIPTIONS
|
|
|
1570
1614
|
subscribers.
|
|
1571
1615
|
```
|
|
1572
1616
|
|
|
1573
|
-
_See code: [src/commands/package1/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
1617
|
+
_See code: [src/commands/package1/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package1/version/create.ts)_
|
|
1574
1618
|
|
|
1575
1619
|
## `sf package1 version create get`
|
|
1576
1620
|
|
|
@@ -1603,7 +1647,7 @@ EXAMPLES
|
|
|
1603
1647
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
1604
1648
|
```
|
|
1605
1649
|
|
|
1606
|
-
_See code: [src/commands/package1/version/create/get.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
1650
|
+
_See code: [src/commands/package1/version/create/get.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package1/version/create/get.ts)_
|
|
1607
1651
|
|
|
1608
1652
|
## `sf package1 version display`
|
|
1609
1653
|
|
|
@@ -1637,7 +1681,7 @@ EXAMPLES
|
|
|
1637
1681
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
1638
1682
|
```
|
|
1639
1683
|
|
|
1640
|
-
_See code: [src/commands/package1/version/display.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
1684
|
+
_See code: [src/commands/package1/version/display.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package1/version/display.ts)_
|
|
1641
1685
|
|
|
1642
1686
|
## `sf package1 version list`
|
|
1643
1687
|
|
|
@@ -1675,6 +1719,6 @@ FLAG DESCRIPTIONS
|
|
|
1675
1719
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
1676
1720
|
```
|
|
1677
1721
|
|
|
1678
|
-
_See code: [src/commands/package1/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
1722
|
+
_See code: [src/commands/package1/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package1/version/list.ts)_
|
|
1679
1723
|
|
|
1680
1724
|
<!-- commandsstop -->
|
|
@@ -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[];
|
|
@@ -20,7 +20,6 @@ import { Package } from '@salesforce/packaging';
|
|
|
20
20
|
Messages.importMessagesDirectoryFromMetaUrl(import.meta.url);
|
|
21
21
|
const messages = Messages.loadMessages('@salesforce/plugin-packaging', 'package_version_retrieve');
|
|
22
22
|
export class PackageVersionRetrieveCommand extends SfCommand {
|
|
23
|
-
static hidden = true;
|
|
24
23
|
static summary = messages.getMessage('summary');
|
|
25
24
|
static description = messages.getMessage('description');
|
|
26
25
|
static examples = messages.getMessages('examples');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retrieve.js","sourceRoot":"","sources":["../../../../src/commands/package/version/retrieve.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;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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"}
|
package/oclif.manifest.json
CHANGED
|
@@ -3680,7 +3680,6 @@
|
|
|
3680
3680
|
}
|
|
3681
3681
|
},
|
|
3682
3682
|
"hasDynamicHelp": true,
|
|
3683
|
-
"hidden": true,
|
|
3684
3683
|
"hiddenAliases": [],
|
|
3685
3684
|
"id": "package:version:retrieve",
|
|
3686
3685
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
@@ -6232,5 +6231,5 @@
|
|
|
6232
6231
|
]
|
|
6233
6232
|
}
|
|
6234
6233
|
},
|
|
6235
|
-
"version": "2.
|
|
6234
|
+
"version": "2.23.0"
|
|
6236
6235
|
}
|
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.
|
|
4
|
+
"version": "2.23.0",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -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.
|
|
252
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.
|
|
251
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.23.0.crt",
|
|
252
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.23.0.sig"
|
|
253
253
|
}
|
|
254
254
|
}
|