@salesforce/plugin-packaging 1.27.2 → 1.27.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 +66 -44
- package/oclif.lock +9 -9
- package/oclif.manifest.json +25 -25
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -69,7 +69,8 @@ FLAGS
|
|
|
69
69
|
-k, --installation-key=<value> Installation key for key-protected package (default: null).
|
|
70
70
|
-m, --managed-released Create a managed package version.
|
|
71
71
|
-n, --name=<value> (required) Package version name.
|
|
72
|
-
-o, --target-org=<value> (required) Username or alias of the target org.
|
|
72
|
+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
73
|
+
configuration variable is already set.
|
|
73
74
|
-p, --post-install-url=<value> Post install URL.
|
|
74
75
|
-r, --release-notes-url=<value> Release notes URL.
|
|
75
76
|
-v, --version=<value> Package version in major.minor format, for example, 3.2.
|
|
@@ -113,7 +114,7 @@ FLAG DESCRIPTIONS
|
|
|
113
114
|
subscribers.
|
|
114
115
|
```
|
|
115
116
|
|
|
116
|
-
_See code: [src/commands/package1/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
117
|
+
_See code: [src/commands/package1/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.3/src/commands/package1/version/create.ts)_
|
|
117
118
|
|
|
118
119
|
## `sf package1:version:create:get`
|
|
119
120
|
|
|
@@ -125,7 +126,8 @@ USAGE
|
|
|
125
126
|
|
|
126
127
|
FLAGS
|
|
127
128
|
-i, --request-id=<value> (required) ID of the PackageUploadRequest (starts with 0HD).
|
|
128
|
-
-o, --target-org=<value> (required) Username or alias of the target org.
|
|
129
|
+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
130
|
+
configuration variable is already set.
|
|
129
131
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
130
132
|
|
|
131
133
|
ALIASES
|
|
@@ -141,7 +143,7 @@ EXAMPLES
|
|
|
141
143
|
$ sf package1:version:create:get --request-id 0HD... --target-org myorg@example.com
|
|
142
144
|
```
|
|
143
145
|
|
|
144
|
-
_See code: [src/commands/package1/version/create/get.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
146
|
+
_See code: [src/commands/package1/version/create/get.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.3/src/commands/package1/version/create/get.ts)_
|
|
145
147
|
|
|
146
148
|
## `sf package1:version:display`
|
|
147
149
|
|
|
@@ -154,7 +156,8 @@ USAGE
|
|
|
154
156
|
FLAGS
|
|
155
157
|
-i, --package-version-id=<value> (required) ID (starts with 04t) of the metadata package version whose details you
|
|
156
158
|
want to display.
|
|
157
|
-
-o, --target-org=<value> (required) Username or alias of the target org.
|
|
159
|
+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
160
|
+
configuration variable is already set.
|
|
158
161
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
159
162
|
|
|
160
163
|
ALIASES
|
|
@@ -170,7 +173,7 @@ EXAMPLES
|
|
|
170
173
|
$ sf package1:version:display --package-version-id 04t... --target-org myorg@example.com
|
|
171
174
|
```
|
|
172
175
|
|
|
173
|
-
_See code: [src/commands/package1/version/display.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
176
|
+
_See code: [src/commands/package1/version/display.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.3/src/commands/package1/version/display.ts)_
|
|
174
177
|
|
|
175
178
|
## `sf package1:version:list`
|
|
176
179
|
|
|
@@ -182,7 +185,8 @@ USAGE
|
|
|
182
185
|
|
|
183
186
|
FLAGS
|
|
184
187
|
-i, --package-id=<value> Metadata package ID (starts with 033) whose package versions you want to list.
|
|
185
|
-
-o, --target-org=<value> (required) Username or alias of the target org.
|
|
188
|
+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
189
|
+
configuration variable is already set.
|
|
186
190
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
187
191
|
|
|
188
192
|
ALIASES
|
|
@@ -203,7 +207,7 @@ FLAG DESCRIPTIONS
|
|
|
203
207
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
204
208
|
```
|
|
205
209
|
|
|
206
|
-
_See code: [src/commands/package1/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
210
|
+
_See code: [src/commands/package1/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.3/src/commands/package1/version/list.ts)_
|
|
207
211
|
|
|
208
212
|
## `sf package:create`
|
|
209
213
|
|
|
@@ -223,7 +227,8 @@ FLAGS
|
|
|
223
227
|
-r, --path=<value> (required) Path to directory that contains the contents of the package.
|
|
224
228
|
-t, --package-type=<option> (required) Type of package.
|
|
225
229
|
<options: Managed|Unlocked>
|
|
226
|
-
-v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org.
|
|
230
|
+
-v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org. Not required if the
|
|
231
|
+
`target-dev-hub` configuration variable is already set.
|
|
227
232
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
228
233
|
--org-dependent Depends on unpackaged metadata in the installation org; applies to unlocked
|
|
229
234
|
packages only.
|
|
@@ -277,7 +282,7 @@ FLAG DESCRIPTIONS
|
|
|
277
282
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
278
283
|
```
|
|
279
284
|
|
|
280
|
-
_See code: [src/commands/package/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
285
|
+
_See code: [src/commands/package/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.3/src/commands/package/create.ts)_
|
|
281
286
|
|
|
282
287
|
## `sf package:delete`
|
|
283
288
|
|
|
@@ -290,7 +295,8 @@ USAGE
|
|
|
290
295
|
FLAGS
|
|
291
296
|
-n, --no-prompt Don’t prompt before deleting the package.
|
|
292
297
|
-p, --package=<value> (required) ID (starts with 0Ho) or alias of the package to delete.
|
|
293
|
-
-v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org.
|
|
298
|
+
-v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org. Not required if the `target-dev-hub`
|
|
299
|
+
configuration variable is already set.
|
|
294
300
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
295
301
|
|
|
296
302
|
DESCRIPTION
|
|
@@ -314,7 +320,7 @@ EXAMPLES
|
|
|
314
320
|
$ sf package:delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
315
321
|
```
|
|
316
322
|
|
|
317
|
-
_See code: [src/commands/package/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
323
|
+
_See code: [src/commands/package/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.3/src/commands/package/delete.ts)_
|
|
318
324
|
|
|
319
325
|
## `sf package:install`
|
|
320
326
|
|
|
@@ -332,7 +338,8 @@ FLAGS
|
|
|
332
338
|
-b, --publish-wait=<value> [default: 0 minutes] Maximum number of minutes to wait for the Subscriber Package
|
|
333
339
|
Version ID to become available in the target org before canceling the install request.
|
|
334
340
|
-k, --installation-key=<value> Installation key for key-protected package (default: null).
|
|
335
|
-
-o, --target-org=<value> (required) Username or alias of the target org.
|
|
341
|
+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
342
|
+
configuration variable is already set.
|
|
336
343
|
-p, --package=<value> (required) ID (starts with 04t) or alias of the package version to install.
|
|
337
344
|
-r, --no-prompt Don't prompt for confirmation.
|
|
338
345
|
-s, --security-type=<option> [default: AdminsOnly] Security access type for the installed package. (deprecation
|
|
@@ -407,7 +414,7 @@ FLAG DESCRIPTIONS
|
|
|
407
414
|
specify DeprecateOnly or Delete only for unlocked package upgrades.
|
|
408
415
|
```
|
|
409
416
|
|
|
410
|
-
_See code: [src/commands/package/install.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
417
|
+
_See code: [src/commands/package/install.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.3/src/commands/package/install.ts)_
|
|
411
418
|
|
|
412
419
|
## `sf package:install:report`
|
|
413
420
|
|
|
@@ -419,7 +426,8 @@ USAGE
|
|
|
419
426
|
|
|
420
427
|
FLAGS
|
|
421
428
|
-i, --request-id=<value> (required) ID of the package install request you want to check; starts with 0Hf.
|
|
422
|
-
-o, --target-org=<value> (required) Username or alias of the target org.
|
|
429
|
+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
430
|
+
configuration variable is already set.
|
|
423
431
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
424
432
|
|
|
425
433
|
ALIASES
|
|
@@ -435,7 +443,7 @@ EXAMPLES
|
|
|
435
443
|
$ sf package:install:report --request-id 0Hf... --target-org me@example.com
|
|
436
444
|
```
|
|
437
445
|
|
|
438
|
-
_See code: [src/commands/package/install/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
446
|
+
_See code: [src/commands/package/install/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.3/src/commands/package/install/report.ts)_
|
|
439
447
|
|
|
440
448
|
## `sf package:installed:list`
|
|
441
449
|
|
|
@@ -446,7 +454,8 @@ USAGE
|
|
|
446
454
|
$ sf package:installed:list -o <value> [--api-version <value>]
|
|
447
455
|
|
|
448
456
|
FLAGS
|
|
449
|
-
-o, --target-org=<value> (required) Username or alias of the target org.
|
|
457
|
+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
458
|
+
configuration variable is already set.
|
|
450
459
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
451
460
|
|
|
452
461
|
ALIASES
|
|
@@ -462,7 +471,7 @@ EXAMPLES
|
|
|
462
471
|
$ sf package:installed:list --target-org me@example.com
|
|
463
472
|
```
|
|
464
473
|
|
|
465
|
-
_See code: [src/commands/package/installed/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
474
|
+
_See code: [src/commands/package/installed/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.3/src/commands/package/installed/list.ts)_
|
|
466
475
|
|
|
467
476
|
## `sf package:list`
|
|
468
477
|
|
|
@@ -473,7 +482,8 @@ USAGE
|
|
|
473
482
|
$ sf package:list -v <value> [--api-version <value>] [--verbose]
|
|
474
483
|
|
|
475
484
|
FLAGS
|
|
476
|
-
-v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org.
|
|
485
|
+
-v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org. Not required if the `target-dev-hub`
|
|
486
|
+
configuration variable is already set.
|
|
477
487
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
478
488
|
--verbose Display extended package detail.
|
|
479
489
|
|
|
@@ -495,7 +505,7 @@ EXAMPLES
|
|
|
495
505
|
$ sf package:list --target-dev-hub devhub@example.com --verbose
|
|
496
506
|
```
|
|
497
507
|
|
|
498
|
-
_See code: [src/commands/package/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
508
|
+
_See code: [src/commands/package/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.3/src/commands/package/list.ts)_
|
|
499
509
|
|
|
500
510
|
## `sf package:uninstall`
|
|
501
511
|
|
|
@@ -506,7 +516,8 @@ USAGE
|
|
|
506
516
|
$ sf package:uninstall -o <value> -p <value> [--api-version <value>] [-w <value>]
|
|
507
517
|
|
|
508
518
|
FLAGS
|
|
509
|
-
-o, --target-org=<value> (required) Username or alias of the target org.
|
|
519
|
+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
520
|
+
configuration variable is already set.
|
|
510
521
|
-p, --package=<value> (required) ID (starts with 04t) or alias of the package version to uninstall.
|
|
511
522
|
-w, --wait=<value> [default: 0 minutes] Number of minutes to wait for uninstall status.
|
|
512
523
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
@@ -538,7 +549,7 @@ EXAMPLES
|
|
|
538
549
|
$ sf package:uninstall --package "Undesirable Package Alias"
|
|
539
550
|
```
|
|
540
551
|
|
|
541
|
-
_See code: [src/commands/package/uninstall.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
552
|
+
_See code: [src/commands/package/uninstall.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.3/src/commands/package/uninstall.ts)_
|
|
542
553
|
|
|
543
554
|
## `sf package:uninstall:report`
|
|
544
555
|
|
|
@@ -550,7 +561,8 @@ USAGE
|
|
|
550
561
|
|
|
551
562
|
FLAGS
|
|
552
563
|
-i, --request-id=<value> (required) ID of the package uninstall request you want to check; starts with 06y.
|
|
553
|
-
-o, --target-org=<value> (required) Username or alias of the target org.
|
|
564
|
+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
565
|
+
configuration variable is already set.
|
|
554
566
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
555
567
|
|
|
556
568
|
ALIASES
|
|
@@ -566,7 +578,7 @@ EXAMPLES
|
|
|
566
578
|
$ sf package:uninstall:report --request-id 06y... --target-org me@example.com
|
|
567
579
|
```
|
|
568
580
|
|
|
569
|
-
_See code: [src/commands/package/uninstall/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
581
|
+
_See code: [src/commands/package/uninstall/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.3/src/commands/package/uninstall/report.ts)_
|
|
570
582
|
|
|
571
583
|
## `sf package:update`
|
|
572
584
|
|
|
@@ -583,7 +595,8 @@ FLAGS
|
|
|
583
595
|
-o, --error-notification-username=<value> Active Dev Hub user designated to receive email notifications for package
|
|
584
596
|
errors.
|
|
585
597
|
-p, --package=<value> (required) ID (starts with 0Ho) or alias of the package to update.
|
|
586
|
-
-v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org.
|
|
598
|
+
-v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org. Not required if the
|
|
599
|
+
`target-dev-hub` configuration variable is already set.
|
|
587
600
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
588
601
|
--[no-]enable-app-analytics Enable AppExchange App Analytics usage data collection on this managed
|
|
589
602
|
package and its components.
|
|
@@ -616,7 +629,7 @@ FLAG DESCRIPTIONS
|
|
|
616
629
|
associated with your package.
|
|
617
630
|
```
|
|
618
631
|
|
|
619
|
-
_See code: [src/commands/package/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
632
|
+
_See code: [src/commands/package/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.3/src/commands/package/update.ts)_
|
|
620
633
|
|
|
621
634
|
## `sf package:version:create`
|
|
622
635
|
|
|
@@ -647,7 +660,8 @@ FLAGS
|
|
|
647
660
|
sfdx-project.json value.
|
|
648
661
|
-p, --package=<value> ID (starts with 0Ho) or alias of the package to create a version of.
|
|
649
662
|
-t, --tag=<value> Package version’s tag.
|
|
650
|
-
-v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org.
|
|
663
|
+
-v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org. Not required if the
|
|
664
|
+
`target-dev-hub` configuration variable is already set.
|
|
651
665
|
-w, --wait=<value> [default: 0 minutes] Number of minutes to wait for the package version to be
|
|
652
666
|
created.
|
|
653
667
|
-x, --installation-key-bypass Bypass the installation key requirement. (either --installation-key or
|
|
@@ -767,7 +781,7 @@ FLAG DESCRIPTIONS
|
|
|
767
781
|
periods of no output from commands.
|
|
768
782
|
```
|
|
769
783
|
|
|
770
|
-
_See code: [src/commands/package/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
784
|
+
_See code: [src/commands/package/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.3/src/commands/package/version/create.ts)_
|
|
771
785
|
|
|
772
786
|
## `sf package:version:create:list`
|
|
773
787
|
|
|
@@ -783,7 +797,8 @@ FLAGS
|
|
|
783
797
|
now. Use 0 for today.
|
|
784
798
|
-s, --status=<option> Status of the version creation request, used to filter the list.
|
|
785
799
|
<options: Queued|InProgress|Success|Error>
|
|
786
|
-
-v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org.
|
|
800
|
+
-v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org. Not required if the `target-dev-hub`
|
|
801
|
+
configuration variable is already set.
|
|
787
802
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
788
803
|
--show-conversions-only Filter the list output to display only converted package version.
|
|
789
804
|
--verbose Displays additional information at a slight performance cost, such as the version
|
|
@@ -823,7 +838,7 @@ EXAMPLES
|
|
|
823
838
|
$ sf package:version:create:list --created-last-days 0 --status Success
|
|
824
839
|
```
|
|
825
840
|
|
|
826
|
-
_See code: [src/commands/package/version/create/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
841
|
+
_See code: [src/commands/package/version/create/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.3/src/commands/package/version/create/list.ts)_
|
|
827
842
|
|
|
828
843
|
## `sf package:version:create:report`
|
|
829
844
|
|
|
@@ -836,7 +851,8 @@ USAGE
|
|
|
836
851
|
FLAGS
|
|
837
852
|
-i, --package-create-request-id=<value> (required) ID (starts with 08c) of the package version creation request you
|
|
838
853
|
want to display.
|
|
839
|
-
-v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org.
|
|
854
|
+
-v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org. Not required if the
|
|
855
|
+
`target-dev-hub` configuration variable is already set.
|
|
840
856
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
841
857
|
|
|
842
858
|
DESCRIPTION
|
|
@@ -861,7 +877,7 @@ EXAMPLES
|
|
|
861
877
|
$ sf package:version:create:report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
862
878
|
```
|
|
863
879
|
|
|
864
|
-
_See code: [src/commands/package/version/create/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
880
|
+
_See code: [src/commands/package/version/create/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.3/src/commands/package/version/create/report.ts)_
|
|
865
881
|
|
|
866
882
|
## `sf package:version:delete`
|
|
867
883
|
|
|
@@ -874,7 +890,8 @@ USAGE
|
|
|
874
890
|
FLAGS
|
|
875
891
|
-n, --no-prompt Don’t prompt before deleting the package version.
|
|
876
892
|
-p, --package=<value> (required) ID (starts with 04t) or alias of the package version to delete.
|
|
877
|
-
-v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org.
|
|
893
|
+
-v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org. Not required if the `target-dev-hub`
|
|
894
|
+
configuration variable is already set.
|
|
878
895
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
879
896
|
|
|
880
897
|
DESCRIPTION
|
|
@@ -895,7 +912,7 @@ EXAMPLES
|
|
|
895
912
|
$ sf package:version:delete --package 04t... --target-org devhub@example.com
|
|
896
913
|
```
|
|
897
914
|
|
|
898
|
-
_See code: [src/commands/package/version/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
915
|
+
_See code: [src/commands/package/version/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.3/src/commands/package/version/delete.ts)_
|
|
899
916
|
|
|
900
917
|
## `sf package:version:displayancestry`
|
|
901
918
|
|
|
@@ -908,7 +925,8 @@ USAGE
|
|
|
908
925
|
FLAGS
|
|
909
926
|
-p, --package=<value> (required) ID or alias of the package (starts with 0Ho) or package version (starts with
|
|
910
927
|
04t) to display ancestry for.
|
|
911
|
-
-v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org.
|
|
928
|
+
-v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org. Not required if the `target-dev-hub`
|
|
929
|
+
configuration variable is already set.
|
|
912
930
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
913
931
|
--dot-code Display the ancestry tree in DOT code.
|
|
914
932
|
--verbose Display both the package version ID (starts with 04t) and the version number
|
|
@@ -949,7 +967,7 @@ FLAG DESCRIPTIONS
|
|
|
949
967
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
950
968
|
```
|
|
951
969
|
|
|
952
|
-
_See code: [src/commands/package/version/displayancestry.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
970
|
+
_See code: [src/commands/package/version/displayancestry.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.3/src/commands/package/version/displayancestry.ts)_
|
|
953
971
|
|
|
954
972
|
## `sf package:version:list`
|
|
955
973
|
|
|
@@ -968,7 +986,8 @@ FLAGS
|
|
|
968
986
|
-o, --order-by=<value> Package version fields used to order the list.
|
|
969
987
|
-p, --packages=<value> Comma-delimited list of packages (aliases or 0Ho IDs) to list.
|
|
970
988
|
-r, --released Display released versions only (IsReleased=true).
|
|
971
|
-
-v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org.
|
|
989
|
+
-v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org. Not required if the
|
|
990
|
+
`target-dev-hub` configuration variable is already set.
|
|
972
991
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
973
992
|
--concise Display limited package version details.
|
|
974
993
|
--show-conversions-only Filter the list output to display only converted package version.
|
|
@@ -1013,7 +1032,7 @@ EXAMPLES
|
|
|
1013
1032
|
$ sf package:version:list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
1014
1033
|
```
|
|
1015
1034
|
|
|
1016
|
-
_See code: [src/commands/package/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
1035
|
+
_See code: [src/commands/package/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.3/src/commands/package/version/list.ts)_
|
|
1017
1036
|
|
|
1018
1037
|
## `sf package:version:promote`
|
|
1019
1038
|
|
|
@@ -1026,7 +1045,8 @@ USAGE
|
|
|
1026
1045
|
FLAGS
|
|
1027
1046
|
-n, --no-prompt Don't prompt to confirm setting the package version as released.
|
|
1028
1047
|
-p, --package=<value> (required) ID (starts with 04t) or alias of the package version to promote.
|
|
1029
|
-
-v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org.
|
|
1048
|
+
-v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org. Not required if the `target-dev-hub`
|
|
1049
|
+
configuration variable is already set.
|
|
1030
1050
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
1031
1051
|
|
|
1032
1052
|
DESCRIPTION
|
|
@@ -1052,7 +1072,7 @@ EXAMPLES
|
|
|
1052
1072
|
$ sf package:version:promote --package "Awesome Package Alias"
|
|
1053
1073
|
```
|
|
1054
1074
|
|
|
1055
|
-
_See code: [src/commands/package/version/promote.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
1075
|
+
_See code: [src/commands/package/version/promote.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.3/src/commands/package/version/promote.ts)_
|
|
1056
1076
|
|
|
1057
1077
|
## `sf package:version:report`
|
|
1058
1078
|
|
|
@@ -1064,7 +1084,8 @@ USAGE
|
|
|
1064
1084
|
|
|
1065
1085
|
FLAGS
|
|
1066
1086
|
-p, --package=<value> (required) ID (starts with 04t) or alias of the package to retrieve details for.
|
|
1067
|
-
-v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org.
|
|
1087
|
+
-v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org. Not required if the `target-dev-hub`
|
|
1088
|
+
configuration variable is already set.
|
|
1068
1089
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
1069
1090
|
--verbose Display extended package version details.
|
|
1070
1091
|
|
|
@@ -1087,7 +1108,7 @@ EXAMPLES
|
|
|
1087
1108
|
$ sf package:version:report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
1088
1109
|
```
|
|
1089
1110
|
|
|
1090
|
-
_See code: [src/commands/package/version/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
1111
|
+
_See code: [src/commands/package/version/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.3/src/commands/package/version/report.ts)_
|
|
1091
1112
|
|
|
1092
1113
|
## `sf package:version:update`
|
|
1093
1114
|
|
|
@@ -1105,7 +1126,8 @@ FLAGS
|
|
|
1105
1126
|
-k, --installation-key=<value> New installation key for key-protected package (default: null)
|
|
1106
1127
|
-p, --package=<value> (required) ID (starts with 04t) or alias of the package to update a version of.
|
|
1107
1128
|
-t, --tag=<value> New package version tag.
|
|
1108
|
-
-v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org.
|
|
1129
|
+
-v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org. Not required if the
|
|
1130
|
+
`target-dev-hub` configuration variable is already set.
|
|
1109
1131
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
1110
1132
|
|
|
1111
1133
|
DESCRIPTION
|
|
@@ -1135,6 +1157,6 @@ EXAMPLES
|
|
|
1135
1157
|
$ sf package:version:update --package 04t... --version-description "New Package Version Description"
|
|
1136
1158
|
```
|
|
1137
1159
|
|
|
1138
|
-
_See code: [src/commands/package/version/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
1160
|
+
_See code: [src/commands/package/version/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.3/src/commands/package/version/update.ts)_
|
|
1139
1161
|
|
|
1140
1162
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -1039,10 +1039,10 @@
|
|
|
1039
1039
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
|
|
1040
1040
|
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
|
|
1041
1041
|
|
|
1042
|
-
"@salesforce/dev-scripts@^7.1.
|
|
1043
|
-
version "7.1.
|
|
1044
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-7.1.
|
|
1045
|
-
integrity sha512-
|
|
1042
|
+
"@salesforce/dev-scripts@^7.1.1":
|
|
1043
|
+
version "7.1.1"
|
|
1044
|
+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-7.1.1.tgz#549b58fb7e8c2410ce594c46f780a0907618f19f"
|
|
1045
|
+
integrity sha512-6SL+QDOMZCnmU4Lu2ZCjqsMRcHw96mnjUOPE7b2HcfmfPo2a/hAYUtv8v7UsZ/+3UPbSf+XsLJfUsF15QIUWrg==
|
|
1046
1046
|
dependencies:
|
|
1047
1047
|
"@commitlint/cli" "^17.1.2"
|
|
1048
1048
|
"@commitlint/config-conventional" "^17.1.0"
|
|
@@ -1133,13 +1133,13 @@
|
|
|
1133
1133
|
chalk "^4"
|
|
1134
1134
|
inquirer "^8.2.5"
|
|
1135
1135
|
|
|
1136
|
-
"@salesforce/sf-plugins-core@^5.0.
|
|
1137
|
-
version "5.0.
|
|
1138
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.
|
|
1139
|
-
integrity sha512-
|
|
1136
|
+
"@salesforce/sf-plugins-core@^5.0.3":
|
|
1137
|
+
version "5.0.3"
|
|
1138
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.3.tgz#a771dc887c0a13ac23a5b1c16a6965791914f3aa"
|
|
1139
|
+
integrity sha512-D+RCUzrYIWpJakNfxtHXJd6LZr6bK4gA4e7jLPR1G1FmDFss13PT7hOdFRxmAqTPbcp1jf65vwYZzu5nbqzmvQ==
|
|
1140
1140
|
dependencies:
|
|
1141
1141
|
"@oclif/core" "^3.11.0"
|
|
1142
|
-
"@salesforce/core" "^6.1.
|
|
1142
|
+
"@salesforce/core" "^6.1.3"
|
|
1143
1143
|
"@salesforce/kit" "^3.0.15"
|
|
1144
1144
|
"@salesforce/ts-types" "^2.0.9"
|
|
1145
1145
|
"@types/inquirer" "^8.2.3"
|
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.27.
|
|
2
|
+
"version": "1.27.3",
|
|
3
3
|
"commands": {
|
|
4
4
|
"package:convert": {
|
|
5
5
|
"id": "package:convert",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"name": "target-dev-hub",
|
|
34
34
|
"type": "option",
|
|
35
35
|
"char": "v",
|
|
36
|
-
"summary": "Username or alias of the Dev Hub org.",
|
|
36
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
37
37
|
"required": true,
|
|
38
38
|
"multiple": false,
|
|
39
39
|
"deprecateAliases": true,
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
"name": "target-dev-hub",
|
|
173
173
|
"type": "option",
|
|
174
174
|
"char": "v",
|
|
175
|
-
"summary": "Username or alias of the Dev Hub org.",
|
|
175
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
176
176
|
"required": true,
|
|
177
177
|
"multiple": false,
|
|
178
178
|
"deprecateAliases": true,
|
|
@@ -305,7 +305,7 @@
|
|
|
305
305
|
"name": "target-dev-hub",
|
|
306
306
|
"type": "option",
|
|
307
307
|
"char": "v",
|
|
308
|
-
"summary": "Username or alias of the Dev Hub org.",
|
|
308
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
309
309
|
"required": true,
|
|
310
310
|
"multiple": false,
|
|
311
311
|
"deprecateAliases": true,
|
|
@@ -390,7 +390,7 @@
|
|
|
390
390
|
"name": "target-org",
|
|
391
391
|
"type": "option",
|
|
392
392
|
"char": "o",
|
|
393
|
-
"summary": "Username or alias of the target org.",
|
|
393
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
394
394
|
"required": true,
|
|
395
395
|
"multiple": false,
|
|
396
396
|
"deprecateAliases": true,
|
|
@@ -567,7 +567,7 @@
|
|
|
567
567
|
"name": "target-dev-hub",
|
|
568
568
|
"type": "option",
|
|
569
569
|
"char": "v",
|
|
570
|
-
"summary": "Username or alias of the Dev Hub org.",
|
|
570
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
571
571
|
"required": true,
|
|
572
572
|
"multiple": false,
|
|
573
573
|
"deprecateAliases": true,
|
|
@@ -630,7 +630,7 @@
|
|
|
630
630
|
"name": "target-org",
|
|
631
631
|
"type": "option",
|
|
632
632
|
"char": "o",
|
|
633
|
-
"summary": "Username or alias of the target org.",
|
|
633
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
634
634
|
"required": true,
|
|
635
635
|
"multiple": false,
|
|
636
636
|
"deprecateAliases": true,
|
|
@@ -705,7 +705,7 @@
|
|
|
705
705
|
"name": "target-dev-hub",
|
|
706
706
|
"type": "option",
|
|
707
707
|
"char": "v",
|
|
708
|
-
"summary": "Username or alias of the Dev Hub org.",
|
|
708
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
709
709
|
"required": true,
|
|
710
710
|
"multiple": false,
|
|
711
711
|
"deprecateAliases": true,
|
|
@@ -793,7 +793,7 @@
|
|
|
793
793
|
"name": "target-org",
|
|
794
794
|
"type": "option",
|
|
795
795
|
"char": "o",
|
|
796
|
-
"summary": "Username or alias of the target org.",
|
|
796
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
797
797
|
"required": true,
|
|
798
798
|
"multiple": false,
|
|
799
799
|
"deprecateAliases": true,
|
|
@@ -868,7 +868,7 @@
|
|
|
868
868
|
"name": "target-org",
|
|
869
869
|
"type": "option",
|
|
870
870
|
"char": "o",
|
|
871
|
-
"summary": "Username or alias of the target org.",
|
|
871
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
872
872
|
"required": true,
|
|
873
873
|
"multiple": false,
|
|
874
874
|
"deprecateAliases": true,
|
|
@@ -922,7 +922,7 @@
|
|
|
922
922
|
"name": "target-org",
|
|
923
923
|
"type": "option",
|
|
924
924
|
"char": "o",
|
|
925
|
-
"summary": "Username or alias of the target org.",
|
|
925
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
926
926
|
"required": true,
|
|
927
927
|
"multiple": false,
|
|
928
928
|
"deprecateAliases": true,
|
|
@@ -990,7 +990,7 @@
|
|
|
990
990
|
"name": "target-dev-hub",
|
|
991
991
|
"type": "option",
|
|
992
992
|
"char": "v",
|
|
993
|
-
"summary": "Username or alias of the Dev Hub org.",
|
|
993
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
994
994
|
"required": true,
|
|
995
995
|
"multiple": false,
|
|
996
996
|
"deprecateAliases": true,
|
|
@@ -1289,7 +1289,7 @@
|
|
|
1289
1289
|
"name": "target-dev-hub",
|
|
1290
1290
|
"type": "option",
|
|
1291
1291
|
"char": "v",
|
|
1292
|
-
"summary": "Username or alias of the Dev Hub org.",
|
|
1292
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
1293
1293
|
"required": true,
|
|
1294
1294
|
"multiple": false,
|
|
1295
1295
|
"deprecateAliases": true,
|
|
@@ -1373,7 +1373,7 @@
|
|
|
1373
1373
|
"name": "target-dev-hub",
|
|
1374
1374
|
"type": "option",
|
|
1375
1375
|
"char": "v",
|
|
1376
|
-
"summary": "Username or alias of the Dev Hub org.",
|
|
1376
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
1377
1377
|
"required": true,
|
|
1378
1378
|
"multiple": false,
|
|
1379
1379
|
"deprecateAliases": true,
|
|
@@ -1460,7 +1460,7 @@
|
|
|
1460
1460
|
"name": "target-dev-hub",
|
|
1461
1461
|
"type": "option",
|
|
1462
1462
|
"char": "v",
|
|
1463
|
-
"summary": "Username or alias of the Dev Hub org.",
|
|
1463
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
1464
1464
|
"required": true,
|
|
1465
1465
|
"multiple": false,
|
|
1466
1466
|
"deprecateAliases": true,
|
|
@@ -1585,7 +1585,7 @@
|
|
|
1585
1585
|
"name": "target-dev-hub",
|
|
1586
1586
|
"type": "option",
|
|
1587
1587
|
"char": "v",
|
|
1588
|
-
"summary": "Username or alias of the Dev Hub org.",
|
|
1588
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
1589
1589
|
"required": true,
|
|
1590
1590
|
"multiple": false,
|
|
1591
1591
|
"deprecateAliases": true,
|
|
@@ -1660,7 +1660,7 @@
|
|
|
1660
1660
|
"name": "target-dev-hub",
|
|
1661
1661
|
"type": "option",
|
|
1662
1662
|
"char": "v",
|
|
1663
|
-
"summary": "Username or alias of the Dev Hub org.",
|
|
1663
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
1664
1664
|
"required": true,
|
|
1665
1665
|
"multiple": false,
|
|
1666
1666
|
"deprecateAliases": true,
|
|
@@ -1736,7 +1736,7 @@
|
|
|
1736
1736
|
"name": "target-org",
|
|
1737
1737
|
"type": "option",
|
|
1738
1738
|
"char": "o",
|
|
1739
|
-
"summary": "Username or alias of the target org.",
|
|
1739
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1740
1740
|
"required": true,
|
|
1741
1741
|
"multiple": false,
|
|
1742
1742
|
"aliases": [
|
|
@@ -1797,7 +1797,7 @@
|
|
|
1797
1797
|
"name": "target-dev-hub",
|
|
1798
1798
|
"type": "option",
|
|
1799
1799
|
"char": "v",
|
|
1800
|
-
"summary": "Username or alias of the Dev Hub org.",
|
|
1800
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
1801
1801
|
"required": true,
|
|
1802
1802
|
"multiple": false,
|
|
1803
1803
|
"deprecateAliases": true,
|
|
@@ -1910,7 +1910,7 @@
|
|
|
1910
1910
|
"name": "target-org",
|
|
1911
1911
|
"type": "option",
|
|
1912
1912
|
"char": "o",
|
|
1913
|
-
"summary": "Username or alias of the target org.",
|
|
1913
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1914
1914
|
"required": true,
|
|
1915
1915
|
"multiple": false,
|
|
1916
1916
|
"deprecateAliases": true,
|
|
@@ -2056,7 +2056,7 @@
|
|
|
2056
2056
|
"name": "target-org",
|
|
2057
2057
|
"type": "option",
|
|
2058
2058
|
"char": "o",
|
|
2059
|
-
"summary": "Username or alias of the target org.",
|
|
2059
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
2060
2060
|
"required": true,
|
|
2061
2061
|
"multiple": false,
|
|
2062
2062
|
"deprecateAliases": true,
|
|
@@ -2121,7 +2121,7 @@
|
|
|
2121
2121
|
"name": "target-org",
|
|
2122
2122
|
"type": "option",
|
|
2123
2123
|
"char": "o",
|
|
2124
|
-
"summary": "Username or alias of the target org.",
|
|
2124
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
2125
2125
|
"required": true,
|
|
2126
2126
|
"multiple": false,
|
|
2127
2127
|
"deprecateAliases": true,
|
|
@@ -2190,7 +2190,7 @@
|
|
|
2190
2190
|
"name": "target-dev-hub",
|
|
2191
2191
|
"type": "option",
|
|
2192
2192
|
"char": "v",
|
|
2193
|
-
"summary": "Username or alias of the Dev Hub org.",
|
|
2193
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
2194
2194
|
"required": true,
|
|
2195
2195
|
"multiple": false,
|
|
2196
2196
|
"deprecateAliases": true,
|
|
@@ -2283,7 +2283,7 @@
|
|
|
2283
2283
|
"name": "target-dev-hub",
|
|
2284
2284
|
"type": "option",
|
|
2285
2285
|
"char": "v",
|
|
2286
|
-
"summary": "Username or alias of the Dev Hub org.",
|
|
2286
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
2287
2287
|
"required": true,
|
|
2288
2288
|
"multiple": false,
|
|
2289
2289
|
"deprecateAliases": true,
|
|
@@ -2348,7 +2348,7 @@
|
|
|
2348
2348
|
"name": "target-org",
|
|
2349
2349
|
"type": "option",
|
|
2350
2350
|
"char": "o",
|
|
2351
|
-
"summary": "Username or alias of the target org.",
|
|
2351
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
2352
2352
|
"required": true,
|
|
2353
2353
|
"multiple": false,
|
|
2354
2354
|
"deprecateAliases": true,
|
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": "1.27.
|
|
4
|
+
"version": "1.27.3",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"author": "Salesforce",
|
|
7
7
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
@@ -10,14 +10,14 @@
|
|
|
10
10
|
"@salesforce/core": "^6.1.3",
|
|
11
11
|
"@salesforce/kit": "^3.0.15",
|
|
12
12
|
"@salesforce/packaging": "^3.0.0",
|
|
13
|
-
"@salesforce/sf-plugins-core": "^5.0.
|
|
13
|
+
"@salesforce/sf-plugins-core": "^5.0.3",
|
|
14
14
|
"chalk": "^4.1.2",
|
|
15
15
|
"tslib": "^2"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@oclif/plugin-command-snapshot": "^4.0.16",
|
|
19
19
|
"@salesforce/cli-plugins-testkit": "^4.4.12",
|
|
20
|
-
"@salesforce/dev-scripts": "^7.1.
|
|
20
|
+
"@salesforce/dev-scripts": "^7.1.1",
|
|
21
21
|
"@salesforce/plugin-command-reference": "^3.0.46",
|
|
22
22
|
"@swc/core": "1.3.39",
|
|
23
23
|
"eslint-plugin-sf-plugin": "^1.16.15",
|
|
@@ -238,7 +238,7 @@
|
|
|
238
238
|
}
|
|
239
239
|
},
|
|
240
240
|
"sfdx": {
|
|
241
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/1.27.
|
|
242
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/1.27.
|
|
241
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/1.27.3.crt",
|
|
242
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/1.27.3.sig"
|
|
243
243
|
}
|
|
244
244
|
}
|