@salesforce/plugin-packaging 2.17.0 → 2.18.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
@@ -52,7 +52,6 @@ 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)
56
55
  - [`sf package version update`](#sf-package-version-update)
57
56
  - [`sf package1 version create`](#sf-package1-version-create)
58
57
  - [`sf package1 version create get`](#sf-package1-version-create-get)
@@ -154,7 +153,7 @@ FLAG DESCRIPTIONS
154
153
  --installation-key-bypass flag is required.
155
154
  ```
156
155
 
157
- _See code: [src/commands/package/convert.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.17.0/src/commands/package/convert.ts)_
156
+ _See code: [src/commands/package/convert.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.0/src/commands/package/convert.ts)_
158
157
 
159
158
  ## `sf package create`
160
159
 
@@ -233,7 +232,7 @@ FLAG DESCRIPTIONS
233
232
  Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
234
233
  ```
235
234
 
236
- _See code: [src/commands/package/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.17.0/src/commands/package/create.ts)_
235
+ _See code: [src/commands/package/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.0/src/commands/package/create.ts)_
237
236
 
238
237
  ## `sf package delete`
239
238
 
@@ -275,7 +274,7 @@ EXAMPLES
275
274
  $ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
276
275
  ```
277
276
 
278
- _See code: [src/commands/package/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.17.0/src/commands/package/delete.ts)_
277
+ _See code: [src/commands/package/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.0/src/commands/package/delete.ts)_
279
278
 
280
279
  ## `sf package install`
281
280
 
@@ -374,7 +373,7 @@ FLAG DESCRIPTIONS
374
373
  - Delete: Delete all removed components that can be safely deleted, and deprecate the other components.
375
374
  ```
376
375
 
377
- _See code: [src/commands/package/install.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.17.0/src/commands/package/install.ts)_
376
+ _See code: [src/commands/package/install.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.0/src/commands/package/install.ts)_
378
377
 
379
378
  ## `sf package install report`
380
379
 
@@ -407,7 +406,7 @@ EXAMPLES
407
406
  $ sf package install report --request-id 0Hf... --target-org me@example.com
408
407
  ```
409
408
 
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)_
409
+ _See code: [src/commands/package/install/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.0/src/commands/package/install/report.ts)_
411
410
 
412
411
  ## `sf package installed list`
413
412
 
@@ -439,7 +438,7 @@ EXAMPLES
439
438
  $ sf package installed list --target-org me@example.com
440
439
  ```
441
440
 
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)_
441
+ _See code: [src/commands/package/installed/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.0/src/commands/package/installed/list.ts)_
443
442
 
444
443
  ## `sf package list`
445
444
 
@@ -477,7 +476,7 @@ EXAMPLES
477
476
  $ sf package list --target-dev-hub devhub@example.com --verbose
478
477
  ```
479
478
 
480
- _See code: [src/commands/package/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.17.0/src/commands/package/list.ts)_
479
+ _See code: [src/commands/package/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.0/src/commands/package/list.ts)_
481
480
 
482
481
  ## `sf package push-upgrade abort`
483
482
 
@@ -516,7 +515,7 @@ EXAMPLES
516
515
  $ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
517
516
  ```
518
517
 
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)_
518
+ _See code: [src/commands/package/push-upgrade/abort.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.0/src/commands/package/push-upgrade/abort.ts)_
520
519
 
521
520
  ## `sf package push-upgrade list`
522
521
 
@@ -575,7 +574,7 @@ EXAMPLES
575
574
  $ sf package push-upgrade list --package 033xyz –-status Failed
576
575
  ```
577
576
 
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)_
577
+ _See code: [src/commands/package/push-upgrade/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.0/src/commands/package/push-upgrade/list.ts)_
579
578
 
580
579
  ## `sf package push-upgrade report`
581
580
 
@@ -617,7 +616,7 @@ EXAMPLES
617
616
  $ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
618
617
  ```
619
618
 
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)_
619
+ _See code: [src/commands/package/push-upgrade/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.0/src/commands/package/push-upgrade/report.ts)_
621
620
 
622
621
  ## `sf package push-upgrade schedule`
623
622
 
@@ -704,7 +703,7 @@ FLAG DESCRIPTIONS
704
703
  Overrides the value of the target-dev-hub configuration variable, if set.
705
704
  ```
706
705
 
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)_
706
+ _See code: [src/commands/package/push-upgrade/schedule.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.0/src/commands/package/push-upgrade/schedule.ts)_
708
707
 
709
708
  ## `sf package uninstall`
710
709
 
@@ -752,7 +751,7 @@ EXAMPLES
752
751
  $ sf package uninstall --package "Undesirable Package Alias"
753
752
  ```
754
753
 
755
- _See code: [src/commands/package/uninstall.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.17.0/src/commands/package/uninstall.ts)_
754
+ _See code: [src/commands/package/uninstall.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.0/src/commands/package/uninstall.ts)_
756
755
 
757
756
  ## `sf package uninstall report`
758
757
 
@@ -785,7 +784,7 @@ EXAMPLES
785
784
  $ sf package uninstall report --request-id 06y... --target-org me@example.com
786
785
  ```
787
786
 
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)_
787
+ _See code: [src/commands/package/uninstall/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.0/src/commands/package/uninstall/report.ts)_
789
788
 
790
789
  ## `sf package update`
791
790
 
@@ -840,7 +839,7 @@ FLAG DESCRIPTIONS
840
839
  associated with your package.
841
840
  ```
842
841
 
843
- _See code: [src/commands/package/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.17.0/src/commands/package/update.ts)_
842
+ _See code: [src/commands/package/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.0/src/commands/package/update.ts)_
844
843
 
845
844
  ## `sf package version create`
846
845
 
@@ -1015,7 +1014,7 @@ FLAG DESCRIPTIONS
1015
1014
  periods of no output from commands.
1016
1015
  ```
1017
1016
 
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)_
1017
+ _See code: [src/commands/package/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.0/src/commands/package/version/create.ts)_
1019
1018
 
1020
1019
  ## `sf package version create list`
1021
1020
 
@@ -1076,7 +1075,7 @@ EXAMPLES
1076
1075
  $ sf package version create list --created-last-days 0 --status Success
1077
1076
  ```
1078
1077
 
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)_
1078
+ _See code: [src/commands/package/version/create/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.0/src/commands/package/version/create/list.ts)_
1080
1079
 
1081
1080
  ## `sf package version create report`
1082
1081
 
@@ -1119,7 +1118,7 @@ EXAMPLES
1119
1118
  $ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
1120
1119
  ```
1121
1120
 
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)_
1121
+ _See code: [src/commands/package/version/create/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.0/src/commands/package/version/create/report.ts)_
1123
1122
 
1124
1123
  ## `sf package version delete`
1125
1124
 
@@ -1160,7 +1159,7 @@ EXAMPLES
1160
1159
  $ sf package version delete --package 04t... --target-org devhub@example.com
1161
1160
  ```
1162
1161
 
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)_
1162
+ _See code: [src/commands/package/version/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.0/src/commands/package/version/delete.ts)_
1164
1163
 
1165
1164
  ## `sf package version displayancestry`
1166
1165
 
@@ -1220,7 +1219,7 @@ FLAG DESCRIPTIONS
1220
1219
  You can use the DOT code output in graph visualization software to create tree visualizations.
1221
1220
  ```
1222
1221
 
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)_
1222
+ _See code: [src/commands/package/version/displayancestry.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.0/src/commands/package/version/displayancestry.ts)_
1224
1223
 
1225
1224
  ## `sf package version list`
1226
1225
 
@@ -1296,7 +1295,7 @@ EXAMPLES
1296
1295
  $ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
1297
1296
  ```
1298
1297
 
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)_
1298
+ _See code: [src/commands/package/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.0/src/commands/package/version/list.ts)_
1300
1299
 
1301
1300
  ## `sf package version promote`
1302
1301
 
@@ -1340,7 +1339,7 @@ EXAMPLES
1340
1339
  $ sf package version promote --package "Awesome Package Alias"
1341
1340
  ```
1342
1341
 
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)_
1342
+ _See code: [src/commands/package/version/promote.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.0/src/commands/package/version/promote.ts)_
1344
1343
 
1345
1344
  ## `sf package version report`
1346
1345
 
@@ -1380,46 +1379,7 @@ EXAMPLES
1380
1379
  $ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
1381
1380
  ```
1382
1381
 
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)_
1382
+ _See code: [src/commands/package/version/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.0/src/commands/package/version/report.ts)_
1423
1383
 
1424
1384
  ## `sf package version update`
1425
1385
 
@@ -1472,7 +1432,7 @@ EXAMPLES
1472
1432
  $ sf package version update --package 04t... --version-description "New Package Version Description"
1473
1433
  ```
1474
1434
 
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)_
1435
+ _See code: [src/commands/package/version/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.0/src/commands/package/version/update.ts)_
1476
1436
 
1477
1437
  ## `sf package1 version create`
1478
1438
 
@@ -1539,7 +1499,7 @@ FLAG DESCRIPTIONS
1539
1499
  subscribers.
1540
1500
  ```
1541
1501
 
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)_
1502
+ _See code: [src/commands/package1/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.0/src/commands/package1/version/create.ts)_
1543
1503
 
1544
1504
  ## `sf package1 version create get`
1545
1505
 
@@ -1572,7 +1532,7 @@ EXAMPLES
1572
1532
  $ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
1573
1533
  ```
1574
1534
 
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)_
1535
+ _See code: [src/commands/package1/version/create/get.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.0/src/commands/package1/version/create/get.ts)_
1576
1536
 
1577
1537
  ## `sf package1 version display`
1578
1538
 
@@ -1606,7 +1566,7 @@ EXAMPLES
1606
1566
  $ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
1607
1567
  ```
1608
1568
 
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)_
1569
+ _See code: [src/commands/package1/version/display.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.0/src/commands/package1/version/display.ts)_
1610
1570
 
1611
1571
  ## `sf package1 version list`
1612
1572
 
@@ -1644,6 +1604,6 @@ FLAG DESCRIPTIONS
1644
1604
  If not specified, shows all versions for all packages (managed and unmanaged) in the org.
1645
1605
  ```
1646
1606
 
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)_
1607
+ _See code: [src/commands/package1/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.18.0/src/commands/package1/version/list.ts)_
1648
1608
 
1649
1609
  <!-- commandsstop -->
@@ -6,6 +6,7 @@ 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;
9
10
  static readonly summary: string;
10
11
  static readonly description: string;
11
12
  static readonly examples: string[];
@@ -11,6 +11,7 @@ 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;
14
15
  static summary = messages.getMessage('summary');
15
16
  static description = messages.getMessage('description');
16
17
  static examples = messages.getMessages('examples');
@@ -1 +1 @@
1
- {"version":3,"file":"retrieve.js","sourceRoot":"","sources":["../../../../src/commands/package/version/retrieve.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"retrieve.js","sourceRoot":"","sources":["../../../../src/commands/package/version/retrieve.ts"],"names":[],"mappings":"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"}
@@ -3114,6 +3114,7 @@
3114
3114
  }
3115
3115
  },
3116
3116
  "hasDynamicHelp": true,
3117
+ "hidden": true,
3117
3118
  "hiddenAliases": [],
3118
3119
  "id": "package:version:retrieve",
3119
3120
  "pluginAlias": "@salesforce/plugin-packaging",
@@ -4548,5 +4549,5 @@
4548
4549
  ]
4549
4550
  }
4550
4551
  },
4551
- "version": "2.17.0"
4552
+ "version": "2.18.0"
4552
4553
  }
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.17.0",
4
+ "version": "2.18.0",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -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.17.0.crt",
251
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.17.0.sig"
250
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.18.0.crt",
251
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.18.0.sig"
252
252
  }
253
253
  }