@salesforce/cli 2.20.2 → 2.20.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -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.20.2 linux-x64 node-v20.9.0
27
+ @salesforce/cli/2.20.3 linux-x64 node-v20.9.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -215,7 +215,7 @@ EXAMPLES
215
215
  $ sf alias list
216
216
  ```
217
217
 
218
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.6/src/commands/alias/list.ts)_
218
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.7/src/commands/alias/list.ts)_
219
219
 
220
220
  ## `sf alias set`
221
221
 
@@ -263,7 +263,7 @@ EXAMPLES
263
263
  $ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
264
264
  ```
265
265
 
266
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.6/src/commands/alias/set.ts)_
266
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.7/src/commands/alias/set.ts)_
267
267
 
268
268
  ## `sf alias unset`
269
269
 
@@ -302,7 +302,7 @@ EXAMPLES
302
302
  $ sf alias unset --all [--no-prompt]
303
303
  ```
304
304
 
305
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.6/src/commands/alias/unset.ts)_
305
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.7/src/commands/alias/unset.ts)_
306
306
 
307
307
  ## `sf analytics generate template`
308
308
 
@@ -909,7 +909,7 @@ CONFIGURATION VARIABLES
909
909
  org-max-query-limit Maximum number of Salesforce records returned by a CLI command. Default: 10,000.
910
910
  ```
911
911
 
912
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.6/src/commands/config/get.ts)_
912
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.7/src/commands/config/get.ts)_
913
913
 
914
914
  ## `sf config list`
915
915
 
@@ -948,7 +948,7 @@ EXAMPLES
948
948
  $ sf config list
949
949
  ```
950
950
 
951
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.6/src/commands/config/list.ts)_
951
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.7/src/commands/config/list.ts)_
952
952
 
953
953
  ## `sf config set`
954
954
 
@@ -1015,7 +1015,7 @@ CONFIGURATION VARIABLES
1015
1015
  org-max-query-limit Maximum number of Salesforce records returned by a CLI command. Default: 10,000.
1016
1016
  ```
1017
1017
 
1018
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.6/src/commands/config/set.ts)_
1018
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.7/src/commands/config/set.ts)_
1019
1019
 
1020
1020
  ## `sf config unset`
1021
1021
 
@@ -1063,7 +1063,7 @@ CONFIGURATION VARIABLES
1063
1063
  org-max-query-limit Maximum number of Salesforce records returned by a CLI command. Default: 10,000.
1064
1064
  ```
1065
1065
 
1066
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.6/src/commands/config/unset.ts)_
1066
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.7/src/commands/config/unset.ts)_
1067
1067
 
1068
1068
  ## `sf data create record`
1069
1069
 
@@ -4288,7 +4288,7 @@ EXAMPLES
4288
4288
  $ sf org list auth
4289
4289
  ```
4290
4290
 
4291
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.7/src/commands/org/list/auth.ts)_
4291
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.8/src/commands/org/list/auth.ts)_
4292
4292
 
4293
4293
  ## `sf org list limits`
4294
4294
 
@@ -4576,7 +4576,7 @@ FLAG DESCRIPTIONS
4576
4576
  To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
4577
4577
  ```
4578
4578
 
4579
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.7/src/commands/org/login/access-token.ts)_
4579
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.8/src/commands/org/login/access-token.ts)_
4580
4580
 
4581
4581
  ## `sf org login device`
4582
4582
 
@@ -4635,7 +4635,7 @@ FLAG DESCRIPTIONS
4635
4635
  To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
4636
4636
  ```
4637
4637
 
4638
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.7/src/commands/org/login/device.ts)_
4638
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.8/src/commands/org/login/device.ts)_
4639
4639
 
4640
4640
  ## `sf org login jwt`
4641
4641
 
@@ -4724,7 +4724,7 @@ FLAG DESCRIPTIONS
4724
4724
  To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
4725
4725
  ```
4726
4726
 
4727
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.7/src/commands/org/login/jwt.ts)_
4727
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.8/src/commands/org/login/jwt.ts)_
4728
4728
 
4729
4729
  ## `sf org login sfdx-url`
4730
4730
 
@@ -4782,7 +4782,7 @@ EXAMPLES
4782
4782
  $ sf org login sfdx-url --sfdx-url-file files/authFile.json --set-default --alias MyDefaultOrg
4783
4783
  ```
4784
4784
 
4785
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.7/src/commands/org/login/sfdx-url.ts)_
4785
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.8/src/commands/org/login/sfdx-url.ts)_
4786
4786
 
4787
4787
  ## `sf org login web`
4788
4788
 
@@ -4867,7 +4867,7 @@ FLAG DESCRIPTIONS
4867
4867
  To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
4868
4868
  ```
4869
4869
 
4870
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.7/src/commands/org/login/web.ts)_
4870
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.8/src/commands/org/login/web.ts)_
4871
4871
 
4872
4872
  ## `sf org logout`
4873
4873
 
@@ -4927,7 +4927,7 @@ FLAG DESCRIPTIONS
4927
4927
  All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
4928
4928
  ```
4929
4929
 
4930
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.7/src/commands/org/logout.ts)_
4930
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.8/src/commands/org/logout.ts)_
4931
4931
 
4932
4932
  ## `sf org open`
4933
4933
 
@@ -5118,7 +5118,8 @@ FLAGS
5118
5118
  -k, --installation-key=<value> Installation key for key-protected package (default: null).
5119
5119
  -m, --managed-released Create a managed package version.
5120
5120
  -n, --name=<value> (required) Package version name.
5121
- -o, --target-org=<value> (required) Username or alias of the target org.
5121
+ -o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
5122
+ configuration variable is already set.
5122
5123
  -p, --post-install-url=<value> Post install URL.
5123
5124
  -r, --release-notes-url=<value> Release notes URL.
5124
5125
  -v, --version=<value> Package version in major.minor format, for example, 3.2.
@@ -5162,7 +5163,7 @@ FLAG DESCRIPTIONS
5162
5163
  subscribers.
5163
5164
  ```
5164
5165
 
5165
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.2/src/commands/package1/version/create.ts)_
5166
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.3/src/commands/package1/version/create.ts)_
5166
5167
 
5167
5168
  ## `sf package1 version create get`
5168
5169
 
@@ -5174,7 +5175,8 @@ USAGE
5174
5175
 
5175
5176
  FLAGS
5176
5177
  -i, --request-id=<value> (required) ID of the PackageUploadRequest (starts with 0HD).
5177
- -o, --target-org=<value> (required) Username or alias of the target org.
5178
+ -o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
5179
+ configuration variable is already set.
5178
5180
  --api-version=<value> Override the api version used for api requests made by this command
5179
5181
 
5180
5182
  ALIASES
@@ -5190,7 +5192,7 @@ EXAMPLES
5190
5192
  $ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
5191
5193
  ```
5192
5194
 
5193
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.2/src/commands/package1/version/create/get.ts)_
5195
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.3/src/commands/package1/version/create/get.ts)_
5194
5196
 
5195
5197
  ## `sf package1 version display`
5196
5198
 
@@ -5203,7 +5205,8 @@ USAGE
5203
5205
  FLAGS
5204
5206
  -i, --package-version-id=<value> (required) ID (starts with 04t) of the metadata package version whose details you
5205
5207
  want to display.
5206
- -o, --target-org=<value> (required) Username or alias of the target org.
5208
+ -o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
5209
+ configuration variable is already set.
5207
5210
  --api-version=<value> Override the api version used for api requests made by this command
5208
5211
 
5209
5212
  ALIASES
@@ -5219,7 +5222,7 @@ EXAMPLES
5219
5222
  $ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
5220
5223
  ```
5221
5224
 
5222
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.2/src/commands/package1/version/display.ts)_
5225
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.3/src/commands/package1/version/display.ts)_
5223
5226
 
5224
5227
  ## `sf package1 version list`
5225
5228
 
@@ -5231,7 +5234,8 @@ USAGE
5231
5234
 
5232
5235
  FLAGS
5233
5236
  -i, --package-id=<value> Metadata package ID (starts with 033) whose package versions you want to list.
5234
- -o, --target-org=<value> (required) Username or alias of the target org.
5237
+ -o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
5238
+ configuration variable is already set.
5235
5239
  --api-version=<value> Override the api version used for api requests made by this command
5236
5240
 
5237
5241
  ALIASES
@@ -5252,7 +5256,7 @@ FLAG DESCRIPTIONS
5252
5256
  If not specified, shows all versions for all packages (managed and unmanaged) in the org.
5253
5257
  ```
5254
5258
 
5255
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.2/src/commands/package1/version/list.ts)_
5259
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.3/src/commands/package1/version/list.ts)_
5256
5260
 
5257
5261
  ## `sf package create`
5258
5262
 
@@ -5272,7 +5276,8 @@ FLAGS
5272
5276
  -r, --path=<value> (required) Path to directory that contains the contents of the package.
5273
5277
  -t, --package-type=<option> (required) Type of package.
5274
5278
  <options: Managed|Unlocked>
5275
- -v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org.
5279
+ -v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org. Not required if the
5280
+ `target-dev-hub` configuration variable is already set.
5276
5281
  --api-version=<value> Override the api version used for api requests made by this command
5277
5282
  --org-dependent Depends on unpackaged metadata in the installation org; applies to unlocked
5278
5283
  packages only.
@@ -5326,7 +5331,7 @@ FLAG DESCRIPTIONS
5326
5331
  Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
5327
5332
  ```
5328
5333
 
5329
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.2/src/commands/package/create.ts)_
5334
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.3/src/commands/package/create.ts)_
5330
5335
 
5331
5336
  ## `sf package delete`
5332
5337
 
@@ -5339,7 +5344,8 @@ USAGE
5339
5344
  FLAGS
5340
5345
  -n, --no-prompt Don’t prompt before deleting the package.
5341
5346
  -p, --package=<value> (required) ID (starts with 0Ho) or alias of the package to delete.
5342
- -v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org.
5347
+ -v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org. Not required if the `target-dev-hub`
5348
+ configuration variable is already set.
5343
5349
  --api-version=<value> Override the api version used for api requests made by this command
5344
5350
 
5345
5351
  DESCRIPTION
@@ -5363,7 +5369,7 @@ EXAMPLES
5363
5369
  $ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
5364
5370
  ```
5365
5371
 
5366
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.2/src/commands/package/delete.ts)_
5372
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.3/src/commands/package/delete.ts)_
5367
5373
 
5368
5374
  ## `sf package install`
5369
5375
 
@@ -5382,7 +5388,8 @@ FLAGS
5382
5388
  Package Version ID to become available in the target org before canceling the install
5383
5389
  request.
5384
5390
  -k, --installation-key=<value> Installation key for key-protected package (default: null).
5385
- -o, --target-org=<value> (required) Username or alias of the target org.
5391
+ -o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
5392
+ configuration variable is already set.
5386
5393
  -p, --package=<value> (required) ID (starts with 04t) or alias of the package version to install.
5387
5394
  -r, --no-prompt Don't prompt for confirmation.
5388
5395
  -s, --security-type=<option> [default: AdminsOnly] Security access type for the installed package. (deprecation
@@ -5457,7 +5464,7 @@ FLAG DESCRIPTIONS
5457
5464
  specify DeprecateOnly or Delete only for unlocked package upgrades.
5458
5465
  ```
5459
5466
 
5460
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.2/src/commands/package/install.ts)_
5467
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.3/src/commands/package/install.ts)_
5461
5468
 
5462
5469
  ## `sf package install report`
5463
5470
 
@@ -5469,7 +5476,8 @@ USAGE
5469
5476
 
5470
5477
  FLAGS
5471
5478
  -i, --request-id=<value> (required) ID of the package install request you want to check; starts with 0Hf.
5472
- -o, --target-org=<value> (required) Username or alias of the target org.
5479
+ -o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
5480
+ configuration variable is already set.
5473
5481
  --api-version=<value> Override the api version used for api requests made by this command
5474
5482
 
5475
5483
  ALIASES
@@ -5485,7 +5493,7 @@ EXAMPLES
5485
5493
  $ sf package install report --request-id 0Hf... --target-org me@example.com
5486
5494
  ```
5487
5495
 
5488
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.2/src/commands/package/install/report.ts)_
5496
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.3/src/commands/package/install/report.ts)_
5489
5497
 
5490
5498
  ## `sf package installed list`
5491
5499
 
@@ -5496,7 +5504,8 @@ USAGE
5496
5504
  $ sf package installed list -o <value> [--api-version <value>]
5497
5505
 
5498
5506
  FLAGS
5499
- -o, --target-org=<value> (required) Username or alias of the target org.
5507
+ -o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
5508
+ configuration variable is already set.
5500
5509
  --api-version=<value> Override the api version used for api requests made by this command
5501
5510
 
5502
5511
  ALIASES
@@ -5512,7 +5521,7 @@ EXAMPLES
5512
5521
  $ sf package installed list --target-org me@example.com
5513
5522
  ```
5514
5523
 
5515
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.2/src/commands/package/installed/list.ts)_
5524
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.3/src/commands/package/installed/list.ts)_
5516
5525
 
5517
5526
  ## `sf package list`
5518
5527
 
@@ -5523,7 +5532,8 @@ USAGE
5523
5532
  $ sf package list -v <value> [--api-version <value>] [--verbose]
5524
5533
 
5525
5534
  FLAGS
5526
- -v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org.
5535
+ -v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org. Not required if the `target-dev-hub`
5536
+ configuration variable is already set.
5527
5537
  --api-version=<value> Override the api version used for api requests made by this command
5528
5538
  --verbose Display extended package detail.
5529
5539
 
@@ -5545,7 +5555,7 @@ EXAMPLES
5545
5555
  $ sf package list --target-dev-hub devhub@example.com --verbose
5546
5556
  ```
5547
5557
 
5548
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.2/src/commands/package/list.ts)_
5558
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.3/src/commands/package/list.ts)_
5549
5559
 
5550
5560
  ## `sf package uninstall`
5551
5561
 
@@ -5556,7 +5566,8 @@ USAGE
5556
5566
  $ sf package uninstall -o <value> -p <value> [--api-version <value>] [-w <value>]
5557
5567
 
5558
5568
  FLAGS
5559
- -o, --target-org=<value> (required) Username or alias of the target org.
5569
+ -o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
5570
+ configuration variable is already set.
5560
5571
  -p, --package=<value> (required) ID (starts with 04t) or alias of the package version to uninstall.
5561
5572
  -w, --wait=<value> [default: [object Object]] Number of minutes to wait for uninstall status.
5562
5573
  --api-version=<value> Override the api version used for api requests made by this command
@@ -5588,7 +5599,7 @@ EXAMPLES
5588
5599
  $ sf package uninstall --package "Undesirable Package Alias"
5589
5600
  ```
5590
5601
 
5591
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.2/src/commands/package/uninstall.ts)_
5602
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.3/src/commands/package/uninstall.ts)_
5592
5603
 
5593
5604
  ## `sf package uninstall report`
5594
5605
 
@@ -5600,7 +5611,8 @@ USAGE
5600
5611
 
5601
5612
  FLAGS
5602
5613
  -i, --request-id=<value> (required) ID of the package uninstall request you want to check; starts with 06y.
5603
- -o, --target-org=<value> (required) Username or alias of the target org.
5614
+ -o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
5615
+ configuration variable is already set.
5604
5616
  --api-version=<value> Override the api version used for api requests made by this command
5605
5617
 
5606
5618
  ALIASES
@@ -5616,7 +5628,7 @@ EXAMPLES
5616
5628
  $ sf package uninstall report --request-id 06y... --target-org me@example.com
5617
5629
  ```
5618
5630
 
5619
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.2/src/commands/package/uninstall/report.ts)_
5631
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.3/src/commands/package/uninstall/report.ts)_
5620
5632
 
5621
5633
  ## `sf package update`
5622
5634
 
@@ -5633,7 +5645,8 @@ FLAGS
5633
5645
  -o, --error-notification-username=<value> Active Dev Hub user designated to receive email notifications for package
5634
5646
  errors.
5635
5647
  -p, --package=<value> (required) ID (starts with 0Ho) or alias of the package to update.
5636
- -v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org.
5648
+ -v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org. Not required if the
5649
+ `target-dev-hub` configuration variable is already set.
5637
5650
  --api-version=<value> Override the api version used for api requests made by this command
5638
5651
  --[no-]enable-app-analytics Enable AppExchange App Analytics usage data collection on this managed
5639
5652
  package and its components.
@@ -5666,7 +5679,7 @@ FLAG DESCRIPTIONS
5666
5679
  associated with your package.
5667
5680
  ```
5668
5681
 
5669
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.2/src/commands/package/update.ts)_
5682
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.3/src/commands/package/update.ts)_
5670
5683
 
5671
5684
  ## `sf package version create`
5672
5685
 
@@ -5697,7 +5710,8 @@ FLAGS
5697
5710
  sfdx-project.json value.
5698
5711
  -p, --package=<value> ID (starts with 0Ho) or alias of the package to create a version of.
5699
5712
  -t, --tag=<value> Package version’s tag.
5700
- -v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org.
5713
+ -v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org. Not required if the
5714
+ `target-dev-hub` configuration variable is already set.
5701
5715
  -w, --wait=<value> [default: [object Object]] Number of minutes to wait for the package version to be
5702
5716
  created.
5703
5717
  -x, --installation-key-bypass Bypass the installation key requirement. (either --installation-key or
@@ -5817,7 +5831,7 @@ FLAG DESCRIPTIONS
5817
5831
  periods of no output from commands.
5818
5832
  ```
5819
5833
 
5820
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.2/src/commands/package/version/create.ts)_
5834
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.3/src/commands/package/version/create.ts)_
5821
5835
 
5822
5836
  ## `sf package version create list`
5823
5837
 
@@ -5833,7 +5847,8 @@ FLAGS
5833
5847
  now. Use 0 for today.
5834
5848
  -s, --status=<option> Status of the version creation request, used to filter the list.
5835
5849
  <options: Queued|InProgress|Success|Error>
5836
- -v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org.
5850
+ -v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org. Not required if the `target-dev-hub`
5851
+ configuration variable is already set.
5837
5852
  --api-version=<value> Override the api version used for api requests made by this command
5838
5853
  --show-conversions-only Filter the list output to display only converted package version.
5839
5854
  --verbose Displays additional information at a slight performance cost, such as the version
@@ -5873,7 +5888,7 @@ EXAMPLES
5873
5888
  $ sf package version create list --created-last-days 0 --status Success
5874
5889
  ```
5875
5890
 
5876
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.2/src/commands/package/version/create/list.ts)_
5891
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.3/src/commands/package/version/create/list.ts)_
5877
5892
 
5878
5893
  ## `sf package version create report`
5879
5894
 
@@ -5886,7 +5901,8 @@ USAGE
5886
5901
  FLAGS
5887
5902
  -i, --package-create-request-id=<value> (required) ID (starts with 08c) of the package version creation request you
5888
5903
  want to display.
5889
- -v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org.
5904
+ -v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org. Not required if the
5905
+ `target-dev-hub` configuration variable is already set.
5890
5906
  --api-version=<value> Override the api version used for api requests made by this command
5891
5907
 
5892
5908
  DESCRIPTION
@@ -5911,7 +5927,7 @@ EXAMPLES
5911
5927
  $ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
5912
5928
  ```
5913
5929
 
5914
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.2/src/commands/package/version/create/report.ts)_
5930
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.3/src/commands/package/version/create/report.ts)_
5915
5931
 
5916
5932
  ## `sf package version delete`
5917
5933
 
@@ -5924,7 +5940,8 @@ USAGE
5924
5940
  FLAGS
5925
5941
  -n, --no-prompt Don’t prompt before deleting the package version.
5926
5942
  -p, --package=<value> (required) ID (starts with 04t) or alias of the package version to delete.
5927
- -v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org.
5943
+ -v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org. Not required if the `target-dev-hub`
5944
+ configuration variable is already set.
5928
5945
  --api-version=<value> Override the api version used for api requests made by this command
5929
5946
 
5930
5947
  DESCRIPTION
@@ -5945,7 +5962,7 @@ EXAMPLES
5945
5962
  $ sf package version delete --package 04t... --target-org devhub@example.com
5946
5963
  ```
5947
5964
 
5948
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.2/src/commands/package/version/delete.ts)_
5965
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.3/src/commands/package/version/delete.ts)_
5949
5966
 
5950
5967
  ## `sf package version displayancestry`
5951
5968
 
@@ -5958,7 +5975,8 @@ USAGE
5958
5975
  FLAGS
5959
5976
  -p, --package=<value> (required) ID or alias of the package (starts with 0Ho) or package version (starts with
5960
5977
  04t) to display ancestry for.
5961
- -v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org.
5978
+ -v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org. Not required if the `target-dev-hub`
5979
+ configuration variable is already set.
5962
5980
  --api-version=<value> Override the api version used for api requests made by this command
5963
5981
  --dot-code Display the ancestry tree in DOT code.
5964
5982
  --verbose Display both the package version ID (starts with 04t) and the version number
@@ -5999,7 +6017,7 @@ FLAG DESCRIPTIONS
5999
6017
  You can use the DOT code output in graph visualization software to create tree visualizations.
6000
6018
  ```
6001
6019
 
6002
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.2/src/commands/package/version/displayancestry.ts)_
6020
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.3/src/commands/package/version/displayancestry.ts)_
6003
6021
 
6004
6022
  ## `sf package version list`
6005
6023
 
@@ -6018,7 +6036,8 @@ FLAGS
6018
6036
  -o, --order-by=<value> Package version fields used to order the list.
6019
6037
  -p, --packages=<value> Comma-delimited list of packages (aliases or 0Ho IDs) to list.
6020
6038
  -r, --released Display released versions only (IsReleased=true).
6021
- -v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org.
6039
+ -v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org. Not required if the
6040
+ `target-dev-hub` configuration variable is already set.
6022
6041
  --api-version=<value> Override the api version used for api requests made by this command
6023
6042
  --concise Display limited package version details.
6024
6043
  --show-conversions-only Filter the list output to display only converted package version.
@@ -6063,7 +6082,7 @@ EXAMPLES
6063
6082
  $ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
6064
6083
  ```
6065
6084
 
6066
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.2/src/commands/package/version/list.ts)_
6085
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.3/src/commands/package/version/list.ts)_
6067
6086
 
6068
6087
  ## `sf package version promote`
6069
6088
 
@@ -6076,7 +6095,8 @@ USAGE
6076
6095
  FLAGS
6077
6096
  -n, --no-prompt Don't prompt to confirm setting the package version as released.
6078
6097
  -p, --package=<value> (required) ID (starts with 04t) or alias of the package version to promote.
6079
- -v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org.
6098
+ -v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org. Not required if the `target-dev-hub`
6099
+ configuration variable is already set.
6080
6100
  --api-version=<value> Override the api version used for api requests made by this command
6081
6101
 
6082
6102
  DESCRIPTION
@@ -6102,7 +6122,7 @@ EXAMPLES
6102
6122
  $ sf package version promote --package "Awesome Package Alias"
6103
6123
  ```
6104
6124
 
6105
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.2/src/commands/package/version/promote.ts)_
6125
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.3/src/commands/package/version/promote.ts)_
6106
6126
 
6107
6127
  ## `sf package version report`
6108
6128
 
@@ -6114,7 +6134,8 @@ USAGE
6114
6134
 
6115
6135
  FLAGS
6116
6136
  -p, --package=<value> (required) ID (starts with 04t) or alias of the package to retrieve details for.
6117
- -v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org.
6137
+ -v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org. Not required if the `target-dev-hub`
6138
+ configuration variable is already set.
6118
6139
  --api-version=<value> Override the api version used for api requests made by this command
6119
6140
  --verbose Display extended package version details.
6120
6141
 
@@ -6137,7 +6158,7 @@ EXAMPLES
6137
6158
  $ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
6138
6159
  ```
6139
6160
 
6140
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.2/src/commands/package/version/report.ts)_
6161
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.3/src/commands/package/version/report.ts)_
6141
6162
 
6142
6163
  ## `sf package version update`
6143
6164
 
@@ -6155,7 +6176,8 @@ FLAGS
6155
6176
  -k, --installation-key=<value> New installation key for key-protected package (default: null)
6156
6177
  -p, --package=<value> (required) ID (starts with 04t) or alias of the package to update a version of.
6157
6178
  -t, --tag=<value> New package version tag.
6158
- -v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org.
6179
+ -v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org. Not required if the
6180
+ `target-dev-hub` configuration variable is already set.
6159
6181
  --api-version=<value> Override the api version used for api requests made by this command
6160
6182
 
6161
6183
  DESCRIPTION
@@ -6185,7 +6207,7 @@ EXAMPLES
6185
6207
  $ sf package version update --package 04t... --version-description "New Package Version Description"
6186
6208
  ```
6187
6209
 
6188
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.2/src/commands/package/version/update.ts)_
6210
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.3/src/commands/package/version/update.ts)_
6189
6211
 
6190
6212
  ## `sf plugins`
6191
6213
 
@@ -6365,7 +6387,7 @@ EXAMPLES
6365
6387
  $ sf plugins trust verify --npm @scope/npmName
6366
6388
  ```
6367
6389
 
6368
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.0.4/src/commands/plugins/trust/verify.ts)_
6390
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.0.5/src/commands/plugins/trust/verify.ts)_
6369
6391
 
6370
6392
  ## `sf plugins:uninstall PLUGIN...`
6371
6393
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.20.2",
3
+ "version": "2.20.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.20.2",
9
+ "version": "2.20.3",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
@@ -23,21 +23,21 @@
23
23
  "@oclif/plugin-which": "3.0.10",
24
24
  "@salesforce/core": "^6.1.4",
25
25
  "@salesforce/plugin-apex": "3.0.6",
26
- "@salesforce/plugin-auth": "3.0.7",
26
+ "@salesforce/plugin-auth": "3.0.8",
27
27
  "@salesforce/plugin-data": "3.0.1",
28
28
  "@salesforce/plugin-deploy-retrieve": "2.1.3",
29
29
  "@salesforce/plugin-info": "3.0.3",
30
30
  "@salesforce/plugin-limits": "3.0.2",
31
31
  "@salesforce/plugin-marketplace": "1.0.6",
32
32
  "@salesforce/plugin-org": "3.0.7",
33
- "@salesforce/plugin-packaging": "1.27.2",
33
+ "@salesforce/plugin-packaging": "1.27.3",
34
34
  "@salesforce/plugin-schema": "3.0.4",
35
- "@salesforce/plugin-settings": "2.0.6",
35
+ "@salesforce/plugin-settings": "2.0.7",
36
36
  "@salesforce/plugin-sobject": "1.0.2",
37
37
  "@salesforce/plugin-source": "2.11.4",
38
- "@salesforce/plugin-telemetry": "3.1.2",
38
+ "@salesforce/plugin-telemetry": "3.1.3",
39
39
  "@salesforce/plugin-templates": "56.0.2",
40
- "@salesforce/plugin-trust": "3.0.4",
40
+ "@salesforce/plugin-trust": "3.0.5",
41
41
  "@salesforce/plugin-user": "3.0.4",
42
42
  "@salesforce/sf-plugins-core": "5.0.3",
43
43
  "debug": "^4.3.4"
@@ -6533,9 +6533,9 @@
6533
6533
  }
6534
6534
  },
6535
6535
  "node_modules/@salesforce/core": {
6536
- "version": "6.1.4",
6537
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.1.4.tgz",
6538
- "integrity": "sha512-/1hhcpMyx3DaFrxZ/il0a8yUapRRuWzUlxUntahp9ELo/Fx7FiE7o2g0jh8AxAqfb4LKu1mV8sV656liClx6sA==",
6536
+ "version": "6.2.0",
6537
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.2.0.tgz",
6538
+ "integrity": "sha512-HuggjBCLA18yXYHChnsrPDGbM+fAPx+9NeS7Dkx3/o1VhJ2hok5BUkvdaeoAVex/0Oc2J+KcvX/gqrjY51iOhQ==",
6539
6539
  "license": "BSD-3-Clause",
6540
6540
  "dependencies": {
6541
6541
  "@salesforce/kit": "^3.0.15",
@@ -7251,13 +7251,13 @@
7251
7251
  }
7252
7252
  },
7253
7253
  "node_modules/@salesforce/plugin-auth": {
7254
- "version": "3.0.7",
7255
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.0.7.tgz",
7256
- "integrity": "sha512-4fHg4ZyMXpJUbH6AGhDdeioF6ATMHoye7QHjcdIELZ8T/ETAaFnrspKiWey/XosFmnZoOMqpuNNy2xwF6zbdsA==",
7254
+ "version": "3.0.8",
7255
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.0.8.tgz",
7256
+ "integrity": "sha512-XpfsxvLXcSEFAC6bpQsVJWMLQIbWWLpupEYL2uo/NYbeX/di/GcWFnPV7txAwNPEPUMtWCs4FhQkUEqqmWG1FA==",
7257
7257
  "license": "BSD-3-Clause",
7258
7258
  "dependencies": {
7259
7259
  "@oclif/core": "^3.10.8",
7260
- "@salesforce/core": "^6.1.3",
7260
+ "@salesforce/core": "^6.2.0",
7261
7261
  "@salesforce/kit": "^3.0.15",
7262
7262
  "@salesforce/sf-plugins-core": "^5.0.1",
7263
7263
  "@salesforce/ts-types": "^2.0.9",
@@ -7887,16 +7887,16 @@
7887
7887
  }
7888
7888
  },
7889
7889
  "node_modules/@salesforce/plugin-packaging": {
7890
- "version": "1.27.2",
7891
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-1.27.2.tgz",
7892
- "integrity": "sha512-yN8WvP9HaG3dh6nF/3OpaUGoiYy8ipx4F1EdPIXA5nHLkdk9pEHHZCLiLWtMlVDdfEo1uwa9/j/Z9cfP77Uh+A==",
7890
+ "version": "1.27.3",
7891
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-1.27.3.tgz",
7892
+ "integrity": "sha512-4CzF1j+zLHQkss1Ydsf0W4UWKfd+9A2C+bg27NZra5S2dxRgoab8bDrFQSHEbrC3ikTFTtxPv77K5lMTN01KOA==",
7893
7893
  "license": "BSD-3-Clause",
7894
7894
  "dependencies": {
7895
7895
  "@oclif/core": "^3.11.0",
7896
7896
  "@salesforce/core": "^6.1.3",
7897
7897
  "@salesforce/kit": "^3.0.15",
7898
7898
  "@salesforce/packaging": "^3.0.0",
7899
- "@salesforce/sf-plugins-core": "^5.0.1",
7899
+ "@salesforce/sf-plugins-core": "^5.0.3",
7900
7900
  "chalk": "^4.1.2",
7901
7901
  "tslib": "^2"
7902
7902
  },
@@ -8252,13 +8252,13 @@
8252
8252
  }
8253
8253
  },
8254
8254
  "node_modules/@salesforce/plugin-settings": {
8255
- "version": "2.0.6",
8256
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.0.6.tgz",
8257
- "integrity": "sha512-rSF2lVBRazJfttqr4fYweyjAxrLKLlROkBBT4Jj/ZlODrjvHeteOV8hfzKlsgNOeDiWs3UrRst76PJFTM6cbyQ==",
8255
+ "version": "2.0.7",
8256
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.0.7.tgz",
8257
+ "integrity": "sha512-Nv2yvZA006h7sMHmamRsjV8Ihy+xBiCg42dnwb4DfoPnbX0PP/uIgCaPImoLEckL3uNROMmJCrI1XHsR7Vbefg==",
8258
8258
  "license": "BSD-3-Clause",
8259
8259
  "dependencies": {
8260
- "@oclif/core": "^3.10.8",
8261
- "@salesforce/core": "^6.1.0",
8260
+ "@oclif/core": "^3.12.0",
8261
+ "@salesforce/core": "^6.1.3",
8262
8262
  "@salesforce/sf-plugins-core": "^5.0.1",
8263
8263
  "fast-levenshtein": "^3.0.0"
8264
8264
  },
@@ -8308,14 +8308,14 @@
8308
8308
  }
8309
8309
  },
8310
8310
  "node_modules/@salesforce/plugin-telemetry": {
8311
- "version": "3.1.2",
8312
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.1.2.tgz",
8313
- "integrity": "sha512-n/ZCsdckXKzY6kCPtkghthvhqTJJI8Buiw4amACfFmLytYkYhIgDxR21TgWdCVW8PazeKWsqrFSwbHh6ZgcKHA==",
8311
+ "version": "3.1.3",
8312
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.1.3.tgz",
8313
+ "integrity": "sha512-+VjsC2SJgq0CfeXhlexWA9d5TnwHIqq/zu++VGDh7b/jw1FNZGRJdtGph3GNTnlXNBG8rDZElwJORh+N48oyvg==",
8314
8314
  "license": "BSD-3-Clause",
8315
8315
  "dependencies": {
8316
8316
  "@oclif/core": "^3.8.0",
8317
- "@salesforce/core": "^6.1.0",
8318
- "@salesforce/sf-plugins-core": "^5.0.1",
8317
+ "@salesforce/core": "^6.1.3",
8318
+ "@salesforce/sf-plugins-core": "^5.0.3",
8319
8319
  "@salesforce/telemetry": "^5.0.0",
8320
8320
  "debug": "^4.3.4"
8321
8321
  },
@@ -8341,13 +8341,13 @@
8341
8341
  }
8342
8342
  },
8343
8343
  "node_modules/@salesforce/plugin-trust": {
8344
- "version": "3.0.4",
8345
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.0.4.tgz",
8346
- "integrity": "sha512-UMxsfISgHLuEN+fClFzfb+ay28inMdItvpoq8jqHPvMs/5BiMGE4IMt5oCVZxbOkKkhFDyWkp5dCNQ9cIXzkLQ==",
8344
+ "version": "3.0.5",
8345
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.0.5.tgz",
8346
+ "integrity": "sha512-JsLFdzVajyerZI1GU9mWjaTyUww2YLDZv1HFs+4wxd3p9ov7g8ChlkdKkdIrhr337OPubm5JEKPQaS3UMIYIBA==",
8347
8347
  "license": "BSD-3-Clause",
8348
8348
  "dependencies": {
8349
- "@oclif/core": "^3.10.1",
8350
- "@salesforce/core": "^6.1.0",
8349
+ "@oclif/core": "^3.12.0",
8350
+ "@salesforce/core": "^6.1.3",
8351
8351
  "@salesforce/sf-plugins-core": "^5.0.1",
8352
8352
  "got": "^13.0.0",
8353
8353
  "npm": "9.8.1",
@@ -885,7 +885,7 @@
885
885
  "name": "target-org",
886
886
  "noCacheDefault": true,
887
887
  "required": true,
888
- "summary": "Username or alias of the target org.",
888
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
889
889
  "hasDynamicHelp": true,
890
890
  "multiple": false,
891
891
  "type": "option"
@@ -979,7 +979,7 @@
979
979
  "name": "target-org",
980
980
  "noCacheDefault": true,
981
981
  "required": true,
982
- "summary": "Username or alias of the target org.",
982
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
983
983
  "hasDynamicHelp": true,
984
984
  "multiple": false,
985
985
  "type": "option"
@@ -1064,7 +1064,7 @@
1064
1064
  "name": "target-org",
1065
1065
  "noCacheDefault": true,
1066
1066
  "required": true,
1067
- "summary": "Username or alias of the target org.",
1067
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
1068
1068
  "hasDynamicHelp": true,
1069
1069
  "multiple": false,
1070
1070
  "type": "option"
@@ -1226,6 +1226,142 @@
1226
1226
  "messages:audit:dev"
1227
1227
  ]
1228
1228
  },
1229
+ "dev:configure:repo": {
1230
+ "aliases": [],
1231
+ "args": {},
1232
+ "description": "Sets up labels and exempts the CLI bot for branch protection and PR rules.",
1233
+ "examples": [
1234
+ "Configure the repo \"testPackageRelease\", with owner \"salesforcecli\", for GitHub Actions.\n<%= config.bin %> <%= command.id %> --repository salesforcecli/testPackageRelease"
1235
+ ],
1236
+ "flags": {
1237
+ "json": {
1238
+ "description": "Format output as json.",
1239
+ "helpGroup": "GLOBAL",
1240
+ "name": "json",
1241
+ "allowNo": false,
1242
+ "type": "boolean"
1243
+ },
1244
+ "repository": {
1245
+ "char": "r",
1246
+ "name": "repository",
1247
+ "required": true,
1248
+ "summary": "GitHub owner/repo for which you want to configure GitHub Actions.",
1249
+ "hasDynamicHelp": false,
1250
+ "multiple": false,
1251
+ "type": "option"
1252
+ },
1253
+ "dry-run": {
1254
+ "aliases": [
1255
+ "dryrun"
1256
+ ],
1257
+ "char": "d",
1258
+ "name": "dry-run",
1259
+ "summary": "Make no changes.",
1260
+ "allowNo": false,
1261
+ "type": "boolean"
1262
+ },
1263
+ "bot": {
1264
+ "char": "b",
1265
+ "name": "bot",
1266
+ "summary": "GitHub login/username for the bot.",
1267
+ "default": "SF-CLI-BOT",
1268
+ "hasDynamicHelp": false,
1269
+ "multiple": false,
1270
+ "type": "option"
1271
+ }
1272
+ },
1273
+ "hasDynamicHelp": false,
1274
+ "hiddenAliases": [],
1275
+ "id": "dev:configure:repo",
1276
+ "pluginAlias": "@salesforce/plugin-dev",
1277
+ "pluginName": "@salesforce/plugin-dev",
1278
+ "pluginType": "jit",
1279
+ "strict": true,
1280
+ "summary": "Configure a GitHub repo for the GitHub Actions pipeline.",
1281
+ "enableJsonFlag": true,
1282
+ "SF_ENV": "SF_ENV",
1283
+ "isESM": true,
1284
+ "relativePath": [
1285
+ "lib",
1286
+ "commands",
1287
+ "dev",
1288
+ "configure",
1289
+ "repo.js"
1290
+ ],
1291
+ "aliasPermutations": [],
1292
+ "permutations": [
1293
+ "dev:configure:repo",
1294
+ "configure:dev:repo",
1295
+ "configure:repo:dev",
1296
+ "dev:repo:configure",
1297
+ "repo:dev:configure",
1298
+ "repo:configure:dev"
1299
+ ]
1300
+ },
1301
+ "dev:configure:secrets": {
1302
+ "aliases": [],
1303
+ "args": {},
1304
+ "description": "Inspects a repo's yaml files and verifies that secrets required are available for the repo (either set at the repo level or shared via organization-level secrets).\n\nThis command requires scope:admin permissions to inspect the org secrets and admin access to the repo to inspect the repo secrets.",
1305
+ "examples": [
1306
+ "Ensure secrets access for the repo \"testPackageRelease\", with owner \"salesforcecli\":",
1307
+ "<%= config.bin %> <%= command.id %> --repository salesforcecli/testPackageRelease"
1308
+ ],
1309
+ "flags": {
1310
+ "json": {
1311
+ "description": "Format output as json.",
1312
+ "helpGroup": "GLOBAL",
1313
+ "name": "json",
1314
+ "allowNo": false,
1315
+ "type": "boolean"
1316
+ },
1317
+ "repository": {
1318
+ "char": "r",
1319
+ "name": "repository",
1320
+ "required": true,
1321
+ "summary": "Github owner/repo.",
1322
+ "hasDynamicHelp": false,
1323
+ "multiple": false,
1324
+ "type": "option"
1325
+ },
1326
+ "dry-run": {
1327
+ "aliases": [
1328
+ "dryrun"
1329
+ ],
1330
+ "char": "d",
1331
+ "name": "dry-run",
1332
+ "summary": "Make no changes.",
1333
+ "allowNo": false,
1334
+ "type": "boolean"
1335
+ }
1336
+ },
1337
+ "hasDynamicHelp": false,
1338
+ "hiddenAliases": [],
1339
+ "id": "dev:configure:secrets",
1340
+ "pluginAlias": "@salesforce/plugin-dev",
1341
+ "pluginName": "@salesforce/plugin-dev",
1342
+ "pluginType": "jit",
1343
+ "strict": true,
1344
+ "summary": "Ensures a GitHub repo has correct access to secrets based on its workflows.",
1345
+ "enableJsonFlag": true,
1346
+ "SF_ENV": "SF_ENV",
1347
+ "isESM": true,
1348
+ "relativePath": [
1349
+ "lib",
1350
+ "commands",
1351
+ "dev",
1352
+ "configure",
1353
+ "secrets.js"
1354
+ ],
1355
+ "aliasPermutations": [],
1356
+ "permutations": [
1357
+ "dev:configure:secrets",
1358
+ "configure:dev:secrets",
1359
+ "configure:secrets:dev",
1360
+ "dev:secrets:configure",
1361
+ "secrets:dev:configure",
1362
+ "secrets:configure:dev"
1363
+ ]
1364
+ },
1229
1365
  "dev:convert:messages": {
1230
1366
  "aliases": [],
1231
1367
  "args": {},
@@ -1546,142 +1682,6 @@
1546
1682
  "plugin:generate:dev"
1547
1683
  ]
1548
1684
  },
1549
- "dev:configure:repo": {
1550
- "aliases": [],
1551
- "args": {},
1552
- "description": "Sets up labels and exempts the CLI bot for branch protection and PR rules.",
1553
- "examples": [
1554
- "Configure the repo \"testPackageRelease\", with owner \"salesforcecli\", for GitHub Actions.\n<%= config.bin %> <%= command.id %> --repository salesforcecli/testPackageRelease"
1555
- ],
1556
- "flags": {
1557
- "json": {
1558
- "description": "Format output as json.",
1559
- "helpGroup": "GLOBAL",
1560
- "name": "json",
1561
- "allowNo": false,
1562
- "type": "boolean"
1563
- },
1564
- "repository": {
1565
- "char": "r",
1566
- "name": "repository",
1567
- "required": true,
1568
- "summary": "GitHub owner/repo for which you want to configure GitHub Actions.",
1569
- "hasDynamicHelp": false,
1570
- "multiple": false,
1571
- "type": "option"
1572
- },
1573
- "dry-run": {
1574
- "aliases": [
1575
- "dryrun"
1576
- ],
1577
- "char": "d",
1578
- "name": "dry-run",
1579
- "summary": "Make no changes.",
1580
- "allowNo": false,
1581
- "type": "boolean"
1582
- },
1583
- "bot": {
1584
- "char": "b",
1585
- "name": "bot",
1586
- "summary": "GitHub login/username for the bot.",
1587
- "default": "SF-CLI-BOT",
1588
- "hasDynamicHelp": false,
1589
- "multiple": false,
1590
- "type": "option"
1591
- }
1592
- },
1593
- "hasDynamicHelp": false,
1594
- "hiddenAliases": [],
1595
- "id": "dev:configure:repo",
1596
- "pluginAlias": "@salesforce/plugin-dev",
1597
- "pluginName": "@salesforce/plugin-dev",
1598
- "pluginType": "jit",
1599
- "strict": true,
1600
- "summary": "Configure a GitHub repo for the GitHub Actions pipeline.",
1601
- "enableJsonFlag": true,
1602
- "SF_ENV": "SF_ENV",
1603
- "isESM": true,
1604
- "relativePath": [
1605
- "lib",
1606
- "commands",
1607
- "dev",
1608
- "configure",
1609
- "repo.js"
1610
- ],
1611
- "aliasPermutations": [],
1612
- "permutations": [
1613
- "dev:configure:repo",
1614
- "configure:dev:repo",
1615
- "configure:repo:dev",
1616
- "dev:repo:configure",
1617
- "repo:dev:configure",
1618
- "repo:configure:dev"
1619
- ]
1620
- },
1621
- "dev:configure:secrets": {
1622
- "aliases": [],
1623
- "args": {},
1624
- "description": "Inspects a repo's yaml files and verifies that secrets required are available for the repo (either set at the repo level or shared via organization-level secrets).\n\nThis command requires scope:admin permissions to inspect the org secrets and admin access to the repo to inspect the repo secrets.",
1625
- "examples": [
1626
- "Ensure secrets access for the repo \"testPackageRelease\", with owner \"salesforcecli\":",
1627
- "<%= config.bin %> <%= command.id %> --repository salesforcecli/testPackageRelease"
1628
- ],
1629
- "flags": {
1630
- "json": {
1631
- "description": "Format output as json.",
1632
- "helpGroup": "GLOBAL",
1633
- "name": "json",
1634
- "allowNo": false,
1635
- "type": "boolean"
1636
- },
1637
- "repository": {
1638
- "char": "r",
1639
- "name": "repository",
1640
- "required": true,
1641
- "summary": "Github owner/repo.",
1642
- "hasDynamicHelp": false,
1643
- "multiple": false,
1644
- "type": "option"
1645
- },
1646
- "dry-run": {
1647
- "aliases": [
1648
- "dryrun"
1649
- ],
1650
- "char": "d",
1651
- "name": "dry-run",
1652
- "summary": "Make no changes.",
1653
- "allowNo": false,
1654
- "type": "boolean"
1655
- }
1656
- },
1657
- "hasDynamicHelp": false,
1658
- "hiddenAliases": [],
1659
- "id": "dev:configure:secrets",
1660
- "pluginAlias": "@salesforce/plugin-dev",
1661
- "pluginName": "@salesforce/plugin-dev",
1662
- "pluginType": "jit",
1663
- "strict": true,
1664
- "summary": "Ensures a GitHub repo has correct access to secrets based on its workflows.",
1665
- "enableJsonFlag": true,
1666
- "SF_ENV": "SF_ENV",
1667
- "isESM": true,
1668
- "relativePath": [
1669
- "lib",
1670
- "commands",
1671
- "dev",
1672
- "configure",
1673
- "secrets.js"
1674
- ],
1675
- "aliasPermutations": [],
1676
- "permutations": [
1677
- "dev:configure:secrets",
1678
- "configure:dev:secrets",
1679
- "configure:secrets:dev",
1680
- "dev:secrets:configure",
1681
- "secrets:dev:configure",
1682
- "secrets:configure:dev"
1683
- ]
1684
- },
1685
1685
  "project:deploy:pipeline:quick": {
1686
1686
  "id": "project:deploy:pipeline:quick",
1687
1687
  "summary": "Quickly deploy a validated deployment to an org.",
@@ -5240,5 +5240,5 @@
5240
5240
  ]
5241
5241
  }
5242
5242
  },
5243
- "version": "2.20.2"
5243
+ "version": "2.20.3"
5244
5244
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.20.2",
4
+ "version": "2.20.3",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -72,8 +72,8 @@
72
72
  ],
73
73
  "jitPlugins": {
74
74
  "@salesforce/plugin-custom-metadata": "3.0.3",
75
- "@salesforce/plugin-community": "3.0.2",
76
- "@salesforce/plugin-dev": "2.0.2",
75
+ "@salesforce/plugin-community": "3.0.4",
76
+ "@salesforce/plugin-dev": "2.0.4",
77
77
  "@salesforce/plugin-devops-center": "1.2.4",
78
78
  "@salesforce/plugin-env": "3.0.6",
79
79
  "@salesforce/plugin-functions": "1.22.9",
@@ -137,21 +137,21 @@
137
137
  "@oclif/plugin-which": "3.0.10",
138
138
  "@salesforce/core": "^6.1.4",
139
139
  "@salesforce/plugin-apex": "3.0.6",
140
- "@salesforce/plugin-auth": "3.0.7",
140
+ "@salesforce/plugin-auth": "3.0.8",
141
141
  "@salesforce/plugin-data": "3.0.1",
142
142
  "@salesforce/plugin-deploy-retrieve": "2.1.3",
143
143
  "@salesforce/plugin-info": "3.0.3",
144
144
  "@salesforce/plugin-limits": "3.0.2",
145
145
  "@salesforce/plugin-marketplace": "1.0.6",
146
146
  "@salesforce/plugin-org": "3.0.7",
147
- "@salesforce/plugin-packaging": "1.27.2",
147
+ "@salesforce/plugin-packaging": "1.27.3",
148
148
  "@salesforce/plugin-schema": "3.0.4",
149
- "@salesforce/plugin-settings": "2.0.6",
149
+ "@salesforce/plugin-settings": "2.0.7",
150
150
  "@salesforce/plugin-sobject": "1.0.2",
151
151
  "@salesforce/plugin-source": "2.11.4",
152
- "@salesforce/plugin-telemetry": "3.1.2",
152
+ "@salesforce/plugin-telemetry": "3.1.3",
153
153
  "@salesforce/plugin-templates": "56.0.2",
154
- "@salesforce/plugin-trust": "3.0.4",
154
+ "@salesforce/plugin-trust": "3.0.5",
155
155
  "@salesforce/plugin-user": "3.0.4",
156
156
  "@salesforce/sf-plugins-core": "5.0.3",
157
157
  "debug": "^4.3.4"