@salesforce/plugin-packaging 2.1.5 → 2.1.7

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
@@ -117,7 +117,7 @@ FLAG DESCRIPTIONS
117
117
  subscribers.
118
118
  ```
119
119
 
120
- _See code: [src/commands/package1/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.1.5/src/commands/package1/version/create.ts)_
120
+ _See code: [src/commands/package1/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.1.7/src/commands/package1/version/create.ts)_
121
121
 
122
122
  ## `sf package1 version create get`
123
123
 
@@ -149,7 +149,7 @@ EXAMPLES
149
149
  $ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
150
150
  ```
151
151
 
152
- _See code: [src/commands/package1/version/create/get.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.1.5/src/commands/package1/version/create/get.ts)_
152
+ _See code: [src/commands/package1/version/create/get.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.1.7/src/commands/package1/version/create/get.ts)_
153
153
 
154
154
  ## `sf package1 version display`
155
155
 
@@ -182,7 +182,7 @@ EXAMPLES
182
182
  $ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
183
183
  ```
184
184
 
185
- _See code: [src/commands/package1/version/display.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.1.5/src/commands/package1/version/display.ts)_
185
+ _See code: [src/commands/package1/version/display.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.1.7/src/commands/package1/version/display.ts)_
186
186
 
187
187
  ## `sf package1 version list`
188
188
 
@@ -219,7 +219,7 @@ FLAG DESCRIPTIONS
219
219
  If not specified, shows all versions for all packages (managed and unmanaged) in the org.
220
220
  ```
221
221
 
222
- _See code: [src/commands/package1/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.1.5/src/commands/package1/version/list.ts)_
222
+ _See code: [src/commands/package1/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.1.7/src/commands/package1/version/list.ts)_
223
223
 
224
224
  ## `sf package create`
225
225
 
@@ -297,7 +297,7 @@ FLAG DESCRIPTIONS
297
297
  Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
298
298
  ```
299
299
 
300
- _See code: [src/commands/package/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.1.5/src/commands/package/create.ts)_
300
+ _See code: [src/commands/package/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.1.7/src/commands/package/create.ts)_
301
301
 
302
302
  ## `sf package delete`
303
303
 
@@ -338,7 +338,7 @@ EXAMPLES
338
338
  $ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
339
339
  ```
340
340
 
341
- _See code: [src/commands/package/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.1.5/src/commands/package/delete.ts)_
341
+ _See code: [src/commands/package/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.1.7/src/commands/package/delete.ts)_
342
342
 
343
343
  ## `sf package install`
344
344
 
@@ -435,7 +435,7 @@ FLAG DESCRIPTIONS
435
435
  specify DeprecateOnly or Delete only for unlocked package upgrades.
436
436
  ```
437
437
 
438
- _See code: [src/commands/package/install.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.1.5/src/commands/package/install.ts)_
438
+ _See code: [src/commands/package/install.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.1.7/src/commands/package/install.ts)_
439
439
 
440
440
  ## `sf package install report`
441
441
 
@@ -467,7 +467,7 @@ EXAMPLES
467
467
  $ sf package install report --request-id 0Hf... --target-org me@example.com
468
468
  ```
469
469
 
470
- _See code: [src/commands/package/install/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.1.5/src/commands/package/install/report.ts)_
470
+ _See code: [src/commands/package/install/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.1.7/src/commands/package/install/report.ts)_
471
471
 
472
472
  ## `sf package installed list`
473
473
 
@@ -498,7 +498,7 @@ EXAMPLES
498
498
  $ sf package installed list --target-org me@example.com
499
499
  ```
500
500
 
501
- _See code: [src/commands/package/installed/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.1.5/src/commands/package/installed/list.ts)_
501
+ _See code: [src/commands/package/installed/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.1.7/src/commands/package/installed/list.ts)_
502
502
 
503
503
  ## `sf package list`
504
504
 
@@ -535,7 +535,7 @@ EXAMPLES
535
535
  $ sf package list --target-dev-hub devhub@example.com --verbose
536
536
  ```
537
537
 
538
- _See code: [src/commands/package/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.1.5/src/commands/package/list.ts)_
538
+ _See code: [src/commands/package/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.1.7/src/commands/package/list.ts)_
539
539
 
540
540
  ## `sf package uninstall`
541
541
 
@@ -582,7 +582,7 @@ EXAMPLES
582
582
  $ sf package uninstall --package "Undesirable Package Alias"
583
583
  ```
584
584
 
585
- _See code: [src/commands/package/uninstall.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.1.5/src/commands/package/uninstall.ts)_
585
+ _See code: [src/commands/package/uninstall.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.1.7/src/commands/package/uninstall.ts)_
586
586
 
587
587
  ## `sf package uninstall report`
588
588
 
@@ -614,7 +614,7 @@ EXAMPLES
614
614
  $ sf package uninstall report --request-id 06y... --target-org me@example.com
615
615
  ```
616
616
 
617
- _See code: [src/commands/package/uninstall/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.1.5/src/commands/package/uninstall/report.ts)_
617
+ _See code: [src/commands/package/uninstall/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.1.7/src/commands/package/uninstall/report.ts)_
618
618
 
619
619
  ## `sf package update`
620
620
 
@@ -668,7 +668,7 @@ FLAG DESCRIPTIONS
668
668
  associated with your package.
669
669
  ```
670
670
 
671
- _See code: [src/commands/package/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.1.5/src/commands/package/update.ts)_
671
+ _See code: [src/commands/package/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.1.7/src/commands/package/update.ts)_
672
672
 
673
673
  ## `sf package version create`
674
674
 
@@ -823,7 +823,7 @@ FLAG DESCRIPTIONS
823
823
  periods of no output from commands.
824
824
  ```
825
825
 
826
- _See code: [src/commands/package/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.1.5/src/commands/package/version/create.ts)_
826
+ _See code: [src/commands/package/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.1.7/src/commands/package/version/create.ts)_
827
827
 
828
828
  ## `sf package version create list`
829
829
 
@@ -883,7 +883,7 @@ EXAMPLES
883
883
  $ sf package version create list --created-last-days 0 --status Success
884
884
  ```
885
885
 
886
- _See code: [src/commands/package/version/create/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.1.5/src/commands/package/version/create/list.ts)_
886
+ _See code: [src/commands/package/version/create/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.1.7/src/commands/package/version/create/list.ts)_
887
887
 
888
888
  ## `sf package version create report`
889
889
 
@@ -925,7 +925,7 @@ EXAMPLES
925
925
  $ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
926
926
  ```
927
927
 
928
- _See code: [src/commands/package/version/create/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.1.5/src/commands/package/version/create/report.ts)_
928
+ _See code: [src/commands/package/version/create/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.1.7/src/commands/package/version/create/report.ts)_
929
929
 
930
930
  ## `sf package version delete`
931
931
 
@@ -963,7 +963,7 @@ EXAMPLES
963
963
  $ sf package version delete --package 04t... --target-org devhub@example.com
964
964
  ```
965
965
 
966
- _See code: [src/commands/package/version/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.1.5/src/commands/package/version/delete.ts)_
966
+ _See code: [src/commands/package/version/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.1.7/src/commands/package/version/delete.ts)_
967
967
 
968
968
  ## `sf package version displayancestry`
969
969
 
@@ -1021,7 +1021,7 @@ FLAG DESCRIPTIONS
1021
1021
  You can use the DOT code output in graph visualization software to create tree visualizations.
1022
1022
  ```
1023
1023
 
1024
- _See code: [src/commands/package/version/displayancestry.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.1.5/src/commands/package/version/displayancestry.ts)_
1024
+ _See code: [src/commands/package/version/displayancestry.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.1.7/src/commands/package/version/displayancestry.ts)_
1025
1025
 
1026
1026
  ## `sf package version list`
1027
1027
 
@@ -1089,7 +1089,7 @@ EXAMPLES
1089
1089
  $ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
1090
1090
  ```
1091
1091
 
1092
- _See code: [src/commands/package/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.1.5/src/commands/package/version/list.ts)_
1092
+ _See code: [src/commands/package/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.1.7/src/commands/package/version/list.ts)_
1093
1093
 
1094
1094
  ## `sf package version promote`
1095
1095
 
@@ -1132,7 +1132,7 @@ EXAMPLES
1132
1132
  $ sf package version promote --package "Awesome Package Alias"
1133
1133
  ```
1134
1134
 
1135
- _See code: [src/commands/package/version/promote.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.1.5/src/commands/package/version/promote.ts)_
1135
+ _See code: [src/commands/package/version/promote.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.1.7/src/commands/package/version/promote.ts)_
1136
1136
 
1137
1137
  ## `sf package version report`
1138
1138
 
@@ -1171,7 +1171,7 @@ EXAMPLES
1171
1171
  $ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
1172
1172
  ```
1173
1173
 
1174
- _See code: [src/commands/package/version/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.1.5/src/commands/package/version/report.ts)_
1174
+ _See code: [src/commands/package/version/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.1.7/src/commands/package/version/report.ts)_
1175
1175
 
1176
1176
  ## `sf package version update`
1177
1177
 
@@ -1223,6 +1223,6 @@ EXAMPLES
1223
1223
  $ sf package version update --package 04t... --version-description "New Package Version Description"
1224
1224
  ```
1225
1225
 
1226
- _See code: [src/commands/package/version/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.1.5/src/commands/package/version/update.ts)_
1226
+ _See code: [src/commands/package/version/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.1.7/src/commands/package/version/update.ts)_
1227
1227
 
1228
1228
  <!-- commandsstop -->