@salesforce/cli 2.145.1 → 2.145.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
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
25
25
  $ sf COMMAND
26
26
  running command...
27
27
  $ sf (--version|-v)
28
- @salesforce/cli/2.145.1 linux-x64 node-v22.23.1
28
+ @salesforce/cli/2.145.3 linux-x64 node-v22.23.1
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -3283,7 +3283,7 @@ EXAMPLES
3283
3283
  $ sf api request graphql --body example.txt --stream-to-file output.txt --include
3284
3284
  ```
3285
3285
 
3286
- _See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.48/src/commands/api/request/graphql.ts)_
3286
+ _See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.49/src/commands/api/request/graphql.ts)_
3287
3287
 
3288
3288
  ## `sf api request rest [URL]`
3289
3289
 
@@ -3392,7 +3392,7 @@ FLAG DESCRIPTIONS
3392
3392
  https://github.com/salesforcecli/plugin-api/tree/main/test/test-files/data-project.
3393
3393
  ```
3394
3394
 
3395
- _See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.48/src/commands/api/request/rest.ts)_
3395
+ _See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.49/src/commands/api/request/rest.ts)_
3396
3396
 
3397
3397
  ## `sf autocomplete [SHELL]`
3398
3398
 
@@ -7417,7 +7417,7 @@ FLAG DESCRIPTIONS
7417
7417
  --installation-key-bypass flag is required.
7418
7418
  ```
7419
7419
 
7420
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.2/src/commands/package/convert.ts)_
7420
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.4/src/commands/package/convert.ts)_
7421
7421
 
7422
7422
  ## `sf package create`
7423
7423
 
@@ -7496,7 +7496,7 @@ FLAG DESCRIPTIONS
7496
7496
  Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
7497
7497
  ```
7498
7498
 
7499
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.2/src/commands/package/create.ts)_
7499
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.4/src/commands/package/create.ts)_
7500
7500
 
7501
7501
  ## `sf package delete`
7502
7502
 
@@ -7538,7 +7538,7 @@ EXAMPLES
7538
7538
  $ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
7539
7539
  ```
7540
7540
 
7541
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.2/src/commands/package/delete.ts)_
7541
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.4/src/commands/package/delete.ts)_
7542
7542
 
7543
7543
  ## `sf package install`
7544
7544
 
@@ -7637,7 +7637,7 @@ FLAG DESCRIPTIONS
7637
7637
  - Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
7638
7638
  ```
7639
7639
 
7640
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.2/src/commands/package/install.ts)_
7640
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.4/src/commands/package/install.ts)_
7641
7641
 
7642
7642
  ## `sf package install report`
7643
7643
 
@@ -7670,7 +7670,7 @@ EXAMPLES
7670
7670
  $ sf package install report --request-id 0Hf... --target-org me@example.com
7671
7671
  ```
7672
7672
 
7673
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.2/src/commands/package/install/report.ts)_
7673
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.4/src/commands/package/install/report.ts)_
7674
7674
 
7675
7675
  ## `sf package installed list`
7676
7676
 
@@ -7702,7 +7702,7 @@ EXAMPLES
7702
7702
  $ sf package installed list --target-org me@example.com
7703
7703
  ```
7704
7704
 
7705
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.2/src/commands/package/installed/list.ts)_
7705
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.4/src/commands/package/installed/list.ts)_
7706
7706
 
7707
7707
  ## `sf package list`
7708
7708
 
@@ -7740,7 +7740,7 @@ EXAMPLES
7740
7740
  $ sf package list --target-dev-hub devhub@example.com --verbose
7741
7741
  ```
7742
7742
 
7743
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.2/src/commands/package/list.ts)_
7743
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.4/src/commands/package/list.ts)_
7744
7744
 
7745
7745
  ## `sf package push-upgrade abort`
7746
7746
 
@@ -7779,7 +7779,7 @@ EXAMPLES
7779
7779
  $ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
7780
7780
  ```
7781
7781
 
7782
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.2/src/commands/package/push-upgrade/abort.ts)_
7782
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.4/src/commands/package/push-upgrade/abort.ts)_
7783
7783
 
7784
7784
  ## `sf package push-upgrade list`
7785
7785
 
@@ -7838,7 +7838,7 @@ EXAMPLES
7838
7838
  $ sf package push-upgrade list --package 033xyz –-status Failed
7839
7839
  ```
7840
7840
 
7841
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.2/src/commands/package/push-upgrade/list.ts)_
7841
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.4/src/commands/package/push-upgrade/list.ts)_
7842
7842
 
7843
7843
  ## `sf package push-upgrade report`
7844
7844
 
@@ -7880,7 +7880,7 @@ EXAMPLES
7880
7880
  $ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
7881
7881
  ```
7882
7882
 
7883
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.2/src/commands/package/push-upgrade/report.ts)_
7883
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.4/src/commands/package/push-upgrade/report.ts)_
7884
7884
 
7885
7885
  ## `sf package push-upgrade schedule`
7886
7886
 
@@ -7967,7 +7967,7 @@ FLAG DESCRIPTIONS
7967
7967
  Overrides the value of the target-dev-hub configuration variable, if set.
7968
7968
  ```
7969
7969
 
7970
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.2/src/commands/package/push-upgrade/schedule.ts)_
7970
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.4/src/commands/package/push-upgrade/schedule.ts)_
7971
7971
 
7972
7972
  ## `sf package uninstall`
7973
7973
 
@@ -8015,7 +8015,7 @@ EXAMPLES
8015
8015
  $ sf package uninstall --package "Undesirable Package Alias"
8016
8016
  ```
8017
8017
 
8018
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.2/src/commands/package/uninstall.ts)_
8018
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.4/src/commands/package/uninstall.ts)_
8019
8019
 
8020
8020
  ## `sf package uninstall report`
8021
8021
 
@@ -8048,7 +8048,7 @@ EXAMPLES
8048
8048
  $ sf package uninstall report --request-id 06y... --target-org me@example.com
8049
8049
  ```
8050
8050
 
8051
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.2/src/commands/package/uninstall/report.ts)_
8051
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.4/src/commands/package/uninstall/report.ts)_
8052
8052
 
8053
8053
  ## `sf package update`
8054
8054
 
@@ -8116,7 +8116,7 @@ FLAG DESCRIPTIONS
8116
8116
  the Installed Packages page. Only released package versions can be set as the recommended version.
8117
8117
  ```
8118
8118
 
8119
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.2/src/commands/package/update.ts)_
8119
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.4/src/commands/package/update.ts)_
8120
8120
 
8121
8121
  ## `sf package version create`
8122
8122
 
@@ -8293,7 +8293,7 @@ FLAG DESCRIPTIONS
8293
8293
  periods of no output from commands.
8294
8294
  ```
8295
8295
 
8296
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.2/src/commands/package/version/create.ts)_
8296
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.4/src/commands/package/version/create.ts)_
8297
8297
 
8298
8298
  ## `sf package version create list`
8299
8299
 
@@ -8354,7 +8354,7 @@ EXAMPLES
8354
8354
  $ sf package version create list --created-last-days 0 --status Success
8355
8355
  ```
8356
8356
 
8357
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.2/src/commands/package/version/create/list.ts)_
8357
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.4/src/commands/package/version/create/list.ts)_
8358
8358
 
8359
8359
  ## `sf package version create report`
8360
8360
 
@@ -8397,7 +8397,7 @@ EXAMPLES
8397
8397
  $ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
8398
8398
  ```
8399
8399
 
8400
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.2/src/commands/package/version/create/report.ts)_
8400
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.4/src/commands/package/version/create/report.ts)_
8401
8401
 
8402
8402
  ## `sf package version delete`
8403
8403
 
@@ -8438,7 +8438,7 @@ EXAMPLES
8438
8438
  $ sf package version delete --package 04t... --target-org devhub@example.com
8439
8439
  ```
8440
8440
 
8441
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.2/src/commands/package/version/delete.ts)_
8441
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.4/src/commands/package/version/delete.ts)_
8442
8442
 
8443
8443
  ## `sf package version displayancestry`
8444
8444
 
@@ -8498,7 +8498,7 @@ FLAG DESCRIPTIONS
8498
8498
  You can use the DOT code output in graph visualization software to create tree visualizations.
8499
8499
  ```
8500
8500
 
8501
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.2/src/commands/package/version/displayancestry.ts)_
8501
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.4/src/commands/package/version/displayancestry.ts)_
8502
8502
 
8503
8503
  ## `sf package version displaydependencies`
8504
8504
 
@@ -8565,7 +8565,7 @@ FLAG DESCRIPTIONS
8565
8565
  package, which must be installed last.
8566
8566
  ```
8567
8567
 
8568
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.2/src/commands/package/version/displaydependencies.ts)_
8568
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.4/src/commands/package/version/displaydependencies.ts)_
8569
8569
 
8570
8570
  ## `sf package version list`
8571
8571
 
@@ -8641,7 +8641,7 @@ EXAMPLES
8641
8641
  $ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
8642
8642
  ```
8643
8643
 
8644
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.2/src/commands/package/version/list.ts)_
8644
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.4/src/commands/package/version/list.ts)_
8645
8645
 
8646
8646
  ## `sf package version promote`
8647
8647
 
@@ -8685,7 +8685,7 @@ EXAMPLES
8685
8685
  $ sf package version promote --package "Awesome Package Alias"
8686
8686
  ```
8687
8687
 
8688
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.2/src/commands/package/version/promote.ts)_
8688
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.4/src/commands/package/version/promote.ts)_
8689
8689
 
8690
8690
  ## `sf package version report`
8691
8691
 
@@ -8725,7 +8725,7 @@ EXAMPLES
8725
8725
  $ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
8726
8726
  ```
8727
8727
 
8728
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.2/src/commands/package/version/report.ts)_
8728
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.4/src/commands/package/version/report.ts)_
8729
8729
 
8730
8730
  ## `sf package version retrieve`
8731
8731
 
@@ -8770,7 +8770,7 @@ EXAMPLES
8770
8770
  $ sf package version retrieve --package 04tXXX --output-dir my-directory/ --target-dev-hub devhub@example.com
8771
8771
  ```
8772
8772
 
8773
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.2/src/commands/package/version/retrieve.ts)_
8773
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.4/src/commands/package/version/retrieve.ts)_
8774
8774
 
8775
8775
  ## `sf package version update`
8776
8776
 
@@ -8823,7 +8823,7 @@ EXAMPLES
8823
8823
  $ sf package version update --package 04t... --version-description "New Package Version Description"
8824
8824
  ```
8825
8825
 
8826
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.2/src/commands/package/version/update.ts)_
8826
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.4/src/commands/package/version/update.ts)_
8827
8827
 
8828
8828
  ## `sf package1 version create`
8829
8829
 
@@ -8890,7 +8890,7 @@ FLAG DESCRIPTIONS
8890
8890
  subscribers.
8891
8891
  ```
8892
8892
 
8893
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.2/src/commands/package1/version/create.ts)_
8893
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.4/src/commands/package1/version/create.ts)_
8894
8894
 
8895
8895
  ## `sf package1 version create get`
8896
8896
 
@@ -8923,7 +8923,7 @@ EXAMPLES
8923
8923
  $ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
8924
8924
  ```
8925
8925
 
8926
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.2/src/commands/package1/version/create/get.ts)_
8926
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.4/src/commands/package1/version/create/get.ts)_
8927
8927
 
8928
8928
  ## `sf package1 version display`
8929
8929
 
@@ -8957,7 +8957,7 @@ EXAMPLES
8957
8957
  $ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
8958
8958
  ```
8959
8959
 
8960
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.2/src/commands/package1/version/display.ts)_
8960
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.4/src/commands/package1/version/display.ts)_
8961
8961
 
8962
8962
  ## `sf package1 version list`
8963
8963
 
@@ -8995,7 +8995,7 @@ FLAG DESCRIPTIONS
8995
8995
  If not specified, shows all versions for all packages (managed and unmanaged) in the org.
8996
8996
  ```
8997
8997
 
8998
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.2/src/commands/package1/version/list.ts)_
8998
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.4/src/commands/package1/version/list.ts)_
8999
8999
 
9000
9000
  ## `sf plugins`
9001
9001
 
@@ -9195,7 +9195,7 @@ EXAMPLES
9195
9195
  $ sf plugins trust allowlist add --name @scope/my-plugin --name another-plugin
9196
9196
  ```
9197
9197
 
9198
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.36/src/commands/plugins/trust/allowlist/add.ts)_
9198
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.37/src/commands/plugins/trust/allowlist/add.ts)_
9199
9199
 
9200
9200
  ## `sf plugins trust allowlist list`
9201
9201
 
@@ -9223,7 +9223,7 @@ EXAMPLES
9223
9223
  $ sf plugins trust allowlist list
9224
9224
  ```
9225
9225
 
9226
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.36/src/commands/plugins/trust/allowlist/list.ts)_
9226
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.37/src/commands/plugins/trust/allowlist/list.ts)_
9227
9227
 
9228
9228
  ## `sf plugins trust allowlist remove`
9229
9229
 
@@ -9260,7 +9260,7 @@ EXAMPLES
9260
9260
  $ sf plugins trust allowlist remove --name @scope/my-plugin --name another-plugin
9261
9261
  ```
9262
9262
 
9263
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.36/src/commands/plugins/trust/allowlist/remove.ts)_
9263
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.37/src/commands/plugins/trust/allowlist/remove.ts)_
9264
9264
 
9265
9265
  ## `sf plugins trust verify`
9266
9266
 
@@ -9289,7 +9289,7 @@ EXAMPLES
9289
9289
  $ sf plugins trust verify --npm @scope/npmName
9290
9290
  ```
9291
9291
 
9292
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.36/src/commands/plugins/trust/verify.ts)_
9292
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.37/src/commands/plugins/trust/verify.ts)_
9293
9293
 
9294
9294
  ## `sf plugins uninstall [PLUGIN]`
9295
9295
 
@@ -9398,7 +9398,7 @@ FLAG DESCRIPTIONS
9398
9398
  If you specify this flag, don’t specify --metadata or --source-dir.
9399
9399
  ```
9400
9400
 
9401
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.58/src/commands/project/convert/mdapi.ts)_
9401
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.59/src/commands/project/convert/mdapi.ts)_
9402
9402
 
9403
9403
  ## `sf project convert source`
9404
9404
 
@@ -9471,7 +9471,7 @@ FLAG DESCRIPTIONS
9471
9471
  Override the api version used for api requests made by this command
9472
9472
  ```
9473
9473
 
9474
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.58/src/commands/project/convert/source.ts)_
9474
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.59/src/commands/project/convert/source.ts)_
9475
9475
 
9476
9476
  ## `sf project convert source-behavior`
9477
9477
 
@@ -9530,7 +9530,7 @@ EXAMPLES
9530
9530
  $ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
9531
9531
  ```
9532
9532
 
9533
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.58/src/commands/project/convert/source-behavior.ts)_
9533
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.59/src/commands/project/convert/source-behavior.ts)_
9534
9534
 
9535
9535
  ## `sf project delete source`
9536
9536
 
@@ -9683,7 +9683,7 @@ FLAG DESCRIPTIONS
9683
9683
  - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
9684
9684
  ```
9685
9685
 
9686
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.58/src/commands/project/delete/source.ts)_
9686
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.59/src/commands/project/delete/source.ts)_
9687
9687
 
9688
9688
  ## `sf project delete tracking`
9689
9689
 
@@ -9720,7 +9720,7 @@ EXAMPLES
9720
9720
  $ sf project delete tracking --target-org my-scratch
9721
9721
  ```
9722
9722
 
9723
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.58/src/commands/project/delete/tracking.ts)_
9723
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.59/src/commands/project/delete/tracking.ts)_
9724
9724
 
9725
9725
  ## `sf project deploy cancel`
9726
9726
 
@@ -9792,7 +9792,7 @@ FLAG DESCRIPTIONS
9792
9792
  project deploy report".
9793
9793
  ```
9794
9794
 
9795
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.58/src/commands/project/deploy/cancel.ts)_
9795
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.59/src/commands/project/deploy/cancel.ts)_
9796
9796
 
9797
9797
  ## `sf project deploy preview`
9798
9798
 
@@ -9875,7 +9875,7 @@ FLAG DESCRIPTIONS
9875
9875
  All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
9876
9876
  ```
9877
9877
 
9878
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.58/src/commands/project/deploy/preview.ts)_
9878
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.59/src/commands/project/deploy/preview.ts)_
9879
9879
 
9880
9880
  ## `sf project deploy quick`
9881
9881
 
@@ -9968,7 +9968,7 @@ ERROR CODES
9968
9968
  Canceling (69) The deploy is being canceled.
9969
9969
  ```
9970
9970
 
9971
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.58/src/commands/project/deploy/quick.ts)_
9971
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.59/src/commands/project/deploy/quick.ts)_
9972
9972
 
9973
9973
  ## `sf project deploy report`
9974
9974
 
@@ -10060,7 +10060,7 @@ FLAG DESCRIPTIONS
10060
10060
  --coverage-formatters lcov --coverage-formatters clover
10061
10061
  ```
10062
10062
 
10063
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.58/src/commands/project/deploy/report.ts)_
10063
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.59/src/commands/project/deploy/report.ts)_
10064
10064
 
10065
10065
  ## `sf project deploy resume`
10066
10066
 
@@ -10157,7 +10157,7 @@ ERROR CODES
10157
10157
  Canceling (69) The deploy is being canceled.
10158
10158
  ```
10159
10159
 
10160
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.58/src/commands/project/deploy/resume.ts)_
10160
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.59/src/commands/project/deploy/resume.ts)_
10161
10161
 
10162
10162
  ## `sf project deploy start`
10163
10163
 
@@ -10423,7 +10423,7 @@ ERROR CODES
10423
10423
  Canceling (69) The deploy is being canceled.
10424
10424
  ```
10425
10425
 
10426
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.58/src/commands/project/deploy/start.ts)_
10426
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.59/src/commands/project/deploy/start.ts)_
10427
10427
 
10428
10428
  ## `sf project deploy validate`
10429
10429
 
@@ -10627,7 +10627,7 @@ ERROR CODES
10627
10627
  Canceling (69) The deploy is being canceled.
10628
10628
  ```
10629
10629
 
10630
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.58/src/commands/project/deploy/validate.ts)_
10630
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.59/src/commands/project/deploy/validate.ts)_
10631
10631
 
10632
10632
  ## `sf project generate manifest`
10633
10633
 
@@ -10723,7 +10723,7 @@ EXAMPLES
10723
10723
  $ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
10724
10724
  ```
10725
10725
 
10726
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.58/src/commands/project/generate/manifest.ts)_
10726
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.59/src/commands/project/generate/manifest.ts)_
10727
10727
 
10728
10728
  ## `sf project list ignored`
10729
10729
 
@@ -10765,7 +10765,7 @@ EXAMPLES
10765
10765
  $ sf project list ignored --source-dir package.xml
10766
10766
  ```
10767
10767
 
10768
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.58/src/commands/project/list/ignored.ts)_
10768
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.59/src/commands/project/list/ignored.ts)_
10769
10769
 
10770
10770
  ## `sf project reset tracking`
10771
10771
 
@@ -10814,7 +10814,7 @@ EXAMPLES
10814
10814
  $ sf project reset tracking --revision 30
10815
10815
  ```
10816
10816
 
10817
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.58/src/commands/project/reset/tracking.ts)_
10817
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.59/src/commands/project/reset/tracking.ts)_
10818
10818
 
10819
10819
  ## `sf project retrieve preview`
10820
10820
 
@@ -10868,7 +10868,7 @@ FLAG DESCRIPTIONS
10868
10868
  production orgs.
10869
10869
  ```
10870
10870
 
10871
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.58/src/commands/project/retrieve/preview.ts)_
10871
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.59/src/commands/project/retrieve/preview.ts)_
10872
10872
 
10873
10873
  ## `sf project retrieve start`
10874
10874
 
@@ -11049,7 +11049,7 @@ ENVIRONMENT VARIABLES
11049
11049
  SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
11050
11050
  ```
11051
11051
 
11052
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.58/src/commands/project/retrieve/start.ts)_
11052
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.59/src/commands/project/retrieve/start.ts)_
11053
11053
 
11054
11054
  ## `sf schema generate field`
11055
11055
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.145.1",
3
+ "version": "2.145.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.145.1",
9
+ "version": "2.145.3",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
@@ -26,21 +26,21 @@
26
26
  "@salesforce/kit": "^3.1.6",
27
27
  "@salesforce/plugin-agent": "1.44.5",
28
28
  "@salesforce/plugin-apex": "3.9.39",
29
- "@salesforce/plugin-api": "1.3.48",
29
+ "@salesforce/plugin-api": "1.3.49",
30
30
  "@salesforce/plugin-auth": "4.4.6",
31
31
  "@salesforce/plugin-data": "4.0.111",
32
- "@salesforce/plugin-deploy-retrieve": "3.24.58",
32
+ "@salesforce/plugin-deploy-retrieve": "3.24.59",
33
33
  "@salesforce/plugin-info": "3.4.150",
34
34
  "@salesforce/plugin-limits": "3.3.101",
35
35
  "@salesforce/plugin-marketplace": "1.3.40",
36
36
  "@salesforce/plugin-org": "5.11.20",
37
- "@salesforce/plugin-packaging": "2.30.2",
37
+ "@salesforce/plugin-packaging": "2.30.4",
38
38
  "@salesforce/plugin-schema": "3.3.128",
39
39
  "@salesforce/plugin-settings": "2.4.95",
40
40
  "@salesforce/plugin-sobject": "1.4.122",
41
- "@salesforce/plugin-telemetry": "3.8.30",
41
+ "@salesforce/plugin-telemetry": "3.8.31",
42
42
  "@salesforce/plugin-templates": "56.18.17",
43
- "@salesforce/plugin-trust": "3.8.36",
43
+ "@salesforce/plugin-trust": "3.8.37",
44
44
  "@salesforce/plugin-user": "3.10.6",
45
45
  "@salesforce/sf-plugins-core": "12.2.26",
46
46
  "ansis": "^3.12.0"
@@ -4221,9 +4221,9 @@
4221
4221
  }
4222
4222
  },
4223
4223
  "node_modules/@salesforce/core": {
4224
- "version": "8.32.2",
4225
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.32.2.tgz",
4226
- "integrity": "sha512-IenGtnr68o1Pg8WDA5XUDeuqTmdCbAyLCAU1hdbIcqM3kyEfvyaHgou0/KfEx6EokCxJ4MZFJ6MmjL8dY53XGQ==",
4224
+ "version": "8.32.4",
4225
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.32.4.tgz",
4226
+ "integrity": "sha512-0p/nQ24nfPGD0ERp/NHAccgo+66+rDx6c9M88wItDYAMu9+CHcW+FHOLNDAAUsYwinHHVsqVSL8Eyag7gvitqA==",
4227
4227
  "license": "BSD-3-Clause",
4228
4228
  "dependencies": {
4229
4229
  "@jsforce/jsforce-node": "^3.10.17",
@@ -4495,9 +4495,9 @@
4495
4495
  }
4496
4496
  },
4497
4497
  "node_modules/@salesforce/packaging": {
4498
- "version": "4.27.0",
4499
- "resolved": "https://registry.npmjs.org/@salesforce/packaging/-/packaging-4.27.0.tgz",
4500
- "integrity": "sha512-cvlcax7vnIbbwK2mv9O9OGuGGi8buec4mTD+Wcz4oTFp2jpO4lpJqsfko1BWS6OEB8T+760N4+LlqWF1m8V+TA==",
4498
+ "version": "4.27.3",
4499
+ "resolved": "https://registry.npmjs.org/@salesforce/packaging/-/packaging-4.27.3.tgz",
4500
+ "integrity": "sha512-PMuf76c7l2dw+L+eb4FB4Ff0uMT8+BHre8aRVSBE+TUn/A0x6ZbaHWmY50SDO9GwO9alteJz5KhpaqgzomcnCQ==",
4501
4501
  "license": "Apache-2.0",
4502
4502
  "dependencies": {
4503
4503
  "@jsforce/jsforce-node": "^3.10.18",
@@ -4507,7 +4507,7 @@
4507
4507
  "@salesforce/source-deploy-retrieve": "^12.36.7",
4508
4508
  "@salesforce/ts-types": "^2.0.12",
4509
4509
  "@salesforce/types": "^1.8.0",
4510
- "fast-xml-parser": "^5.7.2",
4510
+ "fast-xml-parser": "^5.9.3",
4511
4511
  "globby": "^11",
4512
4512
  "graphology": "^0.26.0",
4513
4513
  "graphology-traversal": "^0.3.1",
@@ -4606,9 +4606,9 @@
4606
4606
  }
4607
4607
  },
4608
4608
  "node_modules/@salesforce/plugin-api": {
4609
- "version": "1.3.48",
4610
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-api/-/plugin-api-1.3.48.tgz",
4611
- "integrity": "sha512-lKtc4m6vnkekfzy2/Y8x2gOixn9Zu/GP15ieJsceH0ofJjO1ju0v1aFh7PjO1sGJjAs26x1gJjtDxlJfjuU1dg==",
4609
+ "version": "1.3.49",
4610
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-api/-/plugin-api-1.3.49.tgz",
4611
+ "integrity": "sha512-EJXXB4BfzEnJ+G4J0RvO141EG2jdS9Hk0IXWd3+hBxi0nXh2pjXfMQu6bHNo06vwdadUZ7mq5R+a4gem04IdXA==",
4612
4612
  "license": "Apache-2.0",
4613
4613
  "dependencies": {
4614
4614
  "@oclif/core": "^4",
@@ -4704,13 +4704,13 @@
4704
4704
  }
4705
4705
  },
4706
4706
  "node_modules/@salesforce/plugin-deploy-retrieve": {
4707
- "version": "3.24.58",
4708
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.24.58.tgz",
4709
- "integrity": "sha512-4/r4b7+MOwLWAr5jNq3Dni+kgXs9tddQWkxr1c7xYSvQVzX5I72PuQ0y13SagykzbAvUiDvMifsgjEVQKcrz4Q==",
4707
+ "version": "3.24.59",
4708
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.24.59.tgz",
4709
+ "integrity": "sha512-ZEnrFPbSVSV4FhBRslx6iz40k1QER0+2KlsycTLXg9dGw4JobxcO73zwBNXUgX/R8k/HwG0BpAiezEmlzS1ABw==",
4710
4710
  "license": "Apache-2.0",
4711
4711
  "dependencies": {
4712
4712
  "@inquirer/prompts": "^7.8.3",
4713
- "@oclif/core": "^4.11.3",
4713
+ "@oclif/core": "^4.11.14",
4714
4714
  "@oclif/multi-stage-output": "^0.8.42",
4715
4715
  "@salesforce/apex-node": "^8.4.22",
4716
4716
  "@salesforce/core": "^8.31.4",
@@ -4803,15 +4803,15 @@
4803
4803
  }
4804
4804
  },
4805
4805
  "node_modules/@salesforce/plugin-packaging": {
4806
- "version": "2.30.2",
4807
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.30.2.tgz",
4808
- "integrity": "sha512-kuJEl0wzkJWW/Qp5vjpPbbGN66L91hQClJOSXbdBuWS84LCV/owB01uKZvXiKU7wNBEpT6299MiAs3gXu+qJGg==",
4806
+ "version": "2.30.4",
4807
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.30.4.tgz",
4808
+ "integrity": "sha512-2rY2wkmG9rvhyvuBmLd3i1DRvOph+rGOM77ARLBMCrQS9gaC5LN+kEx45dbc7wMfKNJveqriMf9SjCfuQM9UiQ==",
4809
4809
  "license": "Apache-2.0",
4810
4810
  "dependencies": {
4811
4811
  "@oclif/core": "^4",
4812
- "@salesforce/core": "^8.31.1",
4812
+ "@salesforce/core": "^8.32.4",
4813
4813
  "@salesforce/kit": "^3.2.6",
4814
- "@salesforce/packaging": "^4.27.0",
4814
+ "@salesforce/packaging": "^4.27.3",
4815
4815
  "@salesforce/sf-plugins-core": "^12.2.25",
4816
4816
  "chalk": "^5.6.2"
4817
4817
  },
@@ -4934,12 +4934,12 @@
4934
4934
  }
4935
4935
  },
4936
4936
  "node_modules/@salesforce/plugin-telemetry": {
4937
- "version": "3.8.30",
4938
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.8.30.tgz",
4939
- "integrity": "sha512-ElyiaP44Dr5iHKfAb+3rb+usPbgLqj7rQt7lSAz/0MfHwzq0V/klscV4tZXaHi/iCMH59JS85AYlmmRrC9iLPQ==",
4937
+ "version": "3.8.31",
4938
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.8.31.tgz",
4939
+ "integrity": "sha512-tGuT16ItCThbagan8SCPoIsY55rFN8cp0lvANhiHtP0DM5ehprRg2JdAQGyzSCLeiyY1lBVDnI7DGozgf0Y7cQ==",
4940
4940
  "license": "Apache-2.0",
4941
4941
  "dependencies": {
4942
- "@oclif/core": "^4.10.5",
4942
+ "@oclif/core": "^4.11.14",
4943
4943
  "@salesforce/core": "^8.31.1",
4944
4944
  "@salesforce/kit": "^3.2.6",
4945
4945
  "@salesforce/sf-plugins-core": "^12",
@@ -4966,15 +4966,15 @@
4966
4966
  }
4967
4967
  },
4968
4968
  "node_modules/@salesforce/plugin-trust": {
4969
- "version": "3.8.36",
4970
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.8.36.tgz",
4971
- "integrity": "sha512-wPWBIKRLTg6WO5mLe7YyagYFwjQ73tpbmXgTG8CTIQieILv3j5yARBN4bJZzCmsVGQ19FoNJM+9yblDONH9IwA==",
4969
+ "version": "3.8.37",
4970
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.8.37.tgz",
4971
+ "integrity": "sha512-gHuf8ykbWvOJJwIzMq/nGEX2HgEtgMFvzTBH8qtznY+mQdpqaSpmE1doISWBDwcMX0uEVF+I41J5uoyiykSRJg==",
4972
4972
  "license": "Apache-2.0",
4973
4973
  "dependencies": {
4974
4974
  "@oclif/core": "^4",
4975
4975
  "@salesforce/core": "^8.29.1",
4976
4976
  "@salesforce/kit": "^3.2.6",
4977
- "@salesforce/plugin-info": "^3.4.147",
4977
+ "@salesforce/plugin-info": "^3.4.150",
4978
4978
  "@salesforce/sf-plugins-core": "^12",
4979
4979
  "cross-spawn": "^7.0.6",
4980
4980
  "got": "^13.0.0",
package/oclif.lock CHANGED
@@ -1327,7 +1327,7 @@
1327
1327
  node-gyp "^12.1.0"
1328
1328
  proc-log "^6.0.0"
1329
1329
 
1330
- "@oclif/core@^4", "@oclif/core@^4.10.4", "@oclif/core@^4.10.5", "@oclif/core@^4.11.11", "@oclif/core@^4.11.14", "@oclif/core@^4.11.3", "@oclif/core@^4.11.4", "@oclif/core@^4.11.7", "@oclif/core@>= 3.0.0", "@oclif/core@4.11.14":
1330
+ "@oclif/core@^4", "@oclif/core@^4.10.4", "@oclif/core@^4.11.11", "@oclif/core@^4.11.14", "@oclif/core@^4.11.4", "@oclif/core@^4.11.7", "@oclif/core@>= 3.0.0", "@oclif/core@4.11.14":
1331
1331
  version "4.11.14"
1332
1332
  resolved "https://registry.npmjs.org/@oclif/core/-/core-4.11.14.tgz"
1333
1333
  integrity sha512-cZ5Ktd+rT0PO+o7KBH4vRFTgg+xMLf8F41WK39p8MkXEViZA/Qqe+4lzZT6102zgUxMORET1HtF9t5w8CB3tnQ==
@@ -1795,10 +1795,10 @@
1795
1795
  strip-ansi "6.0.1"
1796
1796
  ts-retry-promise "^0.8.1"
1797
1797
 
1798
- "@salesforce/core@^8.25.1", "@salesforce/core@^8.28.3", "@salesforce/core@^8.29.1", "@salesforce/core@^8.30.3", "@salesforce/core@^8.31.0", "@salesforce/core@^8.31.1", "@salesforce/core@^8.31.2", "@salesforce/core@^8.31.4", "@salesforce/core@^8.31.5", "@salesforce/core@^8.32.2":
1799
- version "8.32.2"
1800
- resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.32.2.tgz"
1801
- integrity sha512-IenGtnr68o1Pg8WDA5XUDeuqTmdCbAyLCAU1hdbIcqM3kyEfvyaHgou0/KfEx6EokCxJ4MZFJ6MmjL8dY53XGQ==
1798
+ "@salesforce/core@^8.25.1", "@salesforce/core@^8.28.3", "@salesforce/core@^8.29.1", "@salesforce/core@^8.30.3", "@salesforce/core@^8.31.0", "@salesforce/core@^8.31.1", "@salesforce/core@^8.31.2", "@salesforce/core@^8.31.4", "@salesforce/core@^8.31.5", "@salesforce/core@^8.32.2", "@salesforce/core@^8.32.4":
1799
+ version "8.32.4"
1800
+ resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.32.4.tgz"
1801
+ integrity sha512-0p/nQ24nfPGD0ERp/NHAccgo+66+rDx6c9M88wItDYAMu9+CHcW+FHOLNDAAUsYwinHHVsqVSL8Eyag7gvitqA==
1802
1802
  dependencies:
1803
1803
  "@jsforce/jsforce-node" "^3.10.17"
1804
1804
  "@salesforce/kit" "^3.2.4"
@@ -1872,10 +1872,10 @@
1872
1872
  o11y "^264.5.0"
1873
1873
  o11y_schema "260.5.0"
1874
1874
 
1875
- "@salesforce/packaging@^4.27.0":
1876
- version "4.27.0"
1877
- resolved "https://registry.npmjs.org/@salesforce/packaging/-/packaging-4.27.0.tgz"
1878
- integrity sha512-cvlcax7vnIbbwK2mv9O9OGuGGi8buec4mTD+Wcz4oTFp2jpO4lpJqsfko1BWS6OEB8T+760N4+LlqWF1m8V+TA==
1875
+ "@salesforce/packaging@^4.27.3":
1876
+ version "4.27.3"
1877
+ resolved "https://registry.npmjs.org/@salesforce/packaging/-/packaging-4.27.3.tgz"
1878
+ integrity sha512-PMuf76c7l2dw+L+eb4FB4Ff0uMT8+BHre8aRVSBE+TUn/A0x6ZbaHWmY50SDO9GwO9alteJz5KhpaqgzomcnCQ==
1879
1879
  dependencies:
1880
1880
  "@jsforce/jsforce-node" "^3.10.18"
1881
1881
  "@salesforce/core" "^8.31.4"
@@ -1884,7 +1884,7 @@
1884
1884
  "@salesforce/source-deploy-retrieve" "^12.36.7"
1885
1885
  "@salesforce/ts-types" "^2.0.12"
1886
1886
  "@salesforce/types" "^1.8.0"
1887
- fast-xml-parser "^5.7.2"
1887
+ fast-xml-parser "^5.9.3"
1888
1888
  globby "^11"
1889
1889
  graphology "^0.26.0"
1890
1890
  graphology-traversal "^0.3.1"
@@ -1927,10 +1927,10 @@
1927
1927
  "@salesforce/sf-plugins-core" "^12.2.24"
1928
1928
  ansis "^3.3.1"
1929
1929
 
1930
- "@salesforce/plugin-api@1.3.48":
1931
- version "1.3.48"
1932
- resolved "https://registry.npmjs.org/@salesforce/plugin-api/-/plugin-api-1.3.48.tgz"
1933
- integrity sha512-lKtc4m6vnkekfzy2/Y8x2gOixn9Zu/GP15ieJsceH0ofJjO1ju0v1aFh7PjO1sGJjAs26x1gJjtDxlJfjuU1dg==
1930
+ "@salesforce/plugin-api@1.3.49":
1931
+ version "1.3.49"
1932
+ resolved "https://registry.npmjs.org/@salesforce/plugin-api/-/plugin-api-1.3.49.tgz"
1933
+ integrity sha512-EJXXB4BfzEnJ+G4J0RvO141EG2jdS9Hk0IXWd3+hBxi0nXh2pjXfMQu6bHNo06vwdadUZ7mq5R+a4gem04IdXA==
1934
1934
  dependencies:
1935
1935
  "@oclif/core" "^4"
1936
1936
  "@salesforce/core" "^8.32.2"
@@ -1991,13 +1991,13 @@
1991
1991
  undici "^7.28.0"
1992
1992
  zod "^4.4.3"
1993
1993
 
1994
- "@salesforce/plugin-deploy-retrieve@3.24.58":
1995
- version "3.24.58"
1996
- resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.24.58.tgz"
1997
- integrity sha512-4/r4b7+MOwLWAr5jNq3Dni+kgXs9tddQWkxr1c7xYSvQVzX5I72PuQ0y13SagykzbAvUiDvMifsgjEVQKcrz4Q==
1994
+ "@salesforce/plugin-deploy-retrieve@3.24.59":
1995
+ version "3.24.59"
1996
+ resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.24.59.tgz"
1997
+ integrity sha512-ZEnrFPbSVSV4FhBRslx6iz40k1QER0+2KlsycTLXg9dGw4JobxcO73zwBNXUgX/R8k/HwG0BpAiezEmlzS1ABw==
1998
1998
  dependencies:
1999
1999
  "@inquirer/prompts" "^7.8.3"
2000
- "@oclif/core" "^4.11.3"
2000
+ "@oclif/core" "^4.11.14"
2001
2001
  "@oclif/multi-stage-output" "^0.8.42"
2002
2002
  "@salesforce/apex-node" "^8.4.22"
2003
2003
  "@salesforce/core" "^8.31.4"
@@ -2010,7 +2010,7 @@
2010
2010
  ansis "^3.17.0"
2011
2011
  terminal-link "^3.0.0"
2012
2012
 
2013
- "@salesforce/plugin-info@^3.4.131", "@salesforce/plugin-info@^3.4.136", "@salesforce/plugin-info@^3.4.147", "@salesforce/plugin-info@3.4.150":
2013
+ "@salesforce/plugin-info@^3.4.131", "@salesforce/plugin-info@^3.4.136", "@salesforce/plugin-info@^3.4.150", "@salesforce/plugin-info@3.4.150":
2014
2014
  version "3.4.150"
2015
2015
  resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.150.tgz"
2016
2016
  integrity sha512-sLFyCTQhSX9J2bzS5OLMIwUGO2uJaMlzA4FobDsh1AW2RHcPSvx6xhi08IEedkdFprGxHezLe6BUgsVhv2u/sA==
@@ -2065,15 +2065,15 @@
2065
2065
  open "^10.2.0"
2066
2066
  terminal-link "^3.0.0"
2067
2067
 
2068
- "@salesforce/plugin-packaging@2.30.2":
2069
- version "2.30.2"
2070
- resolved "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.30.2.tgz"
2071
- integrity sha512-kuJEl0wzkJWW/Qp5vjpPbbGN66L91hQClJOSXbdBuWS84LCV/owB01uKZvXiKU7wNBEpT6299MiAs3gXu+qJGg==
2068
+ "@salesforce/plugin-packaging@2.30.4":
2069
+ version "2.30.4"
2070
+ resolved "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.30.4.tgz"
2071
+ integrity sha512-2rY2wkmG9rvhyvuBmLd3i1DRvOph+rGOM77ARLBMCrQS9gaC5LN+kEx45dbc7wMfKNJveqriMf9SjCfuQM9UiQ==
2072
2072
  dependencies:
2073
2073
  "@oclif/core" "^4"
2074
- "@salesforce/core" "^8.31.1"
2074
+ "@salesforce/core" "^8.32.4"
2075
2075
  "@salesforce/kit" "^3.2.6"
2076
- "@salesforce/packaging" "^4.27.0"
2076
+ "@salesforce/packaging" "^4.27.3"
2077
2077
  "@salesforce/sf-plugins-core" "^12.2.25"
2078
2078
  chalk "^5.6.2"
2079
2079
 
@@ -2142,12 +2142,12 @@
2142
2142
  fast-xml-parser "^5.9.3"
2143
2143
  js2xmlparser "^4.0.2"
2144
2144
 
2145
- "@salesforce/plugin-telemetry@3.8.30":
2146
- version "3.8.30"
2147
- resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.8.30.tgz"
2148
- integrity sha512-ElyiaP44Dr5iHKfAb+3rb+usPbgLqj7rQt7lSAz/0MfHwzq0V/klscV4tZXaHi/iCMH59JS85AYlmmRrC9iLPQ==
2145
+ "@salesforce/plugin-telemetry@3.8.31":
2146
+ version "3.8.31"
2147
+ resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.8.31.tgz"
2148
+ integrity sha512-tGuT16ItCThbagan8SCPoIsY55rFN8cp0lvANhiHtP0DM5ehprRg2JdAQGyzSCLeiyY1lBVDnI7DGozgf0Y7cQ==
2149
2149
  dependencies:
2150
- "@oclif/core" "^4.10.5"
2150
+ "@oclif/core" "^4.11.14"
2151
2151
  "@salesforce/core" "^8.31.1"
2152
2152
  "@salesforce/kit" "^3.2.6"
2153
2153
  "@salesforce/sf-plugins-core" "^12"
@@ -2164,15 +2164,15 @@
2164
2164
  "@salesforce/sf-plugins-core" "^12"
2165
2165
  "@salesforce/templates" "^66.11.0"
2166
2166
 
2167
- "@salesforce/plugin-trust@^3.7.89", "@salesforce/plugin-trust@3.8.36":
2168
- version "3.8.36"
2169
- resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.8.36.tgz"
2170
- integrity sha512-wPWBIKRLTg6WO5mLe7YyagYFwjQ73tpbmXgTG8CTIQieILv3j5yARBN4bJZzCmsVGQ19FoNJM+9yblDONH9IwA==
2167
+ "@salesforce/plugin-trust@^3.7.89", "@salesforce/plugin-trust@3.8.37":
2168
+ version "3.8.37"
2169
+ resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.8.37.tgz"
2170
+ integrity sha512-gHuf8ykbWvOJJwIzMq/nGEX2HgEtgMFvzTBH8qtznY+mQdpqaSpmE1doISWBDwcMX0uEVF+I41J5uoyiykSRJg==
2171
2171
  dependencies:
2172
2172
  "@oclif/core" "^4"
2173
2173
  "@salesforce/core" "^8.29.1"
2174
2174
  "@salesforce/kit" "^3.2.6"
2175
- "@salesforce/plugin-info" "^3.4.147"
2175
+ "@salesforce/plugin-info" "^3.4.150"
2176
2176
  "@salesforce/sf-plugins-core" "^12"
2177
2177
  cross-spawn "^7.0.6"
2178
2178
  got "^13.0.0"
@@ -5135,7 +5135,7 @@ fast-xml-builder@^1.2.0:
5135
5135
  path-expression-matcher "^1.5.0"
5136
5136
  xml-naming "^0.1.0"
5137
5137
 
5138
- fast-xml-parser@^5.5.6, fast-xml-parser@^5.5.7, fast-xml-parser@^5.7.1, fast-xml-parser@^5.7.2, fast-xml-parser@^5.7.3, fast-xml-parser@^5.8.0, fast-xml-parser@^5.9.3:
5138
+ fast-xml-parser@^5.5.6, fast-xml-parser@^5.5.7, fast-xml-parser@^5.7.1, fast-xml-parser@^5.7.3, fast-xml-parser@^5.8.0, fast-xml-parser@^5.9.3:
5139
5139
  version "5.9.3"
5140
5140
  resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.9.3.tgz"
5141
5141
  integrity sha512-brCNCeScma/kqa54J4PIDriSSSLssRkuYaUCpvHJulGc3HGI/xxKUCTDcYkAdqJsyb//ydpbxecjC3hB9+tb/g==
@@ -561,7 +561,7 @@
561
561
  },
562
562
  "loglevel": {
563
563
  "deprecated": {
564
- "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
564
+ "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SF_LOG_LEVEL` environment variable."
565
565
  },
566
566
  "hidden": true,
567
567
  "name": "loglevel",
@@ -673,7 +673,7 @@
673
673
  },
674
674
  "loglevel": {
675
675
  "deprecated": {
676
- "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
676
+ "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SF_LOG_LEVEL` environment variable."
677
677
  },
678
678
  "hidden": true,
679
679
  "name": "loglevel",
@@ -765,7 +765,7 @@
765
765
  },
766
766
  "loglevel": {
767
767
  "deprecated": {
768
- "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
768
+ "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SF_LOG_LEVEL` environment variable."
769
769
  },
770
770
  "hidden": true,
771
771
  "name": "loglevel",
@@ -5562,7 +5562,7 @@
5562
5562
  "type": "option"
5563
5563
  },
5564
5564
  "bundle-name": {
5565
- "description": "A human-readable name for the UI Bundle. If not specified, defaults to the base name of --bundle-dir or --zip-file, with any .zip extension removed.",
5565
+ "description": "A human-readable name for the UI Bundle. If not specified, defaults to the base name of --bundle-dir or --zip-file, with any .zip extension removed. When used with --bundle-dir, this name also becomes the zip's top-level directory name, so it must start with a letter and contain only letters, numbers, and underscores after that.",
5566
5566
  "name": "bundle-name",
5567
5567
  "summary": "Name to associate with the uploaded UI Bundle.",
5568
5568
  "hasDynamicHelp": false,
@@ -5803,5 +5803,5 @@
5803
5803
  "requiresProject": true
5804
5804
  }
5805
5805
  },
5806
- "version": "2.145.1"
5806
+ "version": "2.145.3"
5807
5807
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.145.1",
4
+ "version": "2.145.3",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -77,14 +77,14 @@
77
77
  ],
78
78
  "jitPlugins": {
79
79
  "@salesforce/plugin-code-analyzer": "5.14.0",
80
- "@salesforce/plugin-community": "3.3.73",
81
- "@salesforce/plugin-custom-metadata": "3.3.114",
80
+ "@salesforce/plugin-community": "3.3.74",
81
+ "@salesforce/plugin-custom-metadata": "3.3.115",
82
82
  "@salesforce/plugin-dev": "2.5.2",
83
83
  "@salesforce/plugin-devops-center": "1.4.0",
84
84
  "@salesforce/plugin-flow": "1.0.5",
85
85
  "@salesforce/plugin-lightning-dev": "6.2.17",
86
86
  "@salesforce/plugin-signups": "2.6.78",
87
- "@salesforce/plugin-ui-bundle-dev": "1.2.3",
87
+ "@salesforce/plugin-ui-bundle-dev": "1.2.4",
88
88
  "@salesforce/sfdx-plugin-lwc-test": "1.2.1"
89
89
  },
90
90
  "devPlugins": [
@@ -161,21 +161,21 @@
161
161
  "@salesforce/kit": "^3.1.6",
162
162
  "@salesforce/plugin-agent": "1.44.5",
163
163
  "@salesforce/plugin-apex": "3.9.39",
164
- "@salesforce/plugin-api": "1.3.48",
164
+ "@salesforce/plugin-api": "1.3.49",
165
165
  "@salesforce/plugin-auth": "4.4.6",
166
166
  "@salesforce/plugin-data": "4.0.111",
167
- "@salesforce/plugin-deploy-retrieve": "3.24.58",
167
+ "@salesforce/plugin-deploy-retrieve": "3.24.59",
168
168
  "@salesforce/plugin-info": "3.4.150",
169
169
  "@salesforce/plugin-limits": "3.3.101",
170
170
  "@salesforce/plugin-marketplace": "1.3.40",
171
171
  "@salesforce/plugin-org": "5.11.20",
172
- "@salesforce/plugin-packaging": "2.30.2",
172
+ "@salesforce/plugin-packaging": "2.30.4",
173
173
  "@salesforce/plugin-schema": "3.3.128",
174
174
  "@salesforce/plugin-settings": "2.4.95",
175
175
  "@salesforce/plugin-sobject": "1.4.122",
176
- "@salesforce/plugin-telemetry": "3.8.30",
176
+ "@salesforce/plugin-telemetry": "3.8.31",
177
177
  "@salesforce/plugin-templates": "56.18.17",
178
- "@salesforce/plugin-trust": "3.8.36",
178
+ "@salesforce/plugin-trust": "3.8.37",
179
179
  "@salesforce/plugin-user": "3.10.6",
180
180
  "@salesforce/sf-plugins-core": "12.2.26",
181
181
  "ansis": "^3.12.0"