@salesforce/plugin-packaging 2.4.1 → 2.4.3

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
@@ -118,7 +118,7 @@ FLAG DESCRIPTIONS
118
118
  subscribers.
119
119
  ```
120
120
 
121
- _See code: [src/commands/package1/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.4.1/src/commands/package1/version/create.ts)_
121
+ _See code: [src/commands/package1/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.4.3/src/commands/package1/version/create.ts)_
122
122
 
123
123
  ## `sf package1 version create get`
124
124
 
@@ -151,7 +151,7 @@ EXAMPLES
151
151
  $ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
152
152
  ```
153
153
 
154
- _See code: [src/commands/package1/version/create/get.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.4.1/src/commands/package1/version/create/get.ts)_
154
+ _See code: [src/commands/package1/version/create/get.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.4.3/src/commands/package1/version/create/get.ts)_
155
155
 
156
156
  ## `sf package1 version display`
157
157
 
@@ -185,7 +185,7 @@ EXAMPLES
185
185
  $ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
186
186
  ```
187
187
 
188
- _See code: [src/commands/package1/version/display.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.4.1/src/commands/package1/version/display.ts)_
188
+ _See code: [src/commands/package1/version/display.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.4.3/src/commands/package1/version/display.ts)_
189
189
 
190
190
  ## `sf package1 version list`
191
191
 
@@ -223,7 +223,7 @@ FLAG DESCRIPTIONS
223
223
  If not specified, shows all versions for all packages (managed and unmanaged) in the org.
224
224
  ```
225
225
 
226
- _See code: [src/commands/package1/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.4.1/src/commands/package1/version/list.ts)_
226
+ _See code: [src/commands/package1/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.4.3/src/commands/package1/version/list.ts)_
227
227
 
228
228
  ## `sf package create`
229
229
 
@@ -302,7 +302,7 @@ FLAG DESCRIPTIONS
302
302
  Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
303
303
  ```
304
304
 
305
- _See code: [src/commands/package/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.4.1/src/commands/package/create.ts)_
305
+ _See code: [src/commands/package/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.4.3/src/commands/package/create.ts)_
306
306
 
307
307
  ## `sf package delete`
308
308
 
@@ -344,7 +344,7 @@ EXAMPLES
344
344
  $ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
345
345
  ```
346
346
 
347
- _See code: [src/commands/package/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.4.1/src/commands/package/delete.ts)_
347
+ _See code: [src/commands/package/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.4.3/src/commands/package/delete.ts)_
348
348
 
349
349
  ## `sf package install`
350
350
 
@@ -442,7 +442,7 @@ FLAG DESCRIPTIONS
442
442
  specify DeprecateOnly or Delete only for unlocked package upgrades.
443
443
  ```
444
444
 
445
- _See code: [src/commands/package/install.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.4.1/src/commands/package/install.ts)_
445
+ _See code: [src/commands/package/install.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.4.3/src/commands/package/install.ts)_
446
446
 
447
447
  ## `sf package install report`
448
448
 
@@ -475,7 +475,7 @@ EXAMPLES
475
475
  $ sf package install report --request-id 0Hf... --target-org me@example.com
476
476
  ```
477
477
 
478
- _See code: [src/commands/package/install/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.4.1/src/commands/package/install/report.ts)_
478
+ _See code: [src/commands/package/install/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.4.3/src/commands/package/install/report.ts)_
479
479
 
480
480
  ## `sf package installed list`
481
481
 
@@ -507,7 +507,7 @@ EXAMPLES
507
507
  $ sf package installed list --target-org me@example.com
508
508
  ```
509
509
 
510
- _See code: [src/commands/package/installed/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.4.1/src/commands/package/installed/list.ts)_
510
+ _See code: [src/commands/package/installed/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.4.3/src/commands/package/installed/list.ts)_
511
511
 
512
512
  ## `sf package list`
513
513
 
@@ -545,7 +545,7 @@ EXAMPLES
545
545
  $ sf package list --target-dev-hub devhub@example.com --verbose
546
546
  ```
547
547
 
548
- _See code: [src/commands/package/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.4.1/src/commands/package/list.ts)_
548
+ _See code: [src/commands/package/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.4.3/src/commands/package/list.ts)_
549
549
 
550
550
  ## `sf package uninstall`
551
551
 
@@ -593,7 +593,7 @@ EXAMPLES
593
593
  $ sf package uninstall --package "Undesirable Package Alias"
594
594
  ```
595
595
 
596
- _See code: [src/commands/package/uninstall.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.4.1/src/commands/package/uninstall.ts)_
596
+ _See code: [src/commands/package/uninstall.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.4.3/src/commands/package/uninstall.ts)_
597
597
 
598
598
  ## `sf package uninstall report`
599
599
 
@@ -626,7 +626,7 @@ EXAMPLES
626
626
  $ sf package uninstall report --request-id 06y... --target-org me@example.com
627
627
  ```
628
628
 
629
- _See code: [src/commands/package/uninstall/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.4.1/src/commands/package/uninstall/report.ts)_
629
+ _See code: [src/commands/package/uninstall/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.4.3/src/commands/package/uninstall/report.ts)_
630
630
 
631
631
  ## `sf package update`
632
632
 
@@ -681,7 +681,7 @@ FLAG DESCRIPTIONS
681
681
  associated with your package.
682
682
  ```
683
683
 
684
- _See code: [src/commands/package/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.4.1/src/commands/package/update.ts)_
684
+ _See code: [src/commands/package/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.4.3/src/commands/package/update.ts)_
685
685
 
686
686
  ## `sf package version create`
687
687
 
@@ -836,7 +836,7 @@ FLAG DESCRIPTIONS
836
836
  periods of no output from commands.
837
837
  ```
838
838
 
839
- _See code: [src/commands/package/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.4.1/src/commands/package/version/create.ts)_
839
+ _See code: [src/commands/package/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.4.3/src/commands/package/version/create.ts)_
840
840
 
841
841
  ## `sf package version create list`
842
842
 
@@ -897,7 +897,7 @@ EXAMPLES
897
897
  $ sf package version create list --created-last-days 0 --status Success
898
898
  ```
899
899
 
900
- _See code: [src/commands/package/version/create/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.4.1/src/commands/package/version/create/list.ts)_
900
+ _See code: [src/commands/package/version/create/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.4.3/src/commands/package/version/create/list.ts)_
901
901
 
902
902
  ## `sf package version create report`
903
903
 
@@ -940,7 +940,7 @@ EXAMPLES
940
940
  $ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
941
941
  ```
942
942
 
943
- _See code: [src/commands/package/version/create/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.4.1/src/commands/package/version/create/report.ts)_
943
+ _See code: [src/commands/package/version/create/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.4.3/src/commands/package/version/create/report.ts)_
944
944
 
945
945
  ## `sf package version delete`
946
946
 
@@ -979,7 +979,7 @@ EXAMPLES
979
979
  $ sf package version delete --package 04t... --target-org devhub@example.com
980
980
  ```
981
981
 
982
- _See code: [src/commands/package/version/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.4.1/src/commands/package/version/delete.ts)_
982
+ _See code: [src/commands/package/version/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.4.3/src/commands/package/version/delete.ts)_
983
983
 
984
984
  ## `sf package version displayancestry`
985
985
 
@@ -1039,7 +1039,7 @@ FLAG DESCRIPTIONS
1039
1039
  You can use the DOT code output in graph visualization software to create tree visualizations.
1040
1040
  ```
1041
1041
 
1042
- _See code: [src/commands/package/version/displayancestry.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.4.1/src/commands/package/version/displayancestry.ts)_
1042
+ _See code: [src/commands/package/version/displayancestry.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.4.3/src/commands/package/version/displayancestry.ts)_
1043
1043
 
1044
1044
  ## `sf package version list`
1045
1045
 
@@ -1108,7 +1108,7 @@ EXAMPLES
1108
1108
  $ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
1109
1109
  ```
1110
1110
 
1111
- _See code: [src/commands/package/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.4.1/src/commands/package/version/list.ts)_
1111
+ _See code: [src/commands/package/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.4.3/src/commands/package/version/list.ts)_
1112
1112
 
1113
1113
  ## `sf package version promote`
1114
1114
 
@@ -1152,7 +1152,7 @@ EXAMPLES
1152
1152
  $ sf package version promote --package "Awesome Package Alias"
1153
1153
  ```
1154
1154
 
1155
- _See code: [src/commands/package/version/promote.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.4.1/src/commands/package/version/promote.ts)_
1155
+ _See code: [src/commands/package/version/promote.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.4.3/src/commands/package/version/promote.ts)_
1156
1156
 
1157
1157
  ## `sf package version report`
1158
1158
 
@@ -1192,7 +1192,7 @@ EXAMPLES
1192
1192
  $ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
1193
1193
  ```
1194
1194
 
1195
- _See code: [src/commands/package/version/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.4.1/src/commands/package/version/report.ts)_
1195
+ _See code: [src/commands/package/version/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.4.3/src/commands/package/version/report.ts)_
1196
1196
 
1197
1197
  ## `sf package version update`
1198
1198
 
@@ -1245,6 +1245,6 @@ EXAMPLES
1245
1245
  $ sf package version update --package 04t... --version-description "New Package Version Description"
1246
1246
  ```
1247
1247
 
1248
- _See code: [src/commands/package/version/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.4.1/src/commands/package/version/update.ts)_
1248
+ _See code: [src/commands/package/version/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.4.3/src/commands/package/version/update.ts)_
1249
1249
 
1250
1250
  <!-- commandsstop -->