@salesforce/cli 2.21.0 → 2.21.2
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 +118 -52
- package/npm-shrinkwrap.json +111 -216
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
|
|
|
24
24
|
$ sf COMMAND
|
|
25
25
|
running command...
|
|
26
26
|
$ sf (--version|-v)
|
|
27
|
-
@salesforce/cli/2.21.
|
|
27
|
+
@salesforce/cli/2.21.2 linux-x64 node-v20.10.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -5168,8 +5168,8 @@ Create a first-generation package version in the release org.
|
|
|
5168
5168
|
|
|
5169
5169
|
```
|
|
5170
5170
|
USAGE
|
|
5171
|
-
$ sf package1 version create -o <value> -i <value> -n <value> [--api-version <value>] [-d <value>] [-v <value>]
|
|
5172
|
-
<value>] [-p <value>] [-k <value>] [-w <value>]
|
|
5171
|
+
$ sf package1 version create -o <value> -i <value> -n <value> [--json] [--api-version <value>] [-d <value>] [-v <value>]
|
|
5172
|
+
[-m] [-r <value>] [-p <value>] [-k <value>] [-w <value>]
|
|
5173
5173
|
|
|
5174
5174
|
FLAGS
|
|
5175
5175
|
-d, --description=<value> Package version description.
|
|
@@ -5186,6 +5186,9 @@ FLAGS
|
|
|
5186
5186
|
-w, --wait=<value> Minutes to wait for the package version to be created (default: 2 minutes).
|
|
5187
5187
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
5188
5188
|
|
|
5189
|
+
GLOBAL FLAGS
|
|
5190
|
+
--json Format output as json.
|
|
5191
|
+
|
|
5189
5192
|
DESCRIPTION
|
|
5190
5193
|
Create a first-generation package version in the release org.
|
|
5191
5194
|
|
|
@@ -5223,7 +5226,7 @@ FLAG DESCRIPTIONS
|
|
|
5223
5226
|
subscribers.
|
|
5224
5227
|
```
|
|
5225
5228
|
|
|
5226
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
5229
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.6/src/commands/package1/version/create.ts)_
|
|
5227
5230
|
|
|
5228
5231
|
## `sf package1 version create get`
|
|
5229
5232
|
|
|
@@ -5231,7 +5234,7 @@ Retrieve the status of a package version creation request.
|
|
|
5231
5234
|
|
|
5232
5235
|
```
|
|
5233
5236
|
USAGE
|
|
5234
|
-
$ sf package1 version create get -o <value> -i <value> [--api-version <value>]
|
|
5237
|
+
$ sf package1 version create get -o <value> -i <value> [--json] [--api-version <value>]
|
|
5235
5238
|
|
|
5236
5239
|
FLAGS
|
|
5237
5240
|
-i, --request-id=<value> (required) ID of the PackageUploadRequest (starts with 0HD).
|
|
@@ -5239,6 +5242,9 @@ FLAGS
|
|
|
5239
5242
|
configuration variable is already set.
|
|
5240
5243
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
5241
5244
|
|
|
5245
|
+
GLOBAL FLAGS
|
|
5246
|
+
--json Format output as json.
|
|
5247
|
+
|
|
5242
5248
|
ALIASES
|
|
5243
5249
|
$ sf force package1 version create get
|
|
5244
5250
|
|
|
@@ -5252,7 +5258,7 @@ EXAMPLES
|
|
|
5252
5258
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
5253
5259
|
```
|
|
5254
5260
|
|
|
5255
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
5261
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.6/src/commands/package1/version/create/get.ts)_
|
|
5256
5262
|
|
|
5257
5263
|
## `sf package1 version display`
|
|
5258
5264
|
|
|
@@ -5260,7 +5266,7 @@ Display details about a first-generation package version.
|
|
|
5260
5266
|
|
|
5261
5267
|
```
|
|
5262
5268
|
USAGE
|
|
5263
|
-
$ sf package1 version display -o <value> -i <value> [--api-version <value>]
|
|
5269
|
+
$ sf package1 version display -o <value> -i <value> [--json] [--api-version <value>]
|
|
5264
5270
|
|
|
5265
5271
|
FLAGS
|
|
5266
5272
|
-i, --package-version-id=<value> (required) ID (starts with 04t) of the metadata package version whose details you
|
|
@@ -5269,6 +5275,9 @@ FLAGS
|
|
|
5269
5275
|
configuration variable is already set.
|
|
5270
5276
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
5271
5277
|
|
|
5278
|
+
GLOBAL FLAGS
|
|
5279
|
+
--json Format output as json.
|
|
5280
|
+
|
|
5272
5281
|
ALIASES
|
|
5273
5282
|
$ sf force package1 version display
|
|
5274
5283
|
|
|
@@ -5282,7 +5291,7 @@ EXAMPLES
|
|
|
5282
5291
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
5283
5292
|
```
|
|
5284
5293
|
|
|
5285
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
5294
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.6/src/commands/package1/version/display.ts)_
|
|
5286
5295
|
|
|
5287
5296
|
## `sf package1 version list`
|
|
5288
5297
|
|
|
@@ -5290,7 +5299,7 @@ List package versions for the specified first-generation package or for the org.
|
|
|
5290
5299
|
|
|
5291
5300
|
```
|
|
5292
5301
|
USAGE
|
|
5293
|
-
$ sf package1 version list -o <value> [--api-version <value>] [-i <value>]
|
|
5302
|
+
$ sf package1 version list -o <value> [--json] [--api-version <value>] [-i <value>]
|
|
5294
5303
|
|
|
5295
5304
|
FLAGS
|
|
5296
5305
|
-i, --package-id=<value> Metadata package ID (starts with 033) whose package versions you want to list.
|
|
@@ -5298,6 +5307,9 @@ FLAGS
|
|
|
5298
5307
|
configuration variable is already set.
|
|
5299
5308
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
5300
5309
|
|
|
5310
|
+
GLOBAL FLAGS
|
|
5311
|
+
--json Format output as json.
|
|
5312
|
+
|
|
5301
5313
|
ALIASES
|
|
5302
5314
|
$ sf force package1 version list
|
|
5303
5315
|
|
|
@@ -5316,7 +5328,7 @@ FLAG DESCRIPTIONS
|
|
|
5316
5328
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
5317
5329
|
```
|
|
5318
5330
|
|
|
5319
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
5331
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.6/src/commands/package1/version/list.ts)_
|
|
5320
5332
|
|
|
5321
5333
|
## `sf package create`
|
|
5322
5334
|
|
|
@@ -5324,8 +5336,8 @@ Create a package.
|
|
|
5324
5336
|
|
|
5325
5337
|
```
|
|
5326
5338
|
USAGE
|
|
5327
|
-
$ sf package create -v <value> -n <value> -t Managed|Unlocked -r <value> [--api-version <value>] [-d
|
|
5328
|
-
[--org-dependent] [-o <value>]
|
|
5339
|
+
$ sf package create -v <value> -n <value> -t Managed|Unlocked -r <value> [--json] [--api-version <value>] [-d
|
|
5340
|
+
<value>] [-e] [--org-dependent] [-o <value>]
|
|
5329
5341
|
|
|
5330
5342
|
FLAGS
|
|
5331
5343
|
-d, --description=<value> Description of the package.
|
|
@@ -5342,6 +5354,9 @@ FLAGS
|
|
|
5342
5354
|
--org-dependent Depends on unpackaged metadata in the installation org; applies to unlocked
|
|
5343
5355
|
packages only.
|
|
5344
5356
|
|
|
5357
|
+
GLOBAL FLAGS
|
|
5358
|
+
--json Format output as json.
|
|
5359
|
+
|
|
5345
5360
|
DESCRIPTION
|
|
5346
5361
|
Create a package.
|
|
5347
5362
|
|
|
@@ -5391,7 +5406,7 @@ FLAG DESCRIPTIONS
|
|
|
5391
5406
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
5392
5407
|
```
|
|
5393
5408
|
|
|
5394
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
5409
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.6/src/commands/package/create.ts)_
|
|
5395
5410
|
|
|
5396
5411
|
## `sf package delete`
|
|
5397
5412
|
|
|
@@ -5399,7 +5414,7 @@ Delete a package.
|
|
|
5399
5414
|
|
|
5400
5415
|
```
|
|
5401
5416
|
USAGE
|
|
5402
|
-
$ sf package delete -v <value> -p <value> [--api-version <value>] [-n]
|
|
5417
|
+
$ sf package delete -v <value> -p <value> [--json] [--api-version <value>] [-n]
|
|
5403
5418
|
|
|
5404
5419
|
FLAGS
|
|
5405
5420
|
-n, --no-prompt Don’t prompt before deleting the package.
|
|
@@ -5408,6 +5423,9 @@ FLAGS
|
|
|
5408
5423
|
configuration variable is already set.
|
|
5409
5424
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
5410
5425
|
|
|
5426
|
+
GLOBAL FLAGS
|
|
5427
|
+
--json Format output as json.
|
|
5428
|
+
|
|
5411
5429
|
DESCRIPTION
|
|
5412
5430
|
Delete a package.
|
|
5413
5431
|
|
|
@@ -5429,7 +5447,7 @@ EXAMPLES
|
|
|
5429
5447
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
5430
5448
|
```
|
|
5431
5449
|
|
|
5432
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
5450
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.6/src/commands/package/delete.ts)_
|
|
5433
5451
|
|
|
5434
5452
|
## `sf package install`
|
|
5435
5453
|
|
|
@@ -5437,8 +5455,8 @@ Install a version of a package in the target org.
|
|
|
5437
5455
|
|
|
5438
5456
|
```
|
|
5439
5457
|
USAGE
|
|
5440
|
-
$ sf package install -o <value> -p <value> [--api-version <value>] [-w <value>] [-k <value>] [-b <value>]
|
|
5441
|
-
all|package] [-s AllUsers|AdminsOnly] [-t DeprecateOnly|Mixed|Delete]
|
|
5458
|
+
$ sf package install -o <value> -p <value> [--json] [--api-version <value>] [-w <value>] [-k <value>] [-b <value>]
|
|
5459
|
+
[-r] [-a all|package] [-s AllUsers|AdminsOnly] [-t DeprecateOnly|Mixed|Delete]
|
|
5442
5460
|
|
|
5443
5461
|
FLAGS
|
|
5444
5462
|
-a, --apex-compile=<option> [default: all] Compile all Apex in the org and package, or only Apex in the package;
|
|
@@ -5462,6 +5480,9 @@ FLAGS
|
|
|
5462
5480
|
-w, --wait=<value> [default: [object Object]] Number of minutes to wait for installation status.
|
|
5463
5481
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
5464
5482
|
|
|
5483
|
+
GLOBAL FLAGS
|
|
5484
|
+
--json Format output as json.
|
|
5485
|
+
|
|
5465
5486
|
DESCRIPTION
|
|
5466
5487
|
Install a version of a package in the target org.
|
|
5467
5488
|
|
|
@@ -5524,7 +5545,7 @@ FLAG DESCRIPTIONS
|
|
|
5524
5545
|
specify DeprecateOnly or Delete only for unlocked package upgrades.
|
|
5525
5546
|
```
|
|
5526
5547
|
|
|
5527
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
5548
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.6/src/commands/package/install.ts)_
|
|
5528
5549
|
|
|
5529
5550
|
## `sf package install report`
|
|
5530
5551
|
|
|
@@ -5532,7 +5553,7 @@ Retrieve the status of a package installation request.
|
|
|
5532
5553
|
|
|
5533
5554
|
```
|
|
5534
5555
|
USAGE
|
|
5535
|
-
$ sf package install report -o <value> -i <value> [--api-version <value>]
|
|
5556
|
+
$ sf package install report -o <value> -i <value> [--json] [--api-version <value>]
|
|
5536
5557
|
|
|
5537
5558
|
FLAGS
|
|
5538
5559
|
-i, --request-id=<value> (required) ID of the package install request you want to check; starts with 0Hf.
|
|
@@ -5540,6 +5561,9 @@ FLAGS
|
|
|
5540
5561
|
configuration variable is already set.
|
|
5541
5562
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
5542
5563
|
|
|
5564
|
+
GLOBAL FLAGS
|
|
5565
|
+
--json Format output as json.
|
|
5566
|
+
|
|
5543
5567
|
ALIASES
|
|
5544
5568
|
$ sf force package install report
|
|
5545
5569
|
|
|
@@ -5553,7 +5577,7 @@ EXAMPLES
|
|
|
5553
5577
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
5554
5578
|
```
|
|
5555
5579
|
|
|
5556
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
5580
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.6/src/commands/package/install/report.ts)_
|
|
5557
5581
|
|
|
5558
5582
|
## `sf package installed list`
|
|
5559
5583
|
|
|
@@ -5561,13 +5585,16 @@ List the org’s installed packages.
|
|
|
5561
5585
|
|
|
5562
5586
|
```
|
|
5563
5587
|
USAGE
|
|
5564
|
-
$ sf package installed list -o <value> [--api-version <value>]
|
|
5588
|
+
$ sf package installed list -o <value> [--json] [--api-version <value>]
|
|
5565
5589
|
|
|
5566
5590
|
FLAGS
|
|
5567
5591
|
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
5568
5592
|
configuration variable is already set.
|
|
5569
5593
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
5570
5594
|
|
|
5595
|
+
GLOBAL FLAGS
|
|
5596
|
+
--json Format output as json.
|
|
5597
|
+
|
|
5571
5598
|
ALIASES
|
|
5572
5599
|
$ sf force package installed list
|
|
5573
5600
|
|
|
@@ -5581,7 +5608,7 @@ EXAMPLES
|
|
|
5581
5608
|
$ sf package installed list --target-org me@example.com
|
|
5582
5609
|
```
|
|
5583
5610
|
|
|
5584
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
5611
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.6/src/commands/package/installed/list.ts)_
|
|
5585
5612
|
|
|
5586
5613
|
## `sf package list`
|
|
5587
5614
|
|
|
@@ -5589,7 +5616,7 @@ List all packages in the Dev Hub org.
|
|
|
5589
5616
|
|
|
5590
5617
|
```
|
|
5591
5618
|
USAGE
|
|
5592
|
-
$ sf package list -v <value> [--api-version <value>] [--verbose]
|
|
5619
|
+
$ sf package list -v <value> [--json] [--api-version <value>] [--verbose]
|
|
5593
5620
|
|
|
5594
5621
|
FLAGS
|
|
5595
5622
|
-v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org. Not required if the `target-dev-hub`
|
|
@@ -5597,6 +5624,9 @@ FLAGS
|
|
|
5597
5624
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
5598
5625
|
--verbose Display extended package detail.
|
|
5599
5626
|
|
|
5627
|
+
GLOBAL FLAGS
|
|
5628
|
+
--json Format output as json.
|
|
5629
|
+
|
|
5600
5630
|
DESCRIPTION
|
|
5601
5631
|
List all packages in the Dev Hub org.
|
|
5602
5632
|
|
|
@@ -5615,7 +5645,7 @@ EXAMPLES
|
|
|
5615
5645
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
5616
5646
|
```
|
|
5617
5647
|
|
|
5618
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
5648
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.6/src/commands/package/list.ts)_
|
|
5619
5649
|
|
|
5620
5650
|
## `sf package uninstall`
|
|
5621
5651
|
|
|
@@ -5623,7 +5653,7 @@ Uninstall a second-generation package from the target org.
|
|
|
5623
5653
|
|
|
5624
5654
|
```
|
|
5625
5655
|
USAGE
|
|
5626
|
-
$ sf package uninstall -o <value> -p <value> [--api-version <value>] [-w <value>]
|
|
5656
|
+
$ sf package uninstall -o <value> -p <value> [--json] [--api-version <value>] [-w <value>]
|
|
5627
5657
|
|
|
5628
5658
|
FLAGS
|
|
5629
5659
|
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
@@ -5632,6 +5662,9 @@ FLAGS
|
|
|
5632
5662
|
-w, --wait=<value> [default: [object Object]] Number of minutes to wait for uninstall status.
|
|
5633
5663
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
5634
5664
|
|
|
5665
|
+
GLOBAL FLAGS
|
|
5666
|
+
--json Format output as json.
|
|
5667
|
+
|
|
5635
5668
|
DESCRIPTION
|
|
5636
5669
|
Uninstall a second-generation package from the target org.
|
|
5637
5670
|
|
|
@@ -5659,7 +5692,7 @@ EXAMPLES
|
|
|
5659
5692
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
5660
5693
|
```
|
|
5661
5694
|
|
|
5662
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
5695
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.6/src/commands/package/uninstall.ts)_
|
|
5663
5696
|
|
|
5664
5697
|
## `sf package uninstall report`
|
|
5665
5698
|
|
|
@@ -5667,7 +5700,7 @@ Retrieve the status of a package uninstall request.
|
|
|
5667
5700
|
|
|
5668
5701
|
```
|
|
5669
5702
|
USAGE
|
|
5670
|
-
$ sf package uninstall report -o <value> -i <value> [--api-version <value>]
|
|
5703
|
+
$ sf package uninstall report -o <value> -i <value> [--json] [--api-version <value>]
|
|
5671
5704
|
|
|
5672
5705
|
FLAGS
|
|
5673
5706
|
-i, --request-id=<value> (required) ID of the package uninstall request you want to check; starts with 06y.
|
|
@@ -5675,6 +5708,9 @@ FLAGS
|
|
|
5675
5708
|
configuration variable is already set.
|
|
5676
5709
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
5677
5710
|
|
|
5711
|
+
GLOBAL FLAGS
|
|
5712
|
+
--json Format output as json.
|
|
5713
|
+
|
|
5678
5714
|
ALIASES
|
|
5679
5715
|
$ sf force package uninstall report
|
|
5680
5716
|
|
|
@@ -5688,7 +5724,7 @@ EXAMPLES
|
|
|
5688
5724
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
5689
5725
|
```
|
|
5690
5726
|
|
|
5691
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
5727
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.6/src/commands/package/uninstall/report.ts)_
|
|
5692
5728
|
|
|
5693
5729
|
## `sf package update`
|
|
5694
5730
|
|
|
@@ -5696,7 +5732,7 @@ Update package details.
|
|
|
5696
5732
|
|
|
5697
5733
|
```
|
|
5698
5734
|
USAGE
|
|
5699
|
-
$ sf package update -v <value> -p <value> [--api-version <value>] [-n <value>] [-d <value>] [-o <value>]
|
|
5735
|
+
$ sf package update -v <value> -p <value> [--json] [--api-version <value>] [-n <value>] [-d <value>] [-o <value>]
|
|
5700
5736
|
[--enable-app-analytics]
|
|
5701
5737
|
|
|
5702
5738
|
FLAGS
|
|
@@ -5711,6 +5747,9 @@ FLAGS
|
|
|
5711
5747
|
--[no-]enable-app-analytics Enable AppExchange App Analytics usage data collection on this managed
|
|
5712
5748
|
package and its components.
|
|
5713
5749
|
|
|
5750
|
+
GLOBAL FLAGS
|
|
5751
|
+
--json Format output as json.
|
|
5752
|
+
|
|
5714
5753
|
DESCRIPTION
|
|
5715
5754
|
Update package details.
|
|
5716
5755
|
|
|
@@ -5739,7 +5778,7 @@ FLAG DESCRIPTIONS
|
|
|
5739
5778
|
associated with your package.
|
|
5740
5779
|
```
|
|
5741
5780
|
|
|
5742
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
5781
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.6/src/commands/package/update.ts)_
|
|
5743
5782
|
|
|
5744
5783
|
## `sf package version create`
|
|
5745
5784
|
|
|
@@ -5747,8 +5786,8 @@ Create a package version in the Dev Hub org.
|
|
|
5747
5786
|
|
|
5748
5787
|
```
|
|
5749
5788
|
USAGE
|
|
5750
|
-
$ sf package version create -v <value> [--api-version <value>] [-b <value>] [-c | --skip-validation] [-f <value>]
|
|
5751
|
-
<value>] [-x] [-p <value>] [-d <value>] [--post-install-script <value>] [--post-install-url <value>]
|
|
5789
|
+
$ sf package version create -v <value> [--json] [--api-version <value>] [-b <value>] [-c | --skip-validation] [-f <value>]
|
|
5790
|
+
[-k <value>] [-x] [-p <value>] [-d <value>] [--post-install-script <value>] [--post-install-url <value>]
|
|
5752
5791
|
[--releasenotes-url <value>] [--skip-ancestor-check] [-t <value>] [--uninstall-script <value>] [-e <value>] [-a
|
|
5753
5792
|
<value>] [-n <value>] [-w <value>] [--language <value>] [--verbose]
|
|
5754
5793
|
|
|
@@ -5788,6 +5827,9 @@ FLAGS
|
|
|
5788
5827
|
--uninstall-script=<value> Uninstall script name; applies to managed packages only.
|
|
5789
5828
|
--verbose Display verbose command output.
|
|
5790
5829
|
|
|
5830
|
+
GLOBAL FLAGS
|
|
5831
|
+
--json Format output as json.
|
|
5832
|
+
|
|
5791
5833
|
DESCRIPTION
|
|
5792
5834
|
Create a package version in the Dev Hub org.
|
|
5793
5835
|
|
|
@@ -5891,7 +5933,7 @@ FLAG DESCRIPTIONS
|
|
|
5891
5933
|
periods of no output from commands.
|
|
5892
5934
|
```
|
|
5893
5935
|
|
|
5894
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
5936
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.6/src/commands/package/version/create.ts)_
|
|
5895
5937
|
|
|
5896
5938
|
## `sf package version create list`
|
|
5897
5939
|
|
|
@@ -5899,7 +5941,7 @@ List package version creation requests.
|
|
|
5899
5941
|
|
|
5900
5942
|
```
|
|
5901
5943
|
USAGE
|
|
5902
|
-
$ sf package version create list -v <value> [--api-version <value>] [-c <value>] [-s Queued|InProgress|Success|Error]
|
|
5944
|
+
$ sf package version create list -v <value> [--json] [--api-version <value>] [-c <value>] [-s Queued|InProgress|Success|Error]
|
|
5903
5945
|
[--show-conversions-only] [--verbose]
|
|
5904
5946
|
|
|
5905
5947
|
FLAGS
|
|
@@ -5914,6 +5956,9 @@ FLAGS
|
|
|
5914
5956
|
--verbose Displays additional information at a slight performance cost, such as the version
|
|
5915
5957
|
name and number for each package version create request.
|
|
5916
5958
|
|
|
5959
|
+
GLOBAL FLAGS
|
|
5960
|
+
--json Format output as json.
|
|
5961
|
+
|
|
5917
5962
|
DESCRIPTION
|
|
5918
5963
|
List package version creation requests.
|
|
5919
5964
|
|
|
@@ -5948,7 +5993,7 @@ EXAMPLES
|
|
|
5948
5993
|
$ sf package version create list --created-last-days 0 --status Success
|
|
5949
5994
|
```
|
|
5950
5995
|
|
|
5951
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
5996
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.6/src/commands/package/version/create/list.ts)_
|
|
5952
5997
|
|
|
5953
5998
|
## `sf package version create report`
|
|
5954
5999
|
|
|
@@ -5956,7 +6001,7 @@ Retrieve details about a package version creation request.
|
|
|
5956
6001
|
|
|
5957
6002
|
```
|
|
5958
6003
|
USAGE
|
|
5959
|
-
$ sf package version create report -v <value> -i <value> [--api-version <value>]
|
|
6004
|
+
$ sf package version create report -v <value> -i <value> [--json] [--api-version <value>]
|
|
5960
6005
|
|
|
5961
6006
|
FLAGS
|
|
5962
6007
|
-i, --package-create-request-id=<value> (required) ID (starts with 08c) of the package version creation request you
|
|
@@ -5965,6 +6010,9 @@ FLAGS
|
|
|
5965
6010
|
`target-dev-hub` configuration variable is already set.
|
|
5966
6011
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
5967
6012
|
|
|
6013
|
+
GLOBAL FLAGS
|
|
6014
|
+
--json Format output as json.
|
|
6015
|
+
|
|
5968
6016
|
DESCRIPTION
|
|
5969
6017
|
Retrieve details about a package version creation request.
|
|
5970
6018
|
|
|
@@ -5987,7 +6035,7 @@ EXAMPLES
|
|
|
5987
6035
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
5988
6036
|
```
|
|
5989
6037
|
|
|
5990
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
6038
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.6/src/commands/package/version/create/report.ts)_
|
|
5991
6039
|
|
|
5992
6040
|
## `sf package version delete`
|
|
5993
6041
|
|
|
@@ -5995,7 +6043,7 @@ Delete a package version.
|
|
|
5995
6043
|
|
|
5996
6044
|
```
|
|
5997
6045
|
USAGE
|
|
5998
|
-
$ sf package version delete -v <value> -p <value> [--api-version <value>] [-n]
|
|
6046
|
+
$ sf package version delete -v <value> -p <value> [--json] [--api-version <value>] [-n]
|
|
5999
6047
|
|
|
6000
6048
|
FLAGS
|
|
6001
6049
|
-n, --no-prompt Don’t prompt before deleting the package version.
|
|
@@ -6004,6 +6052,9 @@ FLAGS
|
|
|
6004
6052
|
configuration variable is already set.
|
|
6005
6053
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
6006
6054
|
|
|
6055
|
+
GLOBAL FLAGS
|
|
6056
|
+
--json Format output as json.
|
|
6057
|
+
|
|
6007
6058
|
DESCRIPTION
|
|
6008
6059
|
Delete a package version.
|
|
6009
6060
|
|
|
@@ -6022,7 +6073,7 @@ EXAMPLES
|
|
|
6022
6073
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
6023
6074
|
```
|
|
6024
6075
|
|
|
6025
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
6076
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.6/src/commands/package/version/delete.ts)_
|
|
6026
6077
|
|
|
6027
6078
|
## `sf package version displayancestry`
|
|
6028
6079
|
|
|
@@ -6030,7 +6081,7 @@ Display the ancestry tree for a 2GP managed package version.
|
|
|
6030
6081
|
|
|
6031
6082
|
```
|
|
6032
6083
|
USAGE
|
|
6033
|
-
$ sf package version displayancestry -v <value> -p <value> [--api-version <value>] [--dot-code] [--verbose]
|
|
6084
|
+
$ sf package version displayancestry -v <value> -p <value> [--json] [--api-version <value>] [--dot-code] [--verbose]
|
|
6034
6085
|
|
|
6035
6086
|
FLAGS
|
|
6036
6087
|
-p, --package=<value> (required) ID or alias of the package (starts with 0Ho) or package version (starts with
|
|
@@ -6042,6 +6093,9 @@ FLAGS
|
|
|
6042
6093
|
--verbose Display both the package version ID (starts with 04t) and the version number
|
|
6043
6094
|
(major.minor.patch.build) in the ancestry tree.
|
|
6044
6095
|
|
|
6096
|
+
GLOBAL FLAGS
|
|
6097
|
+
--json Format output as json.
|
|
6098
|
+
|
|
6045
6099
|
ALIASES
|
|
6046
6100
|
$ sf force package version displayancestry
|
|
6047
6101
|
|
|
@@ -6077,7 +6131,7 @@ FLAG DESCRIPTIONS
|
|
|
6077
6131
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
6078
6132
|
```
|
|
6079
6133
|
|
|
6080
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
6134
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.6/src/commands/package/version/displayancestry.ts)_
|
|
6081
6135
|
|
|
6082
6136
|
## `sf package version list`
|
|
6083
6137
|
|
|
@@ -6085,8 +6139,8 @@ List all package versions in the Dev Hub org.
|
|
|
6085
6139
|
|
|
6086
6140
|
```
|
|
6087
6141
|
USAGE
|
|
6088
|
-
$ sf package version list -v <value> [--api-version <value>] [-c <value>] [--concise] [--show-conversions-only]
|
|
6089
|
-
<value>] [-p <value>] [-r] [-o <value>] [--verbose]
|
|
6142
|
+
$ sf package version list -v <value> [--json] [--api-version <value>] [-c <value>] [--concise] [--show-conversions-only]
|
|
6143
|
+
[-m <value>] [-p <value>] [-r] [-o <value>] [--verbose]
|
|
6090
6144
|
|
|
6091
6145
|
FLAGS
|
|
6092
6146
|
-c, --created-last-days=<value> Number of days since the request was created, starting at 00:00:00 of first day to
|
|
@@ -6103,6 +6157,9 @@ FLAGS
|
|
|
6103
6157
|
--show-conversions-only Filter the list output to display only converted package version.
|
|
6104
6158
|
--verbose Display extended package version details.
|
|
6105
6159
|
|
|
6160
|
+
GLOBAL FLAGS
|
|
6161
|
+
--json Format output as json.
|
|
6162
|
+
|
|
6106
6163
|
DESCRIPTION
|
|
6107
6164
|
List all package versions in the Dev Hub org.
|
|
6108
6165
|
|
|
@@ -6142,7 +6199,7 @@ EXAMPLES
|
|
|
6142
6199
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
6143
6200
|
```
|
|
6144
6201
|
|
|
6145
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
6202
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.6/src/commands/package/version/list.ts)_
|
|
6146
6203
|
|
|
6147
6204
|
## `sf package version promote`
|
|
6148
6205
|
|
|
@@ -6150,7 +6207,7 @@ Promote a package version to released.
|
|
|
6150
6207
|
|
|
6151
6208
|
```
|
|
6152
6209
|
USAGE
|
|
6153
|
-
$ sf package version promote -v <value> -p <value> [--api-version <value>] [-n]
|
|
6210
|
+
$ sf package version promote -v <value> -p <value> [--json] [--api-version <value>] [-n]
|
|
6154
6211
|
|
|
6155
6212
|
FLAGS
|
|
6156
6213
|
-n, --no-prompt Don't prompt to confirm setting the package version as released.
|
|
@@ -6159,6 +6216,9 @@ FLAGS
|
|
|
6159
6216
|
configuration variable is already set.
|
|
6160
6217
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
6161
6218
|
|
|
6219
|
+
GLOBAL FLAGS
|
|
6220
|
+
--json Format output as json.
|
|
6221
|
+
|
|
6162
6222
|
DESCRIPTION
|
|
6163
6223
|
Promote a package version to released.
|
|
6164
6224
|
|
|
@@ -6182,7 +6242,7 @@ EXAMPLES
|
|
|
6182
6242
|
$ sf package version promote --package "Awesome Package Alias"
|
|
6183
6243
|
```
|
|
6184
6244
|
|
|
6185
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
6245
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.6/src/commands/package/version/promote.ts)_
|
|
6186
6246
|
|
|
6187
6247
|
## `sf package version report`
|
|
6188
6248
|
|
|
@@ -6190,7 +6250,7 @@ Retrieve details about a package version in the Dev Hub org.
|
|
|
6190
6250
|
|
|
6191
6251
|
```
|
|
6192
6252
|
USAGE
|
|
6193
|
-
$ sf package version report -v <value> -p <value> [--api-version <value>] [--verbose]
|
|
6253
|
+
$ sf package version report -v <value> -p <value> [--json] [--api-version <value>] [--verbose]
|
|
6194
6254
|
|
|
6195
6255
|
FLAGS
|
|
6196
6256
|
-p, --package=<value> (required) ID (starts with 04t) or alias of the package to retrieve details for.
|
|
@@ -6199,6 +6259,9 @@ FLAGS
|
|
|
6199
6259
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
6200
6260
|
--verbose Display extended package version details.
|
|
6201
6261
|
|
|
6262
|
+
GLOBAL FLAGS
|
|
6263
|
+
--json Format output as json.
|
|
6264
|
+
|
|
6202
6265
|
DESCRIPTION
|
|
6203
6266
|
Retrieve details about a package version in the Dev Hub org.
|
|
6204
6267
|
|
|
@@ -6218,7 +6281,7 @@ EXAMPLES
|
|
|
6218
6281
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
6219
6282
|
```
|
|
6220
6283
|
|
|
6221
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
6284
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.6/src/commands/package/version/report.ts)_
|
|
6222
6285
|
|
|
6223
6286
|
## `sf package version update`
|
|
6224
6287
|
|
|
@@ -6226,8 +6289,8 @@ Update a package version.
|
|
|
6226
6289
|
|
|
6227
6290
|
```
|
|
6228
6291
|
USAGE
|
|
6229
|
-
$ sf package version update -v <value> -p <value> [--api-version <value>] [-a <value>] [-e <value>] [-b <value>]
|
|
6230
|
-
<value>] [-k <value>]
|
|
6292
|
+
$ sf package version update -v <value> -p <value> [--json] [--api-version <value>] [-a <value>] [-e <value>] [-b <value>]
|
|
6293
|
+
[-t <value>] [-k <value>]
|
|
6231
6294
|
|
|
6232
6295
|
FLAGS
|
|
6233
6296
|
-a, --version-name=<value> New package version name.
|
|
@@ -6240,6 +6303,9 @@ FLAGS
|
|
|
6240
6303
|
`target-dev-hub` configuration variable is already set.
|
|
6241
6304
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
6242
6305
|
|
|
6306
|
+
GLOBAL FLAGS
|
|
6307
|
+
--json Format output as json.
|
|
6308
|
+
|
|
6243
6309
|
DESCRIPTION
|
|
6244
6310
|
Update a package version.
|
|
6245
6311
|
|
|
@@ -6267,7 +6333,7 @@ EXAMPLES
|
|
|
6267
6333
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
6268
6334
|
```
|
|
6269
6335
|
|
|
6270
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
6336
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.6/src/commands/package/version/update.ts)_
|
|
6271
6337
|
|
|
6272
6338
|
## `sf plugins`
|
|
6273
6339
|
|
|
@@ -6447,7 +6513,7 @@ EXAMPLES
|
|
|
6447
6513
|
$ sf plugins trust verify --npm @scope/npmName
|
|
6448
6514
|
```
|
|
6449
6515
|
|
|
6450
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.0
|
|
6516
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.1.0/src/commands/plugins/trust/verify.ts)_
|
|
6451
6517
|
|
|
6452
6518
|
## `sf plugins:uninstall PLUGIN...`
|
|
6453
6519
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.21.
|
|
3
|
+
"version": "2.21.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.21.
|
|
9
|
+
"version": "2.21.2",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@oclif/core": "3.
|
|
13
|
+
"@oclif/core": "3.13.1",
|
|
14
14
|
"@oclif/plugin-autocomplete": "3.0.2",
|
|
15
15
|
"@oclif/plugin-commands": "3.0.7",
|
|
16
16
|
"@oclif/plugin-help": "6.0.7",
|
|
@@ -30,16 +30,16 @@
|
|
|
30
30
|
"@salesforce/plugin-limits": "3.0.4",
|
|
31
31
|
"@salesforce/plugin-marketplace": "1.0.7",
|
|
32
32
|
"@salesforce/plugin-org": "3.0.9",
|
|
33
|
-
"@salesforce/plugin-packaging": "1.27.
|
|
33
|
+
"@salesforce/plugin-packaging": "1.27.6",
|
|
34
34
|
"@salesforce/plugin-schema": "3.0.6",
|
|
35
35
|
"@salesforce/plugin-settings": "2.0.9",
|
|
36
36
|
"@salesforce/plugin-sobject": "1.0.2",
|
|
37
37
|
"@salesforce/plugin-source": "3.0.1",
|
|
38
38
|
"@salesforce/plugin-telemetry": "3.1.3",
|
|
39
39
|
"@salesforce/plugin-templates": "56.0.3",
|
|
40
|
-
"@salesforce/plugin-trust": "3.0
|
|
40
|
+
"@salesforce/plugin-trust": "3.1.0",
|
|
41
41
|
"@salesforce/plugin-user": "3.0.6",
|
|
42
|
-
"@salesforce/sf-plugins-core": "5.0.
|
|
42
|
+
"@salesforce/sf-plugins-core": "5.0.5",
|
|
43
43
|
"debug": "^4.3.4"
|
|
44
44
|
},
|
|
45
45
|
"bin": {
|
|
@@ -154,15 +154,6 @@
|
|
|
154
154
|
"node": ">=14.0.0"
|
|
155
155
|
}
|
|
156
156
|
},
|
|
157
|
-
"node_modules/@azure/core-rest-pipeline/node_modules/uuid": {
|
|
158
|
-
"version": "8.3.2",
|
|
159
|
-
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
|
|
160
|
-
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
|
|
161
|
-
"license": "MIT",
|
|
162
|
-
"bin": {
|
|
163
|
-
"uuid": "dist/bin/uuid"
|
|
164
|
-
}
|
|
165
|
-
},
|
|
166
157
|
"node_modules/@azure/core-tracing": {
|
|
167
158
|
"version": "1.0.1",
|
|
168
159
|
"resolved": "https://registry.npmjs.org/@azure/core-tracing/-/core-tracing-1.0.1.tgz",
|
|
@@ -1126,6 +1117,7 @@
|
|
|
1126
1117
|
"version": "0.8.1",
|
|
1127
1118
|
"resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz",
|
|
1128
1119
|
"integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==",
|
|
1120
|
+
"dev": true,
|
|
1129
1121
|
"license": "MIT",
|
|
1130
1122
|
"dependencies": {
|
|
1131
1123
|
"@jridgewell/trace-mapping": "0.3.9"
|
|
@@ -1138,6 +1130,7 @@
|
|
|
1138
1130
|
"version": "3.1.1",
|
|
1139
1131
|
"resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz",
|
|
1140
1132
|
"integrity": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==",
|
|
1133
|
+
"dev": true,
|
|
1141
1134
|
"license": "MIT",
|
|
1142
1135
|
"engines": {
|
|
1143
1136
|
"node": ">=6.0.0"
|
|
@@ -1147,6 +1140,7 @@
|
|
|
1147
1140
|
"version": "0.3.9",
|
|
1148
1141
|
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz",
|
|
1149
1142
|
"integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==",
|
|
1143
|
+
"dev": true,
|
|
1150
1144
|
"license": "MIT",
|
|
1151
1145
|
"dependencies": {
|
|
1152
1146
|
"@jridgewell/resolve-uri": "^3.0.3",
|
|
@@ -1597,6 +1591,7 @@
|
|
|
1597
1591
|
"version": "1.4.15",
|
|
1598
1592
|
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz",
|
|
1599
1593
|
"integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==",
|
|
1594
|
+
"dev": true,
|
|
1600
1595
|
"license": "MIT"
|
|
1601
1596
|
},
|
|
1602
1597
|
"node_modules/@jridgewell/trace-mapping": {
|
|
@@ -2196,9 +2191,9 @@
|
|
|
2196
2191
|
}
|
|
2197
2192
|
},
|
|
2198
2193
|
"node_modules/@oclif/core": {
|
|
2199
|
-
"version": "3.
|
|
2200
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
2201
|
-
"integrity": "sha512-
|
|
2194
|
+
"version": "3.13.1",
|
|
2195
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.13.1.tgz",
|
|
2196
|
+
"integrity": "sha512-bpnF6BL+j7D0k0T+dZ4g7LwcZzctCoKjIYm8zcSNgrItS2pgIlvsRf8SdkGNu6djzRD7vzM657ZO9fWU6goz0g==",
|
|
2202
2197
|
"license": "MIT",
|
|
2203
2198
|
"dependencies": {
|
|
2204
2199
|
"ansi-escapes": "^4.3.2",
|
|
@@ -3544,16 +3539,16 @@
|
|
|
3544
3539
|
}
|
|
3545
3540
|
},
|
|
3546
3541
|
"node_modules/@salesforce/packaging": {
|
|
3547
|
-
"version": "3.0.
|
|
3548
|
-
"resolved": "https://registry.npmjs.org/@salesforce/packaging/-/packaging-3.0.
|
|
3549
|
-
"integrity": "sha512-
|
|
3542
|
+
"version": "3.0.4",
|
|
3543
|
+
"resolved": "https://registry.npmjs.org/@salesforce/packaging/-/packaging-3.0.4.tgz",
|
|
3544
|
+
"integrity": "sha512-7AnBhS17MABCxCR9nyv2BmOfLtBXhOJbhnfKMS5FXZkBCNR4UzmiFMem5bCHBOghkcHyk34p6CESMLBBFGtojQ==",
|
|
3550
3545
|
"license": "BSD-3-Clause",
|
|
3551
3546
|
"dependencies": {
|
|
3552
|
-
"@oclif/core": "^
|
|
3553
|
-
"@salesforce/core": "^6.
|
|
3547
|
+
"@oclif/core": "^3",
|
|
3548
|
+
"@salesforce/core": "^6.2.0",
|
|
3554
3549
|
"@salesforce/kit": "^3.0.15",
|
|
3555
3550
|
"@salesforce/schemas": "^1.6.1",
|
|
3556
|
-
"@salesforce/source-deploy-retrieve": "^10.0.
|
|
3551
|
+
"@salesforce/source-deploy-retrieve": "^10.0.2",
|
|
3557
3552
|
"@salesforce/ts-types": "^2.0.9",
|
|
3558
3553
|
"fast-xml-parser": "^4.3.1",
|
|
3559
3554
|
"globby": "^11",
|
|
@@ -3567,82 +3562,6 @@
|
|
|
3567
3562
|
"node": ">=18.0.0"
|
|
3568
3563
|
}
|
|
3569
3564
|
},
|
|
3570
|
-
"node_modules/@salesforce/packaging/node_modules/@oclif/core": {
|
|
3571
|
-
"version": "2.15.0",
|
|
3572
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.15.0.tgz",
|
|
3573
|
-
"integrity": "sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA==",
|
|
3574
|
-
"license": "MIT",
|
|
3575
|
-
"dependencies": {
|
|
3576
|
-
"@types/cli-progress": "^3.11.0",
|
|
3577
|
-
"ansi-escapes": "^4.3.2",
|
|
3578
|
-
"ansi-styles": "^4.3.0",
|
|
3579
|
-
"cardinal": "^2.1.1",
|
|
3580
|
-
"chalk": "^4.1.2",
|
|
3581
|
-
"clean-stack": "^3.0.1",
|
|
3582
|
-
"cli-progress": "^3.12.0",
|
|
3583
|
-
"debug": "^4.3.4",
|
|
3584
|
-
"ejs": "^3.1.8",
|
|
3585
|
-
"get-package-type": "^0.1.0",
|
|
3586
|
-
"globby": "^11.1.0",
|
|
3587
|
-
"hyperlinker": "^1.0.0",
|
|
3588
|
-
"indent-string": "^4.0.0",
|
|
3589
|
-
"is-wsl": "^2.2.0",
|
|
3590
|
-
"js-yaml": "^3.14.1",
|
|
3591
|
-
"natural-orderby": "^2.0.3",
|
|
3592
|
-
"object-treeify": "^1.1.33",
|
|
3593
|
-
"password-prompt": "^1.1.2",
|
|
3594
|
-
"slice-ansi": "^4.0.0",
|
|
3595
|
-
"string-width": "^4.2.3",
|
|
3596
|
-
"strip-ansi": "^6.0.1",
|
|
3597
|
-
"supports-color": "^8.1.1",
|
|
3598
|
-
"supports-hyperlinks": "^2.2.0",
|
|
3599
|
-
"ts-node": "^10.9.1",
|
|
3600
|
-
"tslib": "^2.5.0",
|
|
3601
|
-
"widest-line": "^3.1.0",
|
|
3602
|
-
"wordwrap": "^1.0.0",
|
|
3603
|
-
"wrap-ansi": "^7.0.0"
|
|
3604
|
-
},
|
|
3605
|
-
"engines": {
|
|
3606
|
-
"node": ">=14.0.0"
|
|
3607
|
-
}
|
|
3608
|
-
},
|
|
3609
|
-
"node_modules/@salesforce/packaging/node_modules/argparse": {
|
|
3610
|
-
"version": "1.0.10",
|
|
3611
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
3612
|
-
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
3613
|
-
"license": "MIT",
|
|
3614
|
-
"dependencies": {
|
|
3615
|
-
"sprintf-js": "~1.0.2"
|
|
3616
|
-
}
|
|
3617
|
-
},
|
|
3618
|
-
"node_modules/@salesforce/packaging/node_modules/js-yaml": {
|
|
3619
|
-
"version": "3.14.1",
|
|
3620
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
3621
|
-
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
3622
|
-
"license": "MIT",
|
|
3623
|
-
"dependencies": {
|
|
3624
|
-
"argparse": "^1.0.7",
|
|
3625
|
-
"esprima": "^4.0.0"
|
|
3626
|
-
},
|
|
3627
|
-
"bin": {
|
|
3628
|
-
"js-yaml": "bin/js-yaml.js"
|
|
3629
|
-
}
|
|
3630
|
-
},
|
|
3631
|
-
"node_modules/@salesforce/packaging/node_modules/supports-color": {
|
|
3632
|
-
"version": "8.1.1",
|
|
3633
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
3634
|
-
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
3635
|
-
"license": "MIT",
|
|
3636
|
-
"dependencies": {
|
|
3637
|
-
"has-flag": "^4.0.0"
|
|
3638
|
-
},
|
|
3639
|
-
"engines": {
|
|
3640
|
-
"node": ">=10"
|
|
3641
|
-
},
|
|
3642
|
-
"funding": {
|
|
3643
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
3644
|
-
}
|
|
3645
|
-
},
|
|
3646
3565
|
"node_modules/@salesforce/plugin-apex": {
|
|
3647
3566
|
"version": "3.0.8",
|
|
3648
3567
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.0.8.tgz",
|
|
@@ -3691,21 +3610,50 @@
|
|
|
3691
3610
|
}
|
|
3692
3611
|
},
|
|
3693
3612
|
"node_modules/@salesforce/plugin-apex/node_modules/@salesforce/sf-plugins-core": {
|
|
3694
|
-
"version": "4.1.
|
|
3695
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-4.1.
|
|
3696
|
-
"integrity": "sha512-
|
|
3613
|
+
"version": "4.1.3",
|
|
3614
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-4.1.3.tgz",
|
|
3615
|
+
"integrity": "sha512-cia0FRknxeQU0IK5gOxlP2KGxqc5zxwSmHLKJsd5+sUFWpn3Hnun/3rDO94UXIDjuGKV7HK08hQNBKkSLeYaRA==",
|
|
3697
3616
|
"license": "BSD-3-Clause",
|
|
3698
3617
|
"dependencies": {
|
|
3699
|
-
"@oclif/core": "^3.
|
|
3700
|
-
"@salesforce/core": "^
|
|
3701
|
-
"@salesforce/kit": "^3.0.
|
|
3702
|
-
"@salesforce/ts-types": "^2.0.
|
|
3618
|
+
"@oclif/core": "^3.11.0",
|
|
3619
|
+
"@salesforce/core": "^6.1.0",
|
|
3620
|
+
"@salesforce/kit": "^3.0.15",
|
|
3621
|
+
"@salesforce/ts-types": "^2.0.9",
|
|
3703
3622
|
"@types/inquirer": "^8.2.3",
|
|
3704
3623
|
"chalk": "^4",
|
|
3705
3624
|
"inquirer": "^8.2.5"
|
|
3706
3625
|
},
|
|
3707
3626
|
"engines": {
|
|
3708
|
-
"node": ">=
|
|
3627
|
+
"node": ">=18.0.0"
|
|
3628
|
+
}
|
|
3629
|
+
},
|
|
3630
|
+
"node_modules/@salesforce/plugin-apex/node_modules/@salesforce/sf-plugins-core/node_modules/@salesforce/core": {
|
|
3631
|
+
"version": "6.2.1",
|
|
3632
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.2.1.tgz",
|
|
3633
|
+
"integrity": "sha512-oXwM1C/CoEGtS8mzmVzk5LV85c5Co5miu0NLBOUGDf8GGlF121SR3bkXoAG05vQA2Ifelb9xXp4FU1BXsCKr3w==",
|
|
3634
|
+
"license": "BSD-3-Clause",
|
|
3635
|
+
"dependencies": {
|
|
3636
|
+
"@salesforce/kit": "^3.0.15",
|
|
3637
|
+
"@salesforce/schemas": "^1.6.1",
|
|
3638
|
+
"@salesforce/ts-types": "^2.0.9",
|
|
3639
|
+
"@types/semver": "^7.5.6",
|
|
3640
|
+
"ajv": "^8.12.0",
|
|
3641
|
+
"change-case": "^4.1.2",
|
|
3642
|
+
"faye": "^1.4.0",
|
|
3643
|
+
"form-data": "^4.0.0",
|
|
3644
|
+
"js2xmlparser": "^4.0.1",
|
|
3645
|
+
"jsforce": "^2.0.0-beta.28",
|
|
3646
|
+
"jsonwebtoken": "9.0.2",
|
|
3647
|
+
"jszip": "3.10.1",
|
|
3648
|
+
"pino": "^8.16.2",
|
|
3649
|
+
"pino-abstract-transport": "^1.1.0",
|
|
3650
|
+
"pino-pretty": "^10.2.3",
|
|
3651
|
+
"proper-lockfile": "^4.1.2",
|
|
3652
|
+
"semver": "^7.5.4",
|
|
3653
|
+
"ts-retry-promise": "^0.7.1"
|
|
3654
|
+
},
|
|
3655
|
+
"engines": {
|
|
3656
|
+
"node": ">=18.0.0"
|
|
3709
3657
|
}
|
|
3710
3658
|
},
|
|
3711
3659
|
"node_modules/@salesforce/plugin-apex/node_modules/@salesforce/sf-plugins-core/node_modules/chalk": {
|
|
@@ -4333,15 +4281,15 @@
|
|
|
4333
4281
|
}
|
|
4334
4282
|
},
|
|
4335
4283
|
"node_modules/@salesforce/plugin-packaging": {
|
|
4336
|
-
"version": "1.27.
|
|
4337
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-1.27.
|
|
4338
|
-
"integrity": "sha512-
|
|
4284
|
+
"version": "1.27.6",
|
|
4285
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-1.27.6.tgz",
|
|
4286
|
+
"integrity": "sha512-fVYuWQzZbOF1okRLCIrLdjYMNRGIsWmfHyapJz+bmu/+parIPx4BtdEhaUKDC38e3vyS4DDMyZGJsl8au1sCZw==",
|
|
4339
4287
|
"license": "BSD-3-Clause",
|
|
4340
4288
|
"dependencies": {
|
|
4341
4289
|
"@oclif/core": "^3.11.0",
|
|
4342
4290
|
"@salesforce/core": "^6.1.3",
|
|
4343
4291
|
"@salesforce/kit": "^3.0.15",
|
|
4344
|
-
"@salesforce/packaging": "^3.0.
|
|
4292
|
+
"@salesforce/packaging": "^3.0.4",
|
|
4345
4293
|
"@salesforce/sf-plugins-core": "^5.0.3",
|
|
4346
4294
|
"chalk": "^4.1.2",
|
|
4347
4295
|
"tslib": "^2"
|
|
@@ -4685,28 +4633,6 @@
|
|
|
4685
4633
|
"node": ">=14.16"
|
|
4686
4634
|
}
|
|
4687
4635
|
},
|
|
4688
|
-
"node_modules/@salesforce/plugin-release-management/node_modules/aws-sdk": {
|
|
4689
|
-
"version": "2.1507.0",
|
|
4690
|
-
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1507.0.tgz",
|
|
4691
|
-
"integrity": "sha512-ISHLvQB+X3lfNce0Eg1qdxmQTkWTU7n/4ysExofoi63Jdyc70Wk5pXknhckslcw2ofXBD+gibe9oY/WyyRQ89w==",
|
|
4692
|
-
"dev": true,
|
|
4693
|
-
"license": "Apache-2.0",
|
|
4694
|
-
"dependencies": {
|
|
4695
|
-
"buffer": "4.9.2",
|
|
4696
|
-
"events": "1.1.1",
|
|
4697
|
-
"ieee754": "1.1.13",
|
|
4698
|
-
"jmespath": "0.16.0",
|
|
4699
|
-
"querystring": "0.2.0",
|
|
4700
|
-
"sax": "1.2.1",
|
|
4701
|
-
"url": "0.10.3",
|
|
4702
|
-
"util": "^0.12.4",
|
|
4703
|
-
"uuid": "8.0.0",
|
|
4704
|
-
"xml2js": "0.5.0"
|
|
4705
|
-
},
|
|
4706
|
-
"engines": {
|
|
4707
|
-
"node": ">= 10.0.0"
|
|
4708
|
-
}
|
|
4709
|
-
},
|
|
4710
4636
|
"node_modules/@salesforce/plugin-release-management/node_modules/cacheable-lookup": {
|
|
4711
4637
|
"version": "7.0.0",
|
|
4712
4638
|
"resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-7.0.0.tgz",
|
|
@@ -4813,13 +4739,6 @@
|
|
|
4813
4739
|
"node": ">=10.19.0"
|
|
4814
4740
|
}
|
|
4815
4741
|
},
|
|
4816
|
-
"node_modules/@salesforce/plugin-release-management/node_modules/ieee754": {
|
|
4817
|
-
"version": "1.1.13",
|
|
4818
|
-
"resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.13.tgz",
|
|
4819
|
-
"integrity": "sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg==",
|
|
4820
|
-
"dev": true,
|
|
4821
|
-
"license": "BSD-3-Clause"
|
|
4822
|
-
},
|
|
4823
4742
|
"node_modules/@salesforce/plugin-release-management/node_modules/lowercase-keys": {
|
|
4824
4743
|
"version": "3.0.0",
|
|
4825
4744
|
"resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-3.0.0.tgz",
|
|
@@ -8793,9 +8712,9 @@
|
|
|
8793
8712
|
}
|
|
8794
8713
|
},
|
|
8795
8714
|
"node_modules/@salesforce/plugin-trust": {
|
|
8796
|
-
"version": "3.0
|
|
8797
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.0.
|
|
8798
|
-
"integrity": "sha512-
|
|
8715
|
+
"version": "3.1.0",
|
|
8716
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.1.0.tgz",
|
|
8717
|
+
"integrity": "sha512-aYo/aeB7rfzfb6eXsjMGnwr00BctsmGu2Hpg1cg7P9/A4clghEIsy6PlnqTtKm0waoux3bxhaV2MeqU+6XbXqQ==",
|
|
8799
8718
|
"license": "BSD-3-Clause",
|
|
8800
8719
|
"dependencies": {
|
|
8801
8720
|
"@oclif/core": "^3.12.0",
|
|
@@ -8993,12 +8912,12 @@
|
|
|
8993
8912
|
"license": "ISC"
|
|
8994
8913
|
},
|
|
8995
8914
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
8996
|
-
"version": "5.0.
|
|
8997
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.
|
|
8998
|
-
"integrity": "sha512-
|
|
8915
|
+
"version": "5.0.5",
|
|
8916
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.5.tgz",
|
|
8917
|
+
"integrity": "sha512-IlxDYH8ihznGwPclKyo/teKo4eutuIIzA3hq2d9AuFlGH4N6e7rN3IgTfhp7yV/K7RA70Ub/+dl7etIAO7FmMQ==",
|
|
8999
8918
|
"license": "BSD-3-Clause",
|
|
9000
8919
|
"dependencies": {
|
|
9001
|
-
"@oclif/core": "^3.
|
|
8920
|
+
"@oclif/core": "^3.12.0",
|
|
9002
8921
|
"@salesforce/core": "^6.2.0",
|
|
9003
8922
|
"@salesforce/kit": "^3.0.15",
|
|
9004
8923
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -9411,24 +9330,28 @@
|
|
|
9411
9330
|
"version": "1.0.9",
|
|
9412
9331
|
"resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.9.tgz",
|
|
9413
9332
|
"integrity": "sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==",
|
|
9333
|
+
"dev": true,
|
|
9414
9334
|
"license": "MIT"
|
|
9415
9335
|
},
|
|
9416
9336
|
"node_modules/@tsconfig/node12": {
|
|
9417
9337
|
"version": "1.0.11",
|
|
9418
9338
|
"resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz",
|
|
9419
9339
|
"integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==",
|
|
9340
|
+
"dev": true,
|
|
9420
9341
|
"license": "MIT"
|
|
9421
9342
|
},
|
|
9422
9343
|
"node_modules/@tsconfig/node14": {
|
|
9423
9344
|
"version": "1.0.3",
|
|
9424
9345
|
"resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz",
|
|
9425
9346
|
"integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==",
|
|
9347
|
+
"dev": true,
|
|
9426
9348
|
"license": "MIT"
|
|
9427
9349
|
},
|
|
9428
9350
|
"node_modules/@tsconfig/node16": {
|
|
9429
9351
|
"version": "1.0.4",
|
|
9430
9352
|
"resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.4.tgz",
|
|
9431
9353
|
"integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==",
|
|
9354
|
+
"dev": true,
|
|
9432
9355
|
"license": "MIT"
|
|
9433
9356
|
},
|
|
9434
9357
|
"node_modules/@tufjs/canonical-json": {
|
|
@@ -9491,6 +9414,7 @@
|
|
|
9491
9414
|
"version": "3.11.0",
|
|
9492
9415
|
"resolved": "https://registry.npmjs.org/@types/cli-progress/-/cli-progress-3.11.0.tgz",
|
|
9493
9416
|
"integrity": "sha512-XhXhBv1R/q2ahF3BM7qT5HLzJNlIL0wbcGyZVjqOTqAybAnsLisd7gy1UCyIqpL+5Iv6XhlSyzjLCnI2sIdbCg==",
|
|
9417
|
+
"dev": true,
|
|
9494
9418
|
"license": "MIT",
|
|
9495
9419
|
"dependencies": {
|
|
9496
9420
|
"@types/node": "*"
|
|
@@ -10049,6 +9973,7 @@
|
|
|
10049
9973
|
"version": "8.2.0",
|
|
10050
9974
|
"resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.2.0.tgz",
|
|
10051
9975
|
"integrity": "sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==",
|
|
9976
|
+
"dev": true,
|
|
10052
9977
|
"license": "MIT",
|
|
10053
9978
|
"engines": {
|
|
10054
9979
|
"node": ">=0.4.0"
|
|
@@ -10304,6 +10229,7 @@
|
|
|
10304
10229
|
"version": "4.1.3",
|
|
10305
10230
|
"resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz",
|
|
10306
10231
|
"integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==",
|
|
10232
|
+
"dev": true,
|
|
10307
10233
|
"license": "MIT"
|
|
10308
10234
|
},
|
|
10309
10235
|
"node_modules/argparse": {
|
|
@@ -10600,9 +10526,9 @@
|
|
|
10600
10526
|
}
|
|
10601
10527
|
},
|
|
10602
10528
|
"node_modules/aws-sdk": {
|
|
10603
|
-
"version": "2.
|
|
10604
|
-
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.
|
|
10605
|
-
"integrity": "sha512-
|
|
10529
|
+
"version": "2.1507.0",
|
|
10530
|
+
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1507.0.tgz",
|
|
10531
|
+
"integrity": "sha512-ISHLvQB+X3lfNce0Eg1qdxmQTkWTU7n/4ysExofoi63Jdyc70Wk5pXknhckslcw2ofXBD+gibe9oY/WyyRQ89w==",
|
|
10606
10532
|
"dev": true,
|
|
10607
10533
|
"license": "Apache-2.0",
|
|
10608
10534
|
"dependencies": {
|
|
@@ -10621,6 +10547,16 @@
|
|
|
10621
10547
|
"node": ">= 10.0.0"
|
|
10622
10548
|
}
|
|
10623
10549
|
},
|
|
10550
|
+
"node_modules/aws-sdk/node_modules/events": {
|
|
10551
|
+
"version": "1.1.1",
|
|
10552
|
+
"resolved": "https://registry.npmjs.org/events/-/events-1.1.1.tgz",
|
|
10553
|
+
"integrity": "sha512-kEcvvCBByWXGnZy6JUlgAp2gBIUjfCAV6P6TgT1/aaQKcmuAEC4OZTV1I4EWQLz2gxZw76atuVyvHhTxvi0Flw==",
|
|
10554
|
+
"dev": true,
|
|
10555
|
+
"license": "MIT",
|
|
10556
|
+
"engines": {
|
|
10557
|
+
"node": ">=0.4.x"
|
|
10558
|
+
}
|
|
10559
|
+
},
|
|
10624
10560
|
"node_modules/aws-sdk/node_modules/ieee754": {
|
|
10625
10561
|
"version": "1.1.13",
|
|
10626
10562
|
"resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.13.tgz",
|
|
@@ -10628,6 +10564,16 @@
|
|
|
10628
10564
|
"dev": true,
|
|
10629
10565
|
"license": "BSD-3-Clause"
|
|
10630
10566
|
},
|
|
10567
|
+
"node_modules/aws-sdk/node_modules/uuid": {
|
|
10568
|
+
"version": "8.0.0",
|
|
10569
|
+
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.0.0.tgz",
|
|
10570
|
+
"integrity": "sha512-jOXGuXZAWdsTH7eZLtyXMqUb9EcWMGZNbL9YcGBJl4MH4nrxHmZJhEHvyLFrkxo+28uLb/NYRcStH48fnD0Vzw==",
|
|
10571
|
+
"dev": true,
|
|
10572
|
+
"license": "MIT",
|
|
10573
|
+
"bin": {
|
|
10574
|
+
"uuid": "dist/bin/uuid"
|
|
10575
|
+
}
|
|
10576
|
+
},
|
|
10631
10577
|
"node_modules/balanced-match": {
|
|
10632
10578
|
"version": "1.0.2",
|
|
10633
10579
|
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
@@ -12320,6 +12266,7 @@
|
|
|
12320
12266
|
"version": "1.1.1",
|
|
12321
12267
|
"resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz",
|
|
12322
12268
|
"integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==",
|
|
12269
|
+
"dev": true,
|
|
12323
12270
|
"license": "MIT"
|
|
12324
12271
|
},
|
|
12325
12272
|
"node_modules/cross-spawn": {
|
|
@@ -14259,13 +14206,12 @@
|
|
|
14259
14206
|
"license": "MIT"
|
|
14260
14207
|
},
|
|
14261
14208
|
"node_modules/events": {
|
|
14262
|
-
"version": "
|
|
14263
|
-
"resolved": "https://registry.npmjs.org/events/-/events-
|
|
14264
|
-
"integrity": "sha512-
|
|
14265
|
-
"dev": true,
|
|
14209
|
+
"version": "3.3.0",
|
|
14210
|
+
"resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
|
|
14211
|
+
"integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
|
|
14266
14212
|
"license": "MIT",
|
|
14267
14213
|
"engines": {
|
|
14268
|
-
"node": ">=0.
|
|
14214
|
+
"node": ">=0.8.x"
|
|
14269
14215
|
}
|
|
14270
14216
|
},
|
|
14271
14217
|
"node_modules/execa": {
|
|
@@ -15352,15 +15298,6 @@
|
|
|
15352
15298
|
"graphology-types": ">=0.23.0"
|
|
15353
15299
|
}
|
|
15354
15300
|
},
|
|
15355
|
-
"node_modules/graphology/node_modules/events": {
|
|
15356
|
-
"version": "3.3.0",
|
|
15357
|
-
"resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
|
|
15358
|
-
"integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
|
|
15359
|
-
"license": "MIT",
|
|
15360
|
-
"engines": {
|
|
15361
|
-
"node": ">=0.8.x"
|
|
15362
|
-
}
|
|
15363
|
-
},
|
|
15364
15301
|
"node_modules/grouped-queue": {
|
|
15365
15302
|
"version": "2.0.0",
|
|
15366
15303
|
"resolved": "https://registry.npmjs.org/grouped-queue/-/grouped-queue-2.0.0.tgz",
|
|
@@ -16710,16 +16647,6 @@
|
|
|
16710
16647
|
"node": ">=8"
|
|
16711
16648
|
}
|
|
16712
16649
|
},
|
|
16713
|
-
"node_modules/istanbul-lib-processinfo/node_modules/uuid": {
|
|
16714
|
-
"version": "8.3.2",
|
|
16715
|
-
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
|
|
16716
|
-
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
|
|
16717
|
-
"dev": true,
|
|
16718
|
-
"license": "MIT",
|
|
16719
|
-
"bin": {
|
|
16720
|
-
"uuid": "dist/bin/uuid"
|
|
16721
|
-
}
|
|
16722
|
-
},
|
|
16723
16650
|
"node_modules/istanbul-lib-report": {
|
|
16724
16651
|
"version": "3.0.1",
|
|
16725
16652
|
"resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz",
|
|
@@ -17834,6 +17761,7 @@
|
|
|
17834
17761
|
"version": "1.3.6",
|
|
17835
17762
|
"resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz",
|
|
17836
17763
|
"integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==",
|
|
17764
|
+
"dev": true,
|
|
17837
17765
|
"license": "ISC"
|
|
17838
17766
|
},
|
|
17839
17767
|
"node_modules/make-fetch-happen": {
|
|
@@ -22546,16 +22474,6 @@
|
|
|
22546
22474
|
"ieee754": "^1.2.1"
|
|
22547
22475
|
}
|
|
22548
22476
|
},
|
|
22549
|
-
"node_modules/npmlog/node_modules/events": {
|
|
22550
|
-
"version": "3.3.0",
|
|
22551
|
-
"resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
|
|
22552
|
-
"integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
|
|
22553
|
-
"extraneous": true,
|
|
22554
|
-
"license": "MIT",
|
|
22555
|
-
"engines": {
|
|
22556
|
-
"node": ">=0.8.x"
|
|
22557
|
-
}
|
|
22558
|
-
},
|
|
22559
22477
|
"node_modules/npmlog/node_modules/readable-stream": {
|
|
22560
22478
|
"version": "4.4.2",
|
|
22561
22479
|
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.4.2.tgz",
|
|
@@ -23819,15 +23737,6 @@
|
|
|
23819
23737
|
"ieee754": "^1.2.1"
|
|
23820
23738
|
}
|
|
23821
23739
|
},
|
|
23822
|
-
"node_modules/pino-abstract-transport/node_modules/events": {
|
|
23823
|
-
"version": "3.3.0",
|
|
23824
|
-
"resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
|
|
23825
|
-
"integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
|
|
23826
|
-
"license": "MIT",
|
|
23827
|
-
"engines": {
|
|
23828
|
-
"node": ">=0.8.x"
|
|
23829
|
-
}
|
|
23830
|
-
},
|
|
23831
23740
|
"node_modules/pino-abstract-transport/node_modules/readable-stream": {
|
|
23832
23741
|
"version": "4.4.2",
|
|
23833
23742
|
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.4.2.tgz",
|
|
@@ -23911,15 +23820,6 @@
|
|
|
23911
23820
|
"node": "*"
|
|
23912
23821
|
}
|
|
23913
23822
|
},
|
|
23914
|
-
"node_modules/pino-pretty/node_modules/events": {
|
|
23915
|
-
"version": "3.3.0",
|
|
23916
|
-
"resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
|
|
23917
|
-
"integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
|
|
23918
|
-
"license": "MIT",
|
|
23919
|
-
"engines": {
|
|
23920
|
-
"node": ">=0.8.x"
|
|
23921
|
-
}
|
|
23922
|
-
},
|
|
23923
23823
|
"node_modules/pino-pretty/node_modules/readable-stream": {
|
|
23924
23824
|
"version": "4.4.2",
|
|
23925
23825
|
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.4.2.tgz",
|
|
@@ -26498,6 +26398,7 @@
|
|
|
26498
26398
|
"version": "10.9.1",
|
|
26499
26399
|
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.1.tgz",
|
|
26500
26400
|
"integrity": "sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==",
|
|
26401
|
+
"dev": true,
|
|
26501
26402
|
"license": "MIT",
|
|
26502
26403
|
"dependencies": {
|
|
26503
26404
|
"@cspotcode/source-map-support": "^0.8.0",
|
|
@@ -26541,6 +26442,7 @@
|
|
|
26541
26442
|
"version": "4.0.2",
|
|
26542
26443
|
"resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz",
|
|
26543
26444
|
"integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==",
|
|
26445
|
+
"dev": true,
|
|
26544
26446
|
"license": "BSD-3-Clause",
|
|
26545
26447
|
"engines": {
|
|
26546
26448
|
"node": ">=0.3.1"
|
|
@@ -26825,6 +26727,7 @@
|
|
|
26825
26727
|
"version": "5.2.2",
|
|
26826
26728
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz",
|
|
26827
26729
|
"integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==",
|
|
26730
|
+
"devOptional": true,
|
|
26828
26731
|
"license": "Apache-2.0",
|
|
26829
26732
|
"bin": {
|
|
26830
26733
|
"tsc": "bin/tsc",
|
|
@@ -27026,10 +26929,9 @@
|
|
|
27026
26929
|
"license": "MIT"
|
|
27027
26930
|
},
|
|
27028
26931
|
"node_modules/uuid": {
|
|
27029
|
-
"version": "8.
|
|
27030
|
-
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.
|
|
27031
|
-
"integrity": "sha512
|
|
27032
|
-
"dev": true,
|
|
26932
|
+
"version": "8.3.2",
|
|
26933
|
+
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
|
|
26934
|
+
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
|
|
27033
26935
|
"license": "MIT",
|
|
27034
26936
|
"bin": {
|
|
27035
26937
|
"uuid": "dist/bin/uuid"
|
|
@@ -27039,6 +26941,7 @@
|
|
|
27039
26941
|
"version": "3.0.1",
|
|
27040
26942
|
"resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz",
|
|
27041
26943
|
"integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==",
|
|
26944
|
+
"dev": true,
|
|
27042
26945
|
"license": "MIT"
|
|
27043
26946
|
},
|
|
27044
26947
|
"node_modules/validate-npm-package-license": {
|
|
@@ -27914,15 +27817,6 @@
|
|
|
27914
27817
|
"node": "*"
|
|
27915
27818
|
}
|
|
27916
27819
|
},
|
|
27917
|
-
"node_modules/yeoman-environment/node_modules/events": {
|
|
27918
|
-
"version": "3.3.0",
|
|
27919
|
-
"resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
|
|
27920
|
-
"integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
|
|
27921
|
-
"license": "MIT",
|
|
27922
|
-
"engines": {
|
|
27923
|
-
"node": ">=0.8.x"
|
|
27924
|
-
}
|
|
27925
|
-
},
|
|
27926
27820
|
"node_modules/yeoman-environment/node_modules/gauge": {
|
|
27927
27821
|
"version": "3.0.2",
|
|
27928
27822
|
"resolved": "https://registry.npmjs.org/gauge/-/gauge-3.0.2.tgz",
|
|
@@ -28602,6 +28496,7 @@
|
|
|
28602
28496
|
"version": "3.1.1",
|
|
28603
28497
|
"resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz",
|
|
28604
28498
|
"integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==",
|
|
28499
|
+
"dev": true,
|
|
28605
28500
|
"license": "MIT",
|
|
28606
28501
|
"engines": {
|
|
28607
28502
|
"node": ">=6"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.21.
|
|
4
|
+
"version": "2.21.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
}
|
|
125
125
|
},
|
|
126
126
|
"dependencies": {
|
|
127
|
-
"@oclif/core": "3.
|
|
127
|
+
"@oclif/core": "3.13.1",
|
|
128
128
|
"@oclif/plugin-autocomplete": "3.0.2",
|
|
129
129
|
"@oclif/plugin-commands": "3.0.7",
|
|
130
130
|
"@oclif/plugin-help": "6.0.7",
|
|
@@ -144,16 +144,16 @@
|
|
|
144
144
|
"@salesforce/plugin-limits": "3.0.4",
|
|
145
145
|
"@salesforce/plugin-marketplace": "1.0.7",
|
|
146
146
|
"@salesforce/plugin-org": "3.0.9",
|
|
147
|
-
"@salesforce/plugin-packaging": "1.27.
|
|
147
|
+
"@salesforce/plugin-packaging": "1.27.6",
|
|
148
148
|
"@salesforce/plugin-schema": "3.0.6",
|
|
149
149
|
"@salesforce/plugin-settings": "2.0.9",
|
|
150
150
|
"@salesforce/plugin-sobject": "1.0.2",
|
|
151
151
|
"@salesforce/plugin-source": "3.0.1",
|
|
152
152
|
"@salesforce/plugin-telemetry": "3.1.3",
|
|
153
153
|
"@salesforce/plugin-templates": "56.0.3",
|
|
154
|
-
"@salesforce/plugin-trust": "3.0
|
|
154
|
+
"@salesforce/plugin-trust": "3.1.0",
|
|
155
155
|
"@salesforce/plugin-user": "3.0.6",
|
|
156
|
-
"@salesforce/sf-plugins-core": "5.0.
|
|
156
|
+
"@salesforce/sf-plugins-core": "5.0.5",
|
|
157
157
|
"debug": "^4.3.4"
|
|
158
158
|
},
|
|
159
159
|
"pinnedDependencies": [
|