@salesforce/cli 2.14.4 → 2.14.6

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.14.4 linux-x64 node-v18.18.0
27
+ @salesforce/cli/2.14.6 linux-x64 node-v18.18.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -192,7 +192,7 @@ EXAMPLES
192
192
  $ sf alias list
193
193
  ```
194
194
 
195
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.33/src/commands/alias/list.ts)_
195
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.35/src/commands/alias/list.ts)_
196
196
 
197
197
  ## `sf alias set`
198
198
 
@@ -240,7 +240,7 @@ EXAMPLES
240
240
  $ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
241
241
  ```
242
242
 
243
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.33/src/commands/alias/set.ts)_
243
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.35/src/commands/alias/set.ts)_
244
244
 
245
245
  ## `sf alias unset`
246
246
 
@@ -279,7 +279,7 @@ EXAMPLES
279
279
  $ sf alias unset --all [--no-prompt]
280
280
  ```
281
281
 
282
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.33/src/commands/alias/unset.ts)_
282
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.35/src/commands/alias/unset.ts)_
283
283
 
284
284
  ## `sf analytics generate template`
285
285
 
@@ -496,7 +496,7 @@ FLAG DESCRIPTIONS
496
496
  directory.
497
497
  ```
498
498
 
499
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/2.3.19/src/commands/apex/get/log.ts)_
499
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/2.3.20/src/commands/apex/get/log.ts)_
500
500
 
501
501
  ## `sf apex get test`
502
502
 
@@ -548,7 +548,7 @@ EXAMPLES
548
548
  me@myorg',
549
549
  ```
550
550
 
551
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/2.3.19/src/commands/apex/get/test.ts)_
551
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/2.3.20/src/commands/apex/get/test.ts)_
552
552
 
553
553
  ## `sf apex list log`
554
554
 
@@ -586,7 +586,7 @@ EXAMPLES
586
586
  $ sf apex list log --target-org me@my.org
587
587
  ```
588
588
 
589
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/2.3.19/src/commands/apex/list/log.ts)_
589
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/2.3.20/src/commands/apex/list/log.ts)_
590
590
 
591
591
  ## `sf apex run`
592
592
 
@@ -631,7 +631,7 @@ EXAMPLES
631
631
  $ sf apex run
632
632
  ```
633
633
 
634
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/2.3.19/src/commands/apex/run.ts)_
634
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/2.3.20/src/commands/apex/run.ts)_
635
635
 
636
636
  ## `sf apex run test`
637
637
 
@@ -737,7 +737,7 @@ FLAG DESCRIPTIONS
737
737
  --tests Test1 --tests Test2
738
738
  ```
739
739
 
740
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/2.3.19/src/commands/apex/run/test.ts)_
740
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/2.3.20/src/commands/apex/run/test.ts)_
741
741
 
742
742
  ## `sf apex tail log`
743
743
 
@@ -779,7 +779,7 @@ EXAMPLES
779
779
  $ sf apex tail log --color --skip-trace-flag
780
780
  ```
781
781
 
782
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/2.3.19/src/commands/apex/tail/log.ts)_
782
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/2.3.20/src/commands/apex/tail/log.ts)_
783
783
 
784
784
  ## `sf autocomplete [SHELL]`
785
785
 
@@ -810,7 +810,7 @@ EXAMPLES
810
810
  $ sf autocomplete --refresh-cache
811
811
  ```
812
812
 
813
- _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/2.3.9/src/commands/autocomplete/index.ts)_
813
+ _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/2.3.10/src/commands/autocomplete/index.ts)_
814
814
 
815
815
  ## `sf commands`
816
816
 
@@ -861,11 +861,9 @@ GLOBAL FLAGS
861
861
  DESCRIPTION
862
862
  Get the value of a configuration variable.
863
863
 
864
- Run "sf config list" to see all the configuration variables you've set. Global configuration variable are always
865
- displayed; local ones are displayed if you run the command in a project directory. Run "sf config set" to set a
866
- configuration variable.
864
+ Run "sf config list" to see the configuration variables you've already set and their level (local or global).
867
865
 
868
- For the full list of available configuration variables, see
866
+ Run "sf config set" to set a configuration variable. For the full list of available configuration variables, see
869
867
  https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_dev_cli_config_values.htm.
870
868
 
871
869
  ALIASES
@@ -891,7 +889,7 @@ CONFIGURATION VARIABLES
891
889
  org-max-query-limit Maximum number of Salesforce records returned by a CLI command. Default: 10,000.
892
890
  ```
893
891
 
894
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.33/src/commands/config/get.ts)_
892
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.35/src/commands/config/get.ts)_
895
893
 
896
894
  ## `sf config list`
897
895
 
@@ -907,8 +905,16 @@ GLOBAL FLAGS
907
905
  DESCRIPTION
908
906
  List the configuration variables that you've previously set.
909
907
 
910
- Global configuration variables apply to any Salesforce DX project and are always displayed. If you run this command
911
- from a project directory, local configuration variables are also displayed.
908
+ A config variable can be global or local, depending on whether you used the --global flag when you set it. Local
909
+ config variables apply only to the current project and override global config variables, which apply to all projects.
910
+ You can set all config variables as environment variables. Environment variables override their equivalent local and
911
+ global config variables.
912
+
913
+ The output of this command takes into account your current context. For example, let's say you run this command from a
914
+ Salesforce DX project in which you've locally set the "target-org" config variable. The command displays the local
915
+ value, even if you've also set "target-org" globally. If you haven't set the config variable locally, then the global
916
+ value is displayed, if set. If you set the SF_TARGET_ORG environment variable, it's displayed as such and overrides
917
+ any locally or globally set "target-org" config variable.
912
918
 
913
919
  For the full list of available configuration variables, see
914
920
  https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_dev_cli_config_values.htm.
@@ -917,12 +923,12 @@ ALIASES
917
923
  $ sf force config list
918
924
 
919
925
  EXAMPLES
920
- List both global configuration variables and those local to your project:
926
+ List the global and local configuration variables that apply to your current context:
921
927
 
922
928
  $ sf config list
923
929
  ```
924
930
 
925
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.33/src/commands/config/list.ts)_
931
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.35/src/commands/config/list.ts)_
926
932
 
927
933
  ## `sf config set`
928
934
 
@@ -956,6 +962,9 @@ DESCRIPTION
956
962
 
957
963
  Run "sf config list" to see the configuration variables you've already set and their level (local or global).
958
964
 
965
+ If you're setting a single config variable, you don't need to use an equal sign between the variable and value. But
966
+ you must use the equal sign if setting multiple config variables.
967
+
959
968
  For the full list of available configuration variables, see
960
969
  https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_dev_cli_config_values.htm.
961
970
 
@@ -965,20 +974,15 @@ ALIASES
965
974
  EXAMPLES
966
975
  Set the local target-org configuration variable to an org username:
967
976
 
968
- $ sf config set target-org=me@my.org
977
+ $ sf config set target-org me@my.org
969
978
 
970
979
  Set the local target-org configuration variable to an alias:
971
980
 
972
- $ sf config set target-org=my-scratch-org
973
-
974
- Set the global target-org configuration variable:
975
-
976
- $ sf config set --global target-org=my-scratch-org
981
+ $ sf config set target-org my-scratch-org
977
982
 
978
- Set a single configuration variable without using an equal sign; this syntax doesn't work when setting multiple
979
- configuration variables:
983
+ Set the global target-org and target-dev-hub configuration variables using aliases:
980
984
 
981
- $ sf config set target-org me@my.com
985
+ $ sf config set --global target-org=my-scratch-org target-dev-hub=my-dev-hub
982
986
 
983
987
  CONFIGURATION VARIABLES
984
988
  org-instance-url URL of the Salesforce instance hosting your org. Default: https://login.salesforce.com.
@@ -991,7 +995,7 @@ CONFIGURATION VARIABLES
991
995
  org-max-query-limit Maximum number of Salesforce records returned by a CLI command. Default: 10,000.
992
996
  ```
993
997
 
994
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.33/src/commands/config/set.ts)_
998
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.35/src/commands/config/set.ts)_
995
999
 
996
1000
  ## `sf config unset`
997
1001
 
@@ -1002,8 +1006,7 @@ USAGE
1002
1006
  $ sf config unset [--json] [-g]
1003
1007
 
1004
1008
  FLAGS
1005
- -g, --global Unset the configuration variables globally, so they can no longer be used from any Salesforce DX
1006
- project.
1009
+ -g, --global Unset the configuration variables globally.
1007
1010
 
1008
1011
  GLOBAL FLAGS
1009
1012
  --json Format output as json.
@@ -1040,7 +1043,7 @@ CONFIGURATION VARIABLES
1040
1043
  org-max-query-limit Maximum number of Salesforce records returned by a CLI command. Default: 10,000.
1041
1044
  ```
1042
1045
 
1043
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.33/src/commands/config/unset.ts)_
1046
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.35/src/commands/config/unset.ts)_
1044
1047
 
1045
1048
  ## `sf data create record`
1046
1049
 
@@ -1094,7 +1097,7 @@ EXAMPLES
1094
1097
  TracedEntityId=01p17000000R6bLAAS"
1095
1098
  ```
1096
1099
 
1097
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.17/src/commands/data/create/record.ts)_
1100
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.19/src/commands/data/create/record.ts)_
1098
1101
 
1099
1102
  ## `sf data delete bulk`
1100
1103
 
@@ -1138,7 +1141,7 @@ EXAMPLES
1138
1141
  $ sf data delete bulk --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
1139
1142
  ```
1140
1143
 
1141
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.17/src/commands/data/delete/bulk.ts)_
1144
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.19/src/commands/data/delete/bulk.ts)_
1142
1145
 
1143
1146
  ## `sf data delete record`
1144
1147
 
@@ -1196,7 +1199,7 @@ EXAMPLES
1196
1199
  $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
1197
1200
  ```
1198
1201
 
1199
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.17/src/commands/data/delete/record.ts)_
1202
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.19/src/commands/data/delete/record.ts)_
1200
1203
 
1201
1204
  ## `sf data delete resume`
1202
1205
 
@@ -1233,7 +1236,7 @@ EXAMPLES
1233
1236
  $ sf data delete resume --use-most-recent --target-org my-scratch
1234
1237
  ```
1235
1238
 
1236
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.17/src/commands/data/delete/resume.ts)_
1239
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.19/src/commands/data/delete/resume.ts)_
1237
1240
 
1238
1241
  ## `sf data export tree`
1239
1242
 
@@ -1290,7 +1293,7 @@ EXAMPLES
1290
1293
  my-scratch
1291
1294
  ```
1292
1295
 
1293
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.17/src/commands/data/export/tree.ts)_
1296
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.19/src/commands/data/export/tree.ts)_
1294
1297
 
1295
1298
  ## `sf data get record`
1296
1299
 
@@ -1351,7 +1354,7 @@ EXAMPLES
1351
1354
  $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
1352
1355
  ```
1353
1356
 
1354
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.17/src/commands/data/get/record.ts)_
1357
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.19/src/commands/data/get/record.ts)_
1355
1358
 
1356
1359
  ## `sf data import tree`
1357
1360
 
@@ -1401,7 +1404,7 @@ EXAMPLES
1401
1404
  $ sf data import tree --plan Account-Contact-plan.json
1402
1405
  ```
1403
1406
 
1404
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.17/src/commands/data/import/tree.ts)_
1407
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.19/src/commands/data/import/tree.ts)_
1405
1408
 
1406
1409
  ## `sf data query`
1407
1410
 
@@ -1463,7 +1466,7 @@ EXAMPLES
1463
1466
  $ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
1464
1467
  ```
1465
1468
 
1466
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.17/src/commands/data/query.ts)_
1469
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.19/src/commands/data/query.ts)_
1467
1470
 
1468
1471
  ## `sf data query resume`
1469
1472
 
@@ -1499,7 +1502,7 @@ EXAMPLES
1499
1502
  $ sf data query resume --bulk-query-id 7500x000005BdFzXXX
1500
1503
  ```
1501
1504
 
1502
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.17/src/commands/data/query/resume.ts)_
1505
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.19/src/commands/data/query/resume.ts)_
1503
1506
 
1504
1507
  ## `sf data resume`
1505
1508
 
@@ -1534,7 +1537,7 @@ EXAMPLES
1534
1537
  $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
1535
1538
  ```
1536
1539
 
1537
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.17/src/commands/data/resume.ts)_
1540
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.19/src/commands/data/resume.ts)_
1538
1541
 
1539
1542
  ## `sf data update record`
1540
1543
 
@@ -1594,7 +1597,7 @@ EXAMPLES
1594
1597
  "ExpirationDate=2017-12-01T00:58:04.000+0000"
1595
1598
  ```
1596
1599
 
1597
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.17/src/commands/data/update/record.ts)_
1600
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.19/src/commands/data/update/record.ts)_
1598
1601
 
1599
1602
  ## `sf data upsert bulk`
1600
1603
 
@@ -1645,7 +1648,7 @@ EXAMPLES
1645
1648
  my-scratch
1646
1649
  ```
1647
1650
 
1648
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.17/src/commands/data/upsert/bulk.ts)_
1651
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.19/src/commands/data/upsert/bulk.ts)_
1649
1652
 
1650
1653
  ## `sf data upsert resume`
1651
1654
 
@@ -1682,7 +1685,7 @@ EXAMPLES
1682
1685
  $ sf data upsert resume --use-most-recent --target-org my-scratch
1683
1686
  ```
1684
1687
 
1685
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.17/src/commands/data/upsert/resume.ts)_
1688
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.19/src/commands/data/upsert/resume.ts)_
1686
1689
 
1687
1690
  ## `sf doctor`
1688
1691
 
@@ -1773,7 +1776,7 @@ EXAMPLES
1773
1776
  $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
1774
1777
  ```
1775
1778
 
1776
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.17/src/commands/force/data/bulk/delete.ts)_
1779
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.19/src/commands/force/data/bulk/delete.ts)_
1777
1780
 
1778
1781
  ## `sf force data bulk status`
1779
1782
 
@@ -1808,7 +1811,7 @@ EXAMPLES
1808
1811
  $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
1809
1812
  ```
1810
1813
 
1811
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.17/src/commands/force/data/bulk/status.ts)_
1814
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.19/src/commands/force/data/bulk/status.ts)_
1812
1815
 
1813
1816
  ## `sf force data bulk upsert`
1814
1817
 
@@ -1864,7 +1867,7 @@ EXAMPLES
1864
1867
  --target-org my-scratch
1865
1868
  ```
1866
1869
 
1867
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.17/src/commands/force/data/bulk/upsert.ts)_
1870
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.19/src/commands/force/data/bulk/upsert.ts)_
1868
1871
 
1869
1872
  ## `sf force mdapi deploy`
1870
1873
 
@@ -2064,7 +2067,7 @@ FLAG DESCRIPTIONS
2064
2067
  Indicates that you want verbose output from the deploy operation.
2065
2068
  ```
2066
2069
 
2067
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.40/src/commands/force/mdapi/deploy.ts)_
2070
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.43/src/commands/force/mdapi/deploy.ts)_
2068
2071
 
2069
2072
  ## `sf force mdapi deploy cancel`
2070
2073
 
@@ -2107,7 +2110,7 @@ FLAG DESCRIPTIONS
2107
2110
  If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
2108
2111
  ```
2109
2112
 
2110
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.40/src/commands/force/mdapi/deploy/cancel.ts)_
2113
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.43/src/commands/force/mdapi/deploy/cancel.ts)_
2111
2114
 
2112
2115
  ## `sf force mdapi deploy report`
2113
2116
 
@@ -2178,7 +2181,7 @@ FLAG DESCRIPTIONS
2178
2181
  use the ID of the most recent metadata deployment.
2179
2182
  ```
2180
2183
 
2181
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.40/src/commands/force/mdapi/deploy/report.ts)_
2184
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.43/src/commands/force/mdapi/deploy/report.ts)_
2182
2185
 
2183
2186
  ## `sf force mdapi retrieve`
2184
2187
 
@@ -2242,7 +2245,7 @@ FLAG DESCRIPTIONS
2242
2245
  By default, the CLI assumes the directory is structured for a set of packages.
2243
2246
  ```
2244
2247
 
2245
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.40/src/commands/force/mdapi/retrieve.ts)_
2248
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.43/src/commands/force/mdapi/retrieve.ts)_
2246
2249
 
2247
2250
  ## `sf force mdapi retrieve report`
2248
2251
 
@@ -2296,7 +2299,7 @@ FLAG DESCRIPTIONS
2296
2299
  You must specify a --retrievetargetdir. Use with --wait to resume waiting.
2297
2300
  ```
2298
2301
 
2299
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.40/src/commands/force/mdapi/retrieve/report.ts)_
2302
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.43/src/commands/force/mdapi/retrieve/report.ts)_
2300
2303
 
2301
2304
  ## `sf force org clone`
2302
2305
 
@@ -2343,7 +2346,7 @@ FLAG DESCRIPTIONS
2343
2346
  for a number of minutes, the client exits. Specify a longer wait time if timeouts occur frequently.
2344
2347
  ```
2345
2348
 
2346
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/force/org/clone.ts)_
2349
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.4/src/commands/force/org/clone.ts)_
2347
2350
 
2348
2351
  ## `sf force org create`
2349
2352
 
@@ -2391,7 +2394,7 @@ EXAMPLES
2391
2394
  $ sf force org create -t sandbox -f config/dev-sandbox-def.json -a MyDevSandbox -u prodOrg
2392
2395
  ```
2393
2396
 
2394
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/force/org/create.ts)_
2397
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.4/src/commands/force/org/create.ts)_
2395
2398
 
2396
2399
  ## `sf force org delete`
2397
2400
 
@@ -2423,7 +2426,7 @@ EXAMPLES
2423
2426
  $ sf force org delete -u MyOrgAlias -p
2424
2427
  ```
2425
2428
 
2426
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/force/org/delete.ts)_
2429
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.4/src/commands/force/org/delete.ts)_
2427
2430
 
2428
2431
  ## `sf force org status`
2429
2432
 
@@ -2461,7 +2464,7 @@ EXAMPLES
2461
2464
  $ sf force org status --sandboxname DevSbx1 --wait 45 --setdefaultusername -u prodOrg
2462
2465
  ```
2463
2466
 
2464
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/force/org/status.ts)_
2467
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.4/src/commands/force/org/status.ts)_
2465
2468
 
2466
2469
  ## `sf force source deploy`
2467
2470
 
@@ -2727,7 +2730,7 @@ FLAG DESCRIPTIONS
2727
2730
  If you specify this parameter, don’t specify --metadata or --sourcepath.
2728
2731
  ```
2729
2732
 
2730
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.40/src/commands/force/source/deploy.ts)_
2733
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.43/src/commands/force/source/deploy.ts)_
2731
2734
 
2732
2735
  ## `sf force source deploy cancel`
2733
2736
 
@@ -2772,7 +2775,7 @@ FLAG DESCRIPTIONS
2772
2775
  If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
2773
2776
  ```
2774
2777
 
2775
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.40/src/commands/force/source/deploy/cancel.ts)_
2778
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.43/src/commands/force/source/deploy/cancel.ts)_
2776
2779
 
2777
2780
  ## `sf force source deploy report`
2778
2781
 
@@ -2835,7 +2838,7 @@ FLAG DESCRIPTIONS
2835
2838
  If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
2836
2839
  ```
2837
2840
 
2838
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.40/src/commands/force/source/deploy/report.ts)_
2841
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.43/src/commands/force/source/deploy/report.ts)_
2839
2842
 
2840
2843
  ## `sf force source pull`
2841
2844
 
@@ -2878,7 +2881,7 @@ FLAG DESCRIPTIONS
2878
2881
  If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
2879
2882
  ```
2880
2883
 
2881
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.40/src/commands/force/source/pull.ts)_
2884
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.43/src/commands/force/source/pull.ts)_
2882
2885
 
2883
2886
  ## `sf force source push`
2884
2887
 
@@ -2923,7 +2926,7 @@ FLAG DESCRIPTIONS
2923
2926
  If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
2924
2927
  ```
2925
2928
 
2926
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.40/src/commands/force/source/push.ts)_
2929
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.43/src/commands/force/source/push.ts)_
2927
2930
 
2928
2931
  ## `sf force source retrieve`
2929
2932
 
@@ -3048,7 +3051,7 @@ FLAG DESCRIPTIONS
3048
3051
  If you specify this parameter, don’t specify --metadata or --sourcepath.
3049
3052
  ```
3050
3053
 
3051
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.40/src/commands/force/source/retrieve.ts)_
3054
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.43/src/commands/force/source/retrieve.ts)_
3052
3055
 
3053
3056
  ## `sf force source status`
3054
3057
 
@@ -3078,7 +3081,7 @@ EXAMPLES
3078
3081
  $ sf force source status --remote
3079
3082
  ```
3080
3083
 
3081
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.40/src/commands/force/source/status.ts)_
3084
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.43/src/commands/force/source/status.ts)_
3082
3085
 
3083
3086
  ## `sf force user password generate`
3084
3087
 
@@ -3143,7 +3146,7 @@ EXAMPLES
3143
3146
  user3@my.org
3144
3147
  ```
3145
3148
 
3146
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/2.3.36/src/commands/force/user/password/generate.ts)_
3149
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/2.3.37/src/commands/force/user/password/generate.ts)_
3147
3150
 
3148
3151
  ## `sf help [COMMANDS]`
3149
3152
 
@@ -3520,7 +3523,7 @@ EXAMPLES
3520
3523
  $ sf limits api display --target-org my-scratch-org
3521
3524
  ```
3522
3525
 
3523
- _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/2.3.38/src/commands/limits/api/display.ts)_
3526
+ _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/2.3.39/src/commands/limits/api/display.ts)_
3524
3527
 
3525
3528
  ## `sf limits recordcounts display`
3526
3529
 
@@ -3564,7 +3567,7 @@ EXAMPLES
3564
3567
  $ sf limits recordcounts display --sobject Account --sobject Lead --target-org my-scratch-org
3565
3568
  ```
3566
3569
 
3567
- _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/2.3.38/src/commands/limits/recordcounts/display.ts)_
3570
+ _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/2.3.39/src/commands/limits/recordcounts/display.ts)_
3568
3571
 
3569
3572
  ## `sf login`
3570
3573
 
@@ -3664,7 +3667,7 @@ EXAMPLES
3664
3667
  $ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
3665
3668
  ```
3666
3669
 
3667
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/2.3.36/src/commands/org/assign/permset.ts)_
3670
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/2.3.37/src/commands/org/assign/permset.ts)_
3668
3671
 
3669
3672
  ## `sf org assign permsetlicense`
3670
3673
 
@@ -3708,7 +3711,7 @@ EXAMPLES
3708
3711
  user3
3709
3712
  ```
3710
3713
 
3711
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/2.3.36/src/commands/org/assign/permsetlicense.ts)_
3714
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/2.3.37/src/commands/org/assign/permsetlicense.ts)_
3712
3715
 
3713
3716
  ## `sf org create sandbox`
3714
3717
 
@@ -3813,7 +3816,7 @@ FLAG DESCRIPTIONS
3813
3816
  sandbox.
3814
3817
  ```
3815
3818
 
3816
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/create/sandbox.ts)_
3819
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.4/src/commands/org/create/sandbox.ts)_
3817
3820
 
3818
3821
  ## `sf org create scratch`
3819
3822
 
@@ -3966,7 +3969,7 @@ FLAG DESCRIPTIONS
3966
3969
  Omit this flag to have Salesforce generate a unique username for your org.
3967
3970
  ```
3968
3971
 
3969
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/create/scratch.ts)_
3972
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.4/src/commands/org/create/scratch.ts)_
3970
3973
 
3971
3974
  ## `sf org create user`
3972
3975
 
@@ -4064,7 +4067,7 @@ FLAG DESCRIPTIONS
4064
4067
  might be different than what you specify in the definition file.
4065
4068
  ```
4066
4069
 
4067
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/2.3.36/src/commands/org/create/user.ts)_
4070
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/2.3.37/src/commands/org/create/user.ts)_
4068
4071
 
4069
4072
  ## `sf org delete sandbox`
4070
4073
 
@@ -4106,7 +4109,7 @@ EXAMPLES
4106
4109
  $ sf org delete sandbox --target-org my-sandbox --no-prompt
4107
4110
  ```
4108
4111
 
4109
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/delete/sandbox.ts)_
4112
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.4/src/commands/org/delete/sandbox.ts)_
4110
4113
 
4111
4114
  ## `sf org delete scratch`
4112
4115
 
@@ -4148,7 +4151,7 @@ EXAMPLES
4148
4151
  $ sf org delete scratch --target-org my-scratch-org --no-prompt
4149
4152
  ```
4150
4153
 
4151
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/delete/scratch.ts)_
4154
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.4/src/commands/org/delete/scratch.ts)_
4152
4155
 
4153
4156
  ## `sf org display`
4154
4157
 
@@ -4191,7 +4194,7 @@ EXAMPLES
4191
4194
  $ sf org display --target-org TestOrg1 --verbose
4192
4195
  ```
4193
4196
 
4194
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/display.ts)_
4197
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.4/src/commands/org/display.ts)_
4195
4198
 
4196
4199
  ## `sf org display user`
4197
4200
 
@@ -4228,7 +4231,7 @@ EXAMPLES
4228
4231
  $ sf org display user --target-org me@my.org --json
4229
4232
  ```
4230
4233
 
4231
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/2.3.36/src/commands/org/display/user.ts)_
4234
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/2.3.37/src/commands/org/display/user.ts)_
4232
4235
 
4233
4236
  ## `sf org generate password`
4234
4237
 
@@ -4292,7 +4295,7 @@ EXAMPLES
4292
4295
  $ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
4293
4296
  ```
4294
4297
 
4295
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/2.3.36/src/commands/org/generate/password.ts)_
4298
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/2.3.37/src/commands/org/generate/password.ts)_
4296
4299
 
4297
4300
  ## `sf org list`
4298
4301
 
@@ -4330,7 +4333,7 @@ EXAMPLES
4330
4333
  $ sf org list --clean
4331
4334
  ```
4332
4335
 
4333
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/list.ts)_
4336
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.4/src/commands/org/list.ts)_
4334
4337
 
4335
4338
  ## `sf org list auth`
4336
4339
 
@@ -4361,7 +4364,7 @@ EXAMPLES
4361
4364
  $ sf org list auth
4362
4365
  ```
4363
4366
 
4364
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.20/src/commands/org/list/auth.ts)_
4367
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.22/src/commands/org/list/auth.ts)_
4365
4368
 
4366
4369
  ## `sf org list metadata`
4367
4370
 
@@ -4425,7 +4428,7 @@ FLAG DESCRIPTIONS
4425
4428
  Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
4426
4429
  ```
4427
4430
 
4428
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/list/metadata.ts)_
4431
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.4/src/commands/org/list/metadata.ts)_
4429
4432
 
4430
4433
  ## `sf org list metadata-types`
4431
4434
 
@@ -4478,7 +4481,7 @@ FLAG DESCRIPTIONS
4478
4481
  Override the api version used for api requests made by this command
4479
4482
  ```
4480
4483
 
4481
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/list/metadata-types.ts)_
4484
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.4/src/commands/org/list/metadata-types.ts)_
4482
4485
 
4483
4486
  ## `sf org list users`
4484
4487
 
@@ -4514,7 +4517,7 @@ EXAMPLES
4514
4517
  $ sf org list users --target-org me@my.org
4515
4518
  ```
4516
4519
 
4517
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/2.3.36/src/commands/org/list/users.ts)_
4520
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/2.3.37/src/commands/org/list/users.ts)_
4518
4521
 
4519
4522
  ## `sf org login access-token`
4520
4523
 
@@ -4567,7 +4570,7 @@ FLAG DESCRIPTIONS
4567
4570
  To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
4568
4571
  ```
4569
4572
 
4570
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.20/src/commands/org/login/access-token.ts)_
4573
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.22/src/commands/org/login/access-token.ts)_
4571
4574
 
4572
4575
  ## `sf org login device`
4573
4576
 
@@ -4626,7 +4629,7 @@ FLAG DESCRIPTIONS
4626
4629
  To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
4627
4630
  ```
4628
4631
 
4629
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.20/src/commands/org/login/device.ts)_
4632
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.22/src/commands/org/login/device.ts)_
4630
4633
 
4631
4634
  ## `sf org login jwt`
4632
4635
 
@@ -4715,7 +4718,7 @@ FLAG DESCRIPTIONS
4715
4718
  To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
4716
4719
  ```
4717
4720
 
4718
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.20/src/commands/org/login/jwt.ts)_
4721
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.22/src/commands/org/login/jwt.ts)_
4719
4722
 
4720
4723
  ## `sf org login sfdx-url`
4721
4724
 
@@ -4773,7 +4776,7 @@ EXAMPLES
4773
4776
  $ sf org login sfdx-url --sfdx-url-file files/authFile.json --set-default --alias MyDefaultOrg
4774
4777
  ```
4775
4778
 
4776
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.20/src/commands/org/login/sfdx-url.ts)_
4779
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.22/src/commands/org/login/sfdx-url.ts)_
4777
4780
 
4778
4781
  ## `sf org login web`
4779
4782
 
@@ -4858,7 +4861,7 @@ FLAG DESCRIPTIONS
4858
4861
  To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
4859
4862
  ```
4860
4863
 
4861
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.20/src/commands/org/login/web.ts)_
4864
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.22/src/commands/org/login/web.ts)_
4862
4865
 
4863
4866
  ## `sf org logout`
4864
4867
 
@@ -4918,7 +4921,7 @@ FLAG DESCRIPTIONS
4918
4921
  All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
4919
4922
  ```
4920
4923
 
4921
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.20/src/commands/org/logout.ts)_
4924
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.22/src/commands/org/logout.ts)_
4922
4925
 
4923
4926
  ## `sf org open`
4924
4927
 
@@ -4976,14 +4979,14 @@ EXAMPLES
4976
4979
 
4977
4980
  Open a local Lightning page in your default org's Lightning App Builder:
4978
4981
 
4979
- $ sf org open --source-path force-app/main/default/flexipages/Hello.flexipage-meta.xml
4982
+ $ sf org open --source-file force-app/main/default/flexipages/Hello.flexipage-meta.xml
4980
4983
 
4981
4984
  Open a local Flow in Flow Builder:
4982
4985
 
4983
- $ sf org open --source-path force-app/main/default/flows/Hello.flow-meta.xml
4986
+ $ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
4984
4987
  ```
4985
4988
 
4986
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/open.ts)_
4989
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.4/src/commands/org/open.ts)_
4987
4990
 
4988
4991
  ## `sf org resume sandbox`
4989
4992
 
@@ -5045,7 +5048,7 @@ FLAG DESCRIPTIONS
5045
5048
  returns the job ID. To resume checking the sandbox creation, rerun this command.
5046
5049
  ```
5047
5050
 
5048
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/resume/sandbox.ts)_
5051
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.4/src/commands/org/resume/sandbox.ts)_
5049
5052
 
5050
5053
  ## `sf org resume scratch`
5051
5054
 
@@ -5091,7 +5094,7 @@ FLAG DESCRIPTIONS
5091
5094
  The job ID is valid for 24 hours after you start the scratch org creation.
5092
5095
  ```
5093
5096
 
5094
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/resume/scratch.ts)_
5097
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.4/src/commands/org/resume/scratch.ts)_
5095
5098
 
5096
5099
  ## `sf plugins`
5097
5100
 
@@ -5114,7 +5117,7 @@ EXAMPLES
5114
5117
  $ sf plugins
5115
5118
  ```
5116
5119
 
5117
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.1/src/commands/plugins/index.ts)_
5120
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.2/src/commands/plugins/index.ts)_
5118
5121
 
5119
5122
  ## `sf plugins discover`
5120
5123
 
@@ -5158,7 +5161,7 @@ EXAMPLES
5158
5161
  $ sf plugins:inspect myplugin
5159
5162
  ```
5160
5163
 
5161
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.1/src/commands/plugins/inspect.ts)_
5164
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.2/src/commands/plugins/inspect.ts)_
5162
5165
 
5163
5166
  ## `sf plugins:install PLUGIN...`
5164
5167
 
@@ -5198,7 +5201,7 @@ EXAMPLES
5198
5201
  $ sf plugins:install someuser/someplugin
5199
5202
  ```
5200
5203
 
5201
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.1/src/commands/plugins/install.ts)_
5204
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.2/src/commands/plugins/install.ts)_
5202
5205
 
5203
5206
  ## `sf plugins:link PLUGIN`
5204
5207
 
@@ -5228,7 +5231,7 @@ EXAMPLES
5228
5231
  $ sf plugins:link myplugin
5229
5232
  ```
5230
5233
 
5231
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.1/src/commands/plugins/link.ts)_
5234
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.2/src/commands/plugins/link.ts)_
5232
5235
 
5233
5236
  ## `sf plugins trust verify`
5234
5237
 
@@ -5281,7 +5284,7 @@ ALIASES
5281
5284
  $ sf plugins remove
5282
5285
  ```
5283
5286
 
5284
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.1/src/commands/plugins/uninstall.ts)_
5287
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.2/src/commands/plugins/uninstall.ts)_
5285
5288
 
5286
5289
  ## `sf plugins update`
5287
5290
 
@@ -5299,7 +5302,7 @@ DESCRIPTION
5299
5302
  Update installed plugins.
5300
5303
  ```
5301
5304
 
5302
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.1/src/commands/plugins/update.ts)_
5305
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.2/src/commands/plugins/update.ts)_
5303
5306
 
5304
5307
  ## `sf project convert mdapi`
5305
5308
 
@@ -5361,7 +5364,7 @@ FLAG DESCRIPTIONS
5361
5364
  If you specify this parameter, don’t specify --metadata or --source-dir.
5362
5365
  ```
5363
5366
 
5364
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.0/src/commands/project/convert/mdapi.ts)_
5367
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.2/src/commands/project/convert/mdapi.ts)_
5365
5368
 
5366
5369
  ## `sf project convert source`
5367
5370
 
@@ -5373,7 +5376,7 @@ USAGE
5373
5376
  <value> | -m <value>]
5374
5377
 
5375
5378
  FLAGS
5376
- -d, --output-dir=<value> [default: metadataPackage_1696882806696] Output directory to store the Metadata
5379
+ -d, --output-dir=<value> [default: metadataPackage_1697583605416] Output directory to store the Metadata
5377
5380
  API–formatted files in.
5378
5381
  -m, --metadata=<value>... Metadata component names to convert.
5379
5382
  -n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
@@ -5433,7 +5436,7 @@ FLAG DESCRIPTIONS
5433
5436
  Override the api version used for api requests made by this command
5434
5437
  ```
5435
5438
 
5436
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.0/src/commands/project/convert/source.ts)_
5439
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.2/src/commands/project/convert/source.ts)_
5437
5440
 
5438
5441
  ## `sf project delete source`
5439
5442
 
@@ -5571,7 +5574,7 @@ FLAG DESCRIPTIONS
5571
5574
  - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
5572
5575
  ```
5573
5576
 
5574
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.0/src/commands/project/delete/source.ts)_
5577
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.2/src/commands/project/delete/source.ts)_
5575
5578
 
5576
5579
  ## `sf project delete tracking`
5577
5580
 
@@ -5606,7 +5609,7 @@ EXAMPLES
5606
5609
  $ sf project delete tracking --target-org my-scratch
5607
5610
  ```
5608
5611
 
5609
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.0/src/commands/project/delete/tracking.ts)_
5612
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.2/src/commands/project/delete/tracking.ts)_
5610
5613
 
5611
5614
  ## `sf project deploy cancel`
5612
5615
 
@@ -5676,7 +5679,7 @@ FLAG DESCRIPTIONS
5676
5679
  project deploy report".
5677
5680
  ```
5678
5681
 
5679
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.0/src/commands/project/deploy/cancel.ts)_
5682
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.2/src/commands/project/deploy/cancel.ts)_
5680
5683
 
5681
5684
  ## `sf project deploy preview`
5682
5685
 
@@ -5759,7 +5762,7 @@ FLAG DESCRIPTIONS
5759
5762
  All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
5760
5763
  ```
5761
5764
 
5762
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.0/src/commands/project/deploy/preview.ts)_
5765
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.2/src/commands/project/deploy/preview.ts)_
5763
5766
 
5764
5767
  ## `sf project deploy quick`
5765
5768
 
@@ -5852,7 +5855,7 @@ ERROR CODES
5852
5855
  Canceling (69) The deploy is being canceled.
5853
5856
  ```
5854
5857
 
5855
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.0/src/commands/project/deploy/quick.ts)_
5858
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.2/src/commands/project/deploy/quick.ts)_
5856
5859
 
5857
5860
  ## `sf project deploy report`
5858
5861
 
@@ -5947,7 +5950,7 @@ FLAG DESCRIPTIONS
5947
5950
  --coverage-formatters lcov --coverage-formatters clover
5948
5951
  ```
5949
5952
 
5950
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.0/src/commands/project/deploy/report.ts)_
5953
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.2/src/commands/project/deploy/report.ts)_
5951
5954
 
5952
5955
  ## `sf project deploy resume`
5953
5956
 
@@ -6043,7 +6046,7 @@ ERROR CODES
6043
6046
  Canceling (69) The deploy is being canceled.
6044
6047
  ```
6045
6048
 
6046
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.0/src/commands/project/deploy/resume.ts)_
6049
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.2/src/commands/project/deploy/resume.ts)_
6047
6050
 
6048
6051
  ## `sf project deploy start`
6049
6052
 
@@ -6271,7 +6274,7 @@ ERROR CODES
6271
6274
  Canceling (69) The deploy is being canceled.
6272
6275
  ```
6273
6276
 
6274
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.0/src/commands/project/deploy/start.ts)_
6277
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.2/src/commands/project/deploy/start.ts)_
6275
6278
 
6276
6279
  ## `sf project deploy validate`
6277
6280
 
@@ -6443,7 +6446,7 @@ ERROR CODES
6443
6446
  Canceling (69) The deploy is being canceled.
6444
6447
  ```
6445
6448
 
6446
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.0/src/commands/project/deploy/validate.ts)_
6449
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.2/src/commands/project/deploy/validate.ts)_
6447
6450
 
6448
6451
  ## `sf project generate`
6449
6452
 
@@ -6622,7 +6625,7 @@ EXAMPLES
6622
6625
  $ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
6623
6626
  ```
6624
6627
 
6625
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.0/src/commands/project/generate/manifest.ts)_
6628
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.2/src/commands/project/generate/manifest.ts)_
6626
6629
 
6627
6630
  ## `sf project list ignored`
6628
6631
 
@@ -6663,7 +6666,7 @@ EXAMPLES
6663
6666
  $ sf project list ignored --source-dir package.xml
6664
6667
  ```
6665
6668
 
6666
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.0/src/commands/project/list/ignored.ts)_
6669
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.2/src/commands/project/list/ignored.ts)_
6667
6670
 
6668
6671
  ## `sf project reset tracking`
6669
6672
 
@@ -6710,7 +6713,7 @@ EXAMPLES
6710
6713
  $ sf project reset tracking --revision 30
6711
6714
  ```
6712
6715
 
6713
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.0/src/commands/project/reset/tracking.ts)_
6716
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.2/src/commands/project/reset/tracking.ts)_
6714
6717
 
6715
6718
  ## `sf project retrieve preview`
6716
6719
 
@@ -6765,7 +6768,7 @@ FLAG DESCRIPTIONS
6765
6768
  Overrides your default org.
6766
6769
  ```
6767
6770
 
6768
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.0/src/commands/project/retrieve/preview.ts)_
6771
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.2/src/commands/project/retrieve/preview.ts)_
6769
6772
 
6770
6773
  ## `sf project retrieve start`
6771
6774
 
@@ -6919,7 +6922,7 @@ ENVIRONMENT VARIABLES
6919
6922
  SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
6920
6923
  ```
6921
6924
 
6922
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.0/src/commands/project/retrieve/start.ts)_
6925
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.2/src/commands/project/retrieve/start.ts)_
6923
6926
 
6924
6927
  ## `sf schema generate field`
6925
6928
 
@@ -6970,7 +6973,7 @@ FLAG DESCRIPTIONS
6970
6973
  If you don't specify this flag, the command prompts you to choose from your local objects.
6971
6974
  ```
6972
6975
 
6973
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/0.2.12/src/commands/schema/generate/field.ts)_
6976
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/0.2.13/src/commands/schema/generate/field.ts)_
6974
6977
 
6975
6978
  ## `sf schema generate platformevent`
6976
6979
 
@@ -6999,7 +7002,7 @@ EXAMPLES
6999
7002
  $ sf schema generate platformevent --label "My Platform Event"
7000
7003
  ```
7001
7004
 
7002
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/0.2.12/src/commands/schema/generate/platformevent.ts)_
7005
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/0.2.13/src/commands/schema/generate/platformevent.ts)_
7003
7006
 
7004
7007
  ## `sf schema generate sobject`
7005
7008
 
@@ -7053,7 +7056,7 @@ FLAG DESCRIPTIONS
7053
7056
  * Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
7054
7057
  ```
7055
7058
 
7056
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/0.2.12/src/commands/schema/generate/sobject.ts)_
7059
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/0.2.13/src/commands/schema/generate/sobject.ts)_
7057
7060
 
7058
7061
  ## `sf schema generate tab`
7059
7062
 
@@ -7100,7 +7103,7 @@ FLAG DESCRIPTIONS
7100
7103
  The API name for a custom object always ends in "__c", such as "MyObject__c".
7101
7104
  ```
7102
7105
 
7103
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/0.2.12/src/commands/schema/generate/tab.ts)_
7106
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/0.2.13/src/commands/schema/generate/tab.ts)_
7104
7107
 
7105
7108
  ## `sf search`
7106
7109
 
@@ -7161,7 +7164,7 @@ EXAMPLES
7161
7164
  $ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
7162
7165
  ```
7163
7166
 
7164
- _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/2.3.29/src/commands/sobject/describe.ts)_
7167
+ _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/2.3.30/src/commands/sobject/describe.ts)_
7165
7168
 
7166
7169
  ## `sf sobject list`
7167
7170
 
@@ -7198,7 +7201,7 @@ EXAMPLES
7198
7201
  $ sf sobject list --sobject custom --target-org my-scratch-org
7199
7202
  ```
7200
7203
 
7201
- _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/2.3.29/src/commands/sobject/list.ts)_
7204
+ _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/2.3.30/src/commands/sobject/list.ts)_
7202
7205
 
7203
7206
  ## `sf static-resource generate`
7204
7207
 
@@ -7437,6 +7440,6 @@ EXAMPLES
7437
7440
  $ sf which help
7438
7441
  ```
7439
7442
 
7440
- _See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.0.4/src/commands/which.ts)_
7443
+ _See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.0.5/src/commands/which.ts)_
7441
7444
 
7442
7445
  <!-- commandsstop -->