@salesforce/cli 2.100.3 → 2.101.0

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.100.3 linux-x64 node-v22.17.1
28
+ @salesforce/cli/2.101.0 linux-x64 node-v22.17.1
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -153,6 +153,7 @@ See [architecture page](ARCHITECTURE.md) for diagrams of the Salesforce CLI.
153
153
  - [`sf package version create report`](#sf-package-version-create-report)
154
154
  - [`sf package version delete`](#sf-package-version-delete)
155
155
  - [`sf package version displayancestry`](#sf-package-version-displayancestry)
156
+ - [`sf package version displaydependencies`](#sf-package-version-displaydependencies)
156
157
  - [`sf package version list`](#sf-package-version-list)
157
158
  - [`sf package version promote`](#sf-package-version-promote)
158
159
  - [`sf package version report`](#sf-package-version-report)
@@ -5602,7 +5603,7 @@ FLAG DESCRIPTIONS
5602
5603
  --installation-key-bypass flag is required.
5603
5604
  ```
5604
5605
 
5605
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/convert.ts)_
5606
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.0/src/commands/package/convert.ts)_
5606
5607
 
5607
5608
  ## `sf package create`
5608
5609
 
@@ -5681,7 +5682,7 @@ FLAG DESCRIPTIONS
5681
5682
  Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
5682
5683
  ```
5683
5684
 
5684
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/create.ts)_
5685
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.0/src/commands/package/create.ts)_
5685
5686
 
5686
5687
  ## `sf package delete`
5687
5688
 
@@ -5723,7 +5724,7 @@ EXAMPLES
5723
5724
  $ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
5724
5725
  ```
5725
5726
 
5726
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/delete.ts)_
5727
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.0/src/commands/package/delete.ts)_
5727
5728
 
5728
5729
  ## `sf package install`
5729
5730
 
@@ -5822,7 +5823,7 @@ FLAG DESCRIPTIONS
5822
5823
  - Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
5823
5824
  ```
5824
5825
 
5825
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/install.ts)_
5826
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.0/src/commands/package/install.ts)_
5826
5827
 
5827
5828
  ## `sf package install report`
5828
5829
 
@@ -5855,7 +5856,7 @@ EXAMPLES
5855
5856
  $ sf package install report --request-id 0Hf... --target-org me@example.com
5856
5857
  ```
5857
5858
 
5858
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/install/report.ts)_
5859
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.0/src/commands/package/install/report.ts)_
5859
5860
 
5860
5861
  ## `sf package installed list`
5861
5862
 
@@ -5887,7 +5888,7 @@ EXAMPLES
5887
5888
  $ sf package installed list --target-org me@example.com
5888
5889
  ```
5889
5890
 
5890
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/installed/list.ts)_
5891
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.0/src/commands/package/installed/list.ts)_
5891
5892
 
5892
5893
  ## `sf package list`
5893
5894
 
@@ -5925,7 +5926,7 @@ EXAMPLES
5925
5926
  $ sf package list --target-dev-hub devhub@example.com --verbose
5926
5927
  ```
5927
5928
 
5928
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/list.ts)_
5929
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.0/src/commands/package/list.ts)_
5929
5930
 
5930
5931
  ## `sf package push-upgrade abort`
5931
5932
 
@@ -5964,7 +5965,7 @@ EXAMPLES
5964
5965
  $ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
5965
5966
  ```
5966
5967
 
5967
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/push-upgrade/abort.ts)_
5968
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.0/src/commands/package/push-upgrade/abort.ts)_
5968
5969
 
5969
5970
  ## `sf package push-upgrade list`
5970
5971
 
@@ -6023,7 +6024,7 @@ EXAMPLES
6023
6024
  $ sf package push-upgrade list --package 033xyz –-status Failed
6024
6025
  ```
6025
6026
 
6026
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/push-upgrade/list.ts)_
6027
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.0/src/commands/package/push-upgrade/list.ts)_
6027
6028
 
6028
6029
  ## `sf package push-upgrade report`
6029
6030
 
@@ -6065,7 +6066,7 @@ EXAMPLES
6065
6066
  $ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
6066
6067
  ```
6067
6068
 
6068
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/push-upgrade/report.ts)_
6069
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.0/src/commands/package/push-upgrade/report.ts)_
6069
6070
 
6070
6071
  ## `sf package push-upgrade schedule`
6071
6072
 
@@ -6152,7 +6153,7 @@ FLAG DESCRIPTIONS
6152
6153
  Overrides the value of the target-dev-hub configuration variable, if set.
6153
6154
  ```
6154
6155
 
6155
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/push-upgrade/schedule.ts)_
6156
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.0/src/commands/package/push-upgrade/schedule.ts)_
6156
6157
 
6157
6158
  ## `sf package uninstall`
6158
6159
 
@@ -6200,7 +6201,7 @@ EXAMPLES
6200
6201
  $ sf package uninstall --package "Undesirable Package Alias"
6201
6202
  ```
6202
6203
 
6203
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/uninstall.ts)_
6204
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.0/src/commands/package/uninstall.ts)_
6204
6205
 
6205
6206
  ## `sf package uninstall report`
6206
6207
 
@@ -6233,7 +6234,7 @@ EXAMPLES
6233
6234
  $ sf package uninstall report --request-id 06y... --target-org me@example.com
6234
6235
  ```
6235
6236
 
6236
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/uninstall/report.ts)_
6237
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.0/src/commands/package/uninstall/report.ts)_
6237
6238
 
6238
6239
  ## `sf package update`
6239
6240
 
@@ -6288,7 +6289,7 @@ FLAG DESCRIPTIONS
6288
6289
  associated with your package.
6289
6290
  ```
6290
6291
 
6291
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/update.ts)_
6292
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.0/src/commands/package/update.ts)_
6292
6293
 
6293
6294
  ## `sf package version create`
6294
6295
 
@@ -6463,7 +6464,7 @@ FLAG DESCRIPTIONS
6463
6464
  periods of no output from commands.
6464
6465
  ```
6465
6466
 
6466
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/version/create.ts)_
6467
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.0/src/commands/package/version/create.ts)_
6467
6468
 
6468
6469
  ## `sf package version create list`
6469
6470
 
@@ -6524,7 +6525,7 @@ EXAMPLES
6524
6525
  $ sf package version create list --created-last-days 0 --status Success
6525
6526
  ```
6526
6527
 
6527
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/version/create/list.ts)_
6528
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.0/src/commands/package/version/create/list.ts)_
6528
6529
 
6529
6530
  ## `sf package version create report`
6530
6531
 
@@ -6567,7 +6568,7 @@ EXAMPLES
6567
6568
  $ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
6568
6569
  ```
6569
6570
 
6570
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/version/create/report.ts)_
6571
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.0/src/commands/package/version/create/report.ts)_
6571
6572
 
6572
6573
  ## `sf package version delete`
6573
6574
 
@@ -6608,7 +6609,7 @@ EXAMPLES
6608
6609
  $ sf package version delete --package 04t... --target-org devhub@example.com
6609
6610
  ```
6610
6611
 
6611
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/version/delete.ts)_
6612
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.0/src/commands/package/version/delete.ts)_
6612
6613
 
6613
6614
  ## `sf package version displayancestry`
6614
6615
 
@@ -6668,7 +6669,69 @@ FLAG DESCRIPTIONS
6668
6669
  You can use the DOT code output in graph visualization software to create tree visualizations.
6669
6670
  ```
6670
6671
 
6671
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/version/displayancestry.ts)_
6672
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.0/src/commands/package/version/displayancestry.ts)_
6673
+
6674
+ ## `sf package version displaydependencies`
6675
+
6676
+ Display the dependency graph for an unlocked or 2GP managed package version.
6677
+
6678
+ ```
6679
+ USAGE
6680
+ $ sf package version displaydependencies -v <value> -p <value> [--json] [--flags-dir <value>] [--api-version <value>] [--edge-direction
6681
+ root-first|root-last] [--verbose]
6682
+
6683
+ FLAGS
6684
+ -p, --package=<value> (required) ID or alias of the package version (starts with 04t) or the package version
6685
+ create request (starts with 08c) to display the dependency graph for.
6686
+ -v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org. Not required if the `target-dev-hub`
6687
+ configuration variable is already set.
6688
+ --api-version=<value> Override the api version used for api requests made by this command
6689
+ --edge-direction=<option> [default: root-first] Order (root-first or root-last) in which the dependencies are
6690
+ displayed.
6691
+ <options: root-first|root-last>
6692
+ --verbose Display both the package version ID (starts with 04t) and the version number
6693
+ (major.minor.patch.build) in each node.
6694
+
6695
+ GLOBAL FLAGS
6696
+ --flags-dir=<value> Import flag values from a directory.
6697
+ --json Format output as json.
6698
+
6699
+ EXAMPLES
6700
+ Display the dependency graph for a package version with the specified alias, using your default Dev Hub org and the
6701
+ default edge-direction:
6702
+
6703
+ $ sf package version displaydependencies --package package_version_alias
6704
+
6705
+ Display the dependency graph for a package version with the specified ID and display the graph using a root-last
6706
+ edge direction. Use the Dev Hub org with username devhub@example.com:
6707
+
6708
+ $ sf package version displaydependencies --package 04t... --edge-direction root-last --target-dev-hub \
6709
+ devhub@example.com
6710
+
6711
+ Display the dependency graph of a version create request with the specified ID, using your default Dev Hub org and
6712
+ the default edge-direction:
6713
+
6714
+ $ sf package version displaydependencies --package 08c...
6715
+
6716
+ FLAG DESCRIPTIONS
6717
+ -p, --package=<value>
6718
+
6719
+ ID or alias of the package version (starts with 04t) or the package version create request (starts with 08c) to
6720
+ display the dependency graph for.
6721
+
6722
+ Before running this command, update your sfdx-project.json file to specify the calculateTransitiveDependencies
6723
+ attribute, and set the value to true. This command returns GraphViz code, which can be compiled to a graph using DOT
6724
+ code or another graph visualization software.
6725
+
6726
+ --edge-direction=root-first|root-last Order (root-first or root-last) in which the dependencies are displayed.
6727
+
6728
+ A root-first graph declares the root as the package that must be installed last. A root-last graph is the reverse
6729
+ order of root-first. If you specify "--edge-direction root-last", the graph displays the packages in the order they
6730
+ must be installed. The root starts with the farthest leaf of the package dependencies and ends with the base
6731
+ package, which must be installed last.
6732
+ ```
6733
+
6734
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.0/src/commands/package/version/displaydependencies.ts)_
6672
6735
 
6673
6736
  ## `sf package version list`
6674
6737
 
@@ -6744,7 +6807,7 @@ EXAMPLES
6744
6807
  $ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
6745
6808
  ```
6746
6809
 
6747
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/version/list.ts)_
6810
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.0/src/commands/package/version/list.ts)_
6748
6811
 
6749
6812
  ## `sf package version promote`
6750
6813
 
@@ -6788,7 +6851,7 @@ EXAMPLES
6788
6851
  $ sf package version promote --package "Awesome Package Alias"
6789
6852
  ```
6790
6853
 
6791
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/version/promote.ts)_
6854
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.0/src/commands/package/version/promote.ts)_
6792
6855
 
6793
6856
  ## `sf package version report`
6794
6857
 
@@ -6828,7 +6891,7 @@ EXAMPLES
6828
6891
  $ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
6829
6892
  ```
6830
6893
 
6831
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/version/report.ts)_
6894
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.0/src/commands/package/version/report.ts)_
6832
6895
 
6833
6896
  ## `sf package version update`
6834
6897
 
@@ -6881,7 +6944,7 @@ EXAMPLES
6881
6944
  $ sf package version update --package 04t... --version-description "New Package Version Description"
6882
6945
  ```
6883
6946
 
6884
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/version/update.ts)_
6947
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.0/src/commands/package/version/update.ts)_
6885
6948
 
6886
6949
  ## `sf package1 version create`
6887
6950
 
@@ -6948,7 +7011,7 @@ FLAG DESCRIPTIONS
6948
7011
  subscribers.
6949
7012
  ```
6950
7013
 
6951
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package1/version/create.ts)_
7014
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.0/src/commands/package1/version/create.ts)_
6952
7015
 
6953
7016
  ## `sf package1 version create get`
6954
7017
 
@@ -6981,7 +7044,7 @@ EXAMPLES
6981
7044
  $ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
6982
7045
  ```
6983
7046
 
6984
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package1/version/create/get.ts)_
7047
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.0/src/commands/package1/version/create/get.ts)_
6985
7048
 
6986
7049
  ## `sf package1 version display`
6987
7050
 
@@ -7015,7 +7078,7 @@ EXAMPLES
7015
7078
  $ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
7016
7079
  ```
7017
7080
 
7018
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package1/version/display.ts)_
7081
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.0/src/commands/package1/version/display.ts)_
7019
7082
 
7020
7083
  ## `sf package1 version list`
7021
7084
 
@@ -7053,7 +7116,7 @@ FLAG DESCRIPTIONS
7053
7116
  If not specified, shows all versions for all packages (managed and unmanaged) in the org.
7054
7117
  ```
7055
7118
 
7056
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package1/version/list.ts)_
7119
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.19.0/src/commands/package1/version/list.ts)_
7057
7120
 
7058
7121
  ## `sf plugins`
7059
7122
 
@@ -7354,7 +7417,7 @@ FLAG DESCRIPTIONS
7354
7417
  If you specify this flag, don’t specify --metadata or --source-dir.
7355
7418
  ```
7356
7419
 
7357
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.36/src/commands/project/convert/mdapi.ts)_
7420
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.37/src/commands/project/convert/mdapi.ts)_
7358
7421
 
7359
7422
  ## `sf project convert source`
7360
7423
 
@@ -7427,7 +7490,7 @@ FLAG DESCRIPTIONS
7427
7490
  Override the api version used for api requests made by this command
7428
7491
  ```
7429
7492
 
7430
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.36/src/commands/project/convert/source.ts)_
7493
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.37/src/commands/project/convert/source.ts)_
7431
7494
 
7432
7495
  ## `sf project convert source-behavior`
7433
7496
 
@@ -7486,7 +7549,7 @@ EXAMPLES
7486
7549
  $ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
7487
7550
  ```
7488
7551
 
7489
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.36/src/commands/project/convert/source-behavior.ts)_
7552
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.37/src/commands/project/convert/source-behavior.ts)_
7490
7553
 
7491
7554
  ## `sf project delete source`
7492
7555
 
@@ -7626,7 +7689,7 @@ FLAG DESCRIPTIONS
7626
7689
  - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
7627
7690
  ```
7628
7691
 
7629
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.36/src/commands/project/delete/source.ts)_
7692
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.37/src/commands/project/delete/source.ts)_
7630
7693
 
7631
7694
  ## `sf project delete tracking`
7632
7695
 
@@ -7663,7 +7726,7 @@ EXAMPLES
7663
7726
  $ sf project delete tracking --target-org my-scratch
7664
7727
  ```
7665
7728
 
7666
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.36/src/commands/project/delete/tracking.ts)_
7729
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.37/src/commands/project/delete/tracking.ts)_
7667
7730
 
7668
7731
  ## `sf project deploy cancel`
7669
7732
 
@@ -7735,7 +7798,7 @@ FLAG DESCRIPTIONS
7735
7798
  project deploy report".
7736
7799
  ```
7737
7800
 
7738
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.36/src/commands/project/deploy/cancel.ts)_
7801
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.37/src/commands/project/deploy/cancel.ts)_
7739
7802
 
7740
7803
  ## `sf project deploy preview`
7741
7804
 
@@ -7818,7 +7881,7 @@ FLAG DESCRIPTIONS
7818
7881
  All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
7819
7882
  ```
7820
7883
 
7821
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.36/src/commands/project/deploy/preview.ts)_
7884
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.37/src/commands/project/deploy/preview.ts)_
7822
7885
 
7823
7886
  ## `sf project deploy quick`
7824
7887
 
@@ -7911,7 +7974,7 @@ ERROR CODES
7911
7974
  Canceling (69) The deploy is being canceled.
7912
7975
  ```
7913
7976
 
7914
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.36/src/commands/project/deploy/quick.ts)_
7977
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.37/src/commands/project/deploy/quick.ts)_
7915
7978
 
7916
7979
  ## `sf project deploy report`
7917
7980
 
@@ -8003,7 +8066,7 @@ FLAG DESCRIPTIONS
8003
8066
  --coverage-formatters lcov --coverage-formatters clover
8004
8067
  ```
8005
8068
 
8006
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.36/src/commands/project/deploy/report.ts)_
8069
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.37/src/commands/project/deploy/report.ts)_
8007
8070
 
8008
8071
  ## `sf project deploy resume`
8009
8072
 
@@ -8100,7 +8163,7 @@ ERROR CODES
8100
8163
  Canceling (69) The deploy is being canceled.
8101
8164
  ```
8102
8165
 
8103
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.36/src/commands/project/deploy/resume.ts)_
8166
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.37/src/commands/project/deploy/resume.ts)_
8104
8167
 
8105
8168
  ## `sf project deploy start`
8106
8169
 
@@ -8353,7 +8416,7 @@ ERROR CODES
8353
8416
  Canceling (69) The deploy is being canceled.
8354
8417
  ```
8355
8418
 
8356
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.36/src/commands/project/deploy/start.ts)_
8419
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.37/src/commands/project/deploy/start.ts)_
8357
8420
 
8358
8421
  ## `sf project deploy validate`
8359
8422
 
@@ -8543,7 +8606,7 @@ ERROR CODES
8543
8606
  Canceling (69) The deploy is being canceled.
8544
8607
  ```
8545
8608
 
8546
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.36/src/commands/project/deploy/validate.ts)_
8609
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.37/src/commands/project/deploy/validate.ts)_
8547
8610
 
8548
8611
  ## `sf project generate`
8549
8612
 
@@ -8744,7 +8807,7 @@ EXAMPLES
8744
8807
  $ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
8745
8808
  ```
8746
8809
 
8747
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.36/src/commands/project/generate/manifest.ts)_
8810
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.37/src/commands/project/generate/manifest.ts)_
8748
8811
 
8749
8812
  ## `sf project list ignored`
8750
8813
 
@@ -8786,7 +8849,7 @@ EXAMPLES
8786
8849
  $ sf project list ignored --source-dir package.xml
8787
8850
  ```
8788
8851
 
8789
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.36/src/commands/project/list/ignored.ts)_
8852
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.37/src/commands/project/list/ignored.ts)_
8790
8853
 
8791
8854
  ## `sf project reset tracking`
8792
8855
 
@@ -8835,7 +8898,7 @@ EXAMPLES
8835
8898
  $ sf project reset tracking --revision 30
8836
8899
  ```
8837
8900
 
8838
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.36/src/commands/project/reset/tracking.ts)_
8901
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.37/src/commands/project/reset/tracking.ts)_
8839
8902
 
8840
8903
  ## `sf project retrieve preview`
8841
8904
 
@@ -8889,7 +8952,7 @@ FLAG DESCRIPTIONS
8889
8952
  production orgs.
8890
8953
  ```
8891
8954
 
8892
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.36/src/commands/project/retrieve/preview.ts)_
8955
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.37/src/commands/project/retrieve/preview.ts)_
8893
8956
 
8894
8957
  ## `sf project retrieve start`
8895
8958
 
@@ -9070,7 +9133,7 @@ ENVIRONMENT VARIABLES
9070
9133
  SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
9071
9134
  ```
9072
9135
 
9073
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.36/src/commands/project/retrieve/start.ts)_
9136
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.37/src/commands/project/retrieve/start.ts)_
9074
9137
 
9075
9138
  ## `sf schema generate field`
9076
9139
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.100.3",
3
+ "version": "2.101.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.100.3",
9
+ "version": "2.101.0",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
@@ -29,12 +29,12 @@
29
29
  "@salesforce/plugin-api": "1.3.3",
30
30
  "@salesforce/plugin-auth": "3.7.14",
31
31
  "@salesforce/plugin-data": "4.0.50",
32
- "@salesforce/plugin-deploy-retrieve": "3.22.36",
32
+ "@salesforce/plugin-deploy-retrieve": "3.22.37",
33
33
  "@salesforce/plugin-info": "3.4.75",
34
34
  "@salesforce/plugin-limits": "3.3.61",
35
35
  "@salesforce/plugin-marketplace": "1.3.8",
36
36
  "@salesforce/plugin-org": "5.9.16",
37
- "@salesforce/plugin-packaging": "2.18.4",
37
+ "@salesforce/plugin-packaging": "2.19.0",
38
38
  "@salesforce/plugin-schema": "3.3.76",
39
39
  "@salesforce/plugin-settings": "2.4.39",
40
40
  "@salesforce/plugin-sobject": "1.4.67",
@@ -5078,9 +5078,9 @@
5078
5078
  }
5079
5079
  },
5080
5080
  "node_modules/@salesforce/plugin-deploy-retrieve": {
5081
- "version": "3.22.36",
5082
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.22.36.tgz",
5083
- "integrity": "sha512-mxEUZcr70Z9Arn26cpS9SzTIpM9fQmoNJOnH1a12XJSMoEhxSliwuJ5orNoNCl4ctzrjTZRZBg+Hx+Xe7ARe1Q==",
5081
+ "version": "3.22.37",
5082
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.22.37.tgz",
5083
+ "integrity": "sha512-rFhQUEVchMuysNbe3bvvNgrgU99hbNUg/DNn1drH22bOCNw82V18NF3xqaacO4Qa+qhhlidwfBforHCUNNCtyQ==",
5084
5084
  "license": "Apache-2.0",
5085
5085
  "dependencies": {
5086
5086
  "@inquirer/prompts": "^7.5.3",
@@ -5177,16 +5177,16 @@
5177
5177
  }
5178
5178
  },
5179
5179
  "node_modules/@salesforce/plugin-packaging": {
5180
- "version": "2.18.4",
5181
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.18.4.tgz",
5182
- "integrity": "sha512-x8a5LSd84w6+8tMEaP0HQnmhDhX1NY9czfSCTBUMocMsdX2d32FnOfkMxAy534I1D8S3QjsE/Ke++JUtDAgTsg==",
5180
+ "version": "2.19.0",
5181
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.19.0.tgz",
5182
+ "integrity": "sha512-iq1YqbN36EF9i3pEL5t2BYIoJNFkNfi6aZpCE6eeuRJgBCf+OpeV/lsECtoMNiXp3BTss02C7aLYee/LVKYimA==",
5183
5183
  "license": "Apache-2.0",
5184
5184
  "dependencies": {
5185
5185
  "@oclif/core": "^4",
5186
- "@salesforce/core": "^8.15.0",
5186
+ "@salesforce/core": "^8.18.5",
5187
5187
  "@salesforce/kit": "^3.2.3",
5188
5188
  "@salesforce/packaging": "^4.11.0",
5189
- "@salesforce/sf-plugins-core": "^12.2.2",
5189
+ "@salesforce/sf-plugins-core": "^12.2.3",
5190
5190
  "chalk": "^5.4.1"
5191
5191
  },
5192
5192
  "engines": {
package/oclif.lock CHANGED
@@ -2209,10 +2209,10 @@
2209
2209
  form-data "^4.0.4"
2210
2210
  terminal-link "^3.0.0"
2211
2211
 
2212
- "@salesforce/plugin-deploy-retrieve@3.22.36":
2213
- version "3.22.36"
2214
- resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.22.36.tgz"
2215
- integrity sha512-mxEUZcr70Z9Arn26cpS9SzTIpM9fQmoNJOnH1a12XJSMoEhxSliwuJ5orNoNCl4ctzrjTZRZBg+Hx+Xe7ARe1Q==
2212
+ "@salesforce/plugin-deploy-retrieve@3.22.37":
2213
+ version "3.22.37"
2214
+ resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.22.37.tgz"
2215
+ integrity sha512-rFhQUEVchMuysNbe3bvvNgrgU99hbNUg/DNn1drH22bOCNw82V18NF3xqaacO4Qa+qhhlidwfBforHCUNNCtyQ==
2216
2216
  dependencies:
2217
2217
  "@inquirer/prompts" "^7.5.3"
2218
2218
  "@oclif/core" "^4.3.0"
@@ -2283,16 +2283,16 @@
2283
2283
  open "^10.2.0"
2284
2284
  terminal-link "^3.0.0"
2285
2285
 
2286
- "@salesforce/plugin-packaging@2.18.4":
2287
- version "2.18.4"
2288
- resolved "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.18.4.tgz"
2289
- integrity sha512-x8a5LSd84w6+8tMEaP0HQnmhDhX1NY9czfSCTBUMocMsdX2d32FnOfkMxAy534I1D8S3QjsE/Ke++JUtDAgTsg==
2286
+ "@salesforce/plugin-packaging@2.19.0":
2287
+ version "2.19.0"
2288
+ resolved "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.19.0.tgz"
2289
+ integrity sha512-iq1YqbN36EF9i3pEL5t2BYIoJNFkNfi6aZpCE6eeuRJgBCf+OpeV/lsECtoMNiXp3BTss02C7aLYee/LVKYimA==
2290
2290
  dependencies:
2291
2291
  "@oclif/core" "^4"
2292
- "@salesforce/core" "^8.15.0"
2292
+ "@salesforce/core" "^8.18.5"
2293
2293
  "@salesforce/kit" "^3.2.3"
2294
2294
  "@salesforce/packaging" "^4.11.0"
2295
- "@salesforce/sf-plugins-core" "^12.2.2"
2295
+ "@salesforce/sf-plugins-core" "^12.2.3"
2296
2296
  chalk "^5.4.1"
2297
2297
 
2298
2298
  "@salesforce/plugin-release-management@^5.7.0":
@@ -4831,5 +4831,5 @@
4831
4831
  ]
4832
4832
  }
4833
4833
  },
4834
- "version": "2.100.3"
4834
+ "version": "2.101.0"
4835
4835
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.100.3",
4
+ "version": "2.101.0",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -163,12 +163,12 @@
163
163
  "@salesforce/plugin-api": "1.3.3",
164
164
  "@salesforce/plugin-auth": "3.7.14",
165
165
  "@salesforce/plugin-data": "4.0.50",
166
- "@salesforce/plugin-deploy-retrieve": "3.22.36",
166
+ "@salesforce/plugin-deploy-retrieve": "3.22.37",
167
167
  "@salesforce/plugin-info": "3.4.75",
168
168
  "@salesforce/plugin-limits": "3.3.61",
169
169
  "@salesforce/plugin-marketplace": "1.3.8",
170
170
  "@salesforce/plugin-org": "5.9.16",
171
- "@salesforce/plugin-packaging": "2.18.4",
171
+ "@salesforce/plugin-packaging": "2.19.0",
172
172
  "@salesforce/plugin-schema": "3.3.76",
173
173
  "@salesforce/plugin-settings": "2.4.39",
174
174
  "@salesforce/plugin-sobject": "1.4.67",