@salesforce/cli 2.113.2 → 2.113.4

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.113.2 linux-x64 node-v22.21.1
28
+ @salesforce/cli/2.113.4 linux-x64 node-v22.21.1
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -244,7 +244,7 @@ EXAMPLES
244
244
  $ sf agent activate --api-name Resort_Manager --target-org my-org
245
245
  ```
246
246
 
247
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.24/src/commands/agent/activate.ts)_
247
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.27/src/commands/agent/activate.ts)_
248
248
 
249
249
  ## `sf agent create`
250
250
 
@@ -306,7 +306,7 @@ EXAMPLES
306
306
  $ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
307
307
  ```
308
308
 
309
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.24/src/commands/agent/create.ts)_
309
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.27/src/commands/agent/create.ts)_
310
310
 
311
311
  ## `sf agent deactivate`
312
312
 
@@ -346,7 +346,7 @@ EXAMPLES
346
346
  $ sf agent deactivate --api-name Resort_Manager --target-org my-org
347
347
  ```
348
348
 
349
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.24/src/commands/agent/deactivate.ts)_
349
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.27/src/commands/agent/deactivate.ts)_
350
350
 
351
351
  ## `sf agent generate agent-spec`
352
352
 
@@ -451,7 +451,7 @@ EXAMPLES
451
451
  $ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
452
452
  ```
453
453
 
454
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.24/src/commands/agent/generate/agent-spec.ts)_
454
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.27/src/commands/agent/generate/agent-spec.ts)_
455
455
 
456
456
  ## `sf agent generate template`
457
457
 
@@ -499,7 +499,7 @@ EXAMPLES
499
499
  force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
500
500
  ```
501
501
 
502
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.24/src/commands/agent/generate/template.ts)_
502
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.27/src/commands/agent/generate/template.ts)_
503
503
 
504
504
  ## `sf agent generate test-spec`
505
505
 
@@ -560,7 +560,7 @@ EXAMPLES
560
560
  force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
561
561
  ```
562
562
 
563
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.24/src/commands/agent/generate/test-spec.ts)_
563
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.27/src/commands/agent/generate/test-spec.ts)_
564
564
 
565
565
  ## `sf agent preview`
566
566
 
@@ -624,7 +624,7 @@ EXAMPLES
624
624
  transcripts/my-preview
625
625
  ```
626
626
 
627
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.24/src/commands/agent/preview.ts)_
627
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.27/src/commands/agent/preview.ts)_
628
628
 
629
629
  ## `sf agent test create`
630
630
 
@@ -679,7 +679,7 @@ EXAMPLES
679
679
  $ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
680
680
  ```
681
681
 
682
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.24/src/commands/agent/test/create.ts)_
682
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.27/src/commands/agent/test/create.ts)_
683
683
 
684
684
  ## `sf agent test list`
685
685
 
@@ -714,7 +714,7 @@ EXAMPLES
714
714
  $ sf agent test list --target-org my-org
715
715
  ```
716
716
 
717
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.24/src/commands/agent/test/list.ts)_
717
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.27/src/commands/agent/test/list.ts)_
718
718
 
719
719
  ## `sf agent test results`
720
720
 
@@ -780,7 +780,7 @@ FLAG DESCRIPTIONS
780
780
  expression when using custom evaluations.
781
781
  ```
782
782
 
783
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.24/src/commands/agent/test/results.ts)_
783
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.27/src/commands/agent/test/results.ts)_
784
784
 
785
785
  ## `sf agent test resume`
786
786
 
@@ -853,7 +853,7 @@ FLAG DESCRIPTIONS
853
853
  expression when using custom evaluations.
854
854
  ```
855
855
 
856
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.24/src/commands/agent/test/resume.ts)_
856
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.27/src/commands/agent/test/resume.ts)_
857
857
 
858
858
  ## `sf agent test run`
859
859
 
@@ -927,7 +927,7 @@ FLAG DESCRIPTIONS
927
927
  expression when using custom evaluations.
928
928
  ```
929
929
 
930
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.24/src/commands/agent/test/run.ts)_
930
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.27/src/commands/agent/test/run.ts)_
931
931
 
932
932
  ## `sf alias list`
933
933
 
@@ -955,7 +955,7 @@ EXAMPLES
955
955
  $ sf alias list
956
956
  ```
957
957
 
958
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.50/src/commands/alias/list.ts)_
958
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.51/src/commands/alias/list.ts)_
959
959
 
960
960
  ## `sf alias set`
961
961
 
@@ -1004,7 +1004,7 @@ EXAMPLES
1004
1004
  $ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
1005
1005
  ```
1006
1006
 
1007
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.50/src/commands/alias/set.ts)_
1007
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.51/src/commands/alias/set.ts)_
1008
1008
 
1009
1009
  ## `sf alias unset`
1010
1010
 
@@ -1044,7 +1044,7 @@ EXAMPLES
1044
1044
  $ sf alias unset --all [--no-prompt]
1045
1045
  ```
1046
1046
 
1047
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.50/src/commands/alias/unset.ts)_
1047
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.51/src/commands/alias/unset.ts)_
1048
1048
 
1049
1049
  ## `sf analytics generate template`
1050
1050
 
@@ -1270,7 +1270,7 @@ FLAG DESCRIPTIONS
1270
1270
  directory.
1271
1271
  ```
1272
1272
 
1273
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.6/src/commands/apex/get/log.ts)_
1273
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.7/src/commands/apex/get/log.ts)_
1274
1274
 
1275
1275
  ## `sf apex get test`
1276
1276
 
@@ -1330,7 +1330,7 @@ EXAMPLES
1330
1330
  me@myorg'
1331
1331
  ```
1332
1332
 
1333
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.6/src/commands/apex/get/test.ts)_
1333
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.7/src/commands/apex/get/test.ts)_
1334
1334
 
1335
1335
  ## `sf apex list log`
1336
1336
 
@@ -1370,7 +1370,7 @@ EXAMPLES
1370
1370
  $ sf apex list log --target-org me@my.org
1371
1371
  ```
1372
1372
 
1373
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.6/src/commands/apex/list/log.ts)_
1373
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.7/src/commands/apex/list/log.ts)_
1374
1374
 
1375
1375
  ## `sf apex run`
1376
1376
 
@@ -1417,7 +1417,7 @@ EXAMPLES
1417
1417
  $ sf apex run
1418
1418
  ```
1419
1419
 
1420
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.6/src/commands/apex/run.ts)_
1420
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.7/src/commands/apex/run.ts)_
1421
1421
 
1422
1422
  ## `sf apex run test`
1423
1423
 
@@ -1563,7 +1563,7 @@ FLAG DESCRIPTIONS
1563
1563
  --tests Test1 --tests Test2
1564
1564
  ```
1565
1565
 
1566
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.6/src/commands/apex/run/test.ts)_
1566
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.7/src/commands/apex/run/test.ts)_
1567
1567
 
1568
1568
  ## `sf apex tail log`
1569
1569
 
@@ -1606,7 +1606,7 @@ EXAMPLES
1606
1606
  $ sf apex tail log --color --skip-trace-flag
1607
1607
  ```
1608
1608
 
1609
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.6/src/commands/apex/tail/log.ts)_
1609
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.7/src/commands/apex/tail/log.ts)_
1610
1610
 
1611
1611
  ## `sf api request graphql`
1612
1612
 
@@ -1877,7 +1877,7 @@ CONFIGURATION VARIABLES
1877
1877
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
1878
1878
  ```
1879
1879
 
1880
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.50/src/commands/config/get.ts)_
1880
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.51/src/commands/config/get.ts)_
1881
1881
 
1882
1882
  ## `sf config list`
1883
1883
 
@@ -1917,7 +1917,7 @@ EXAMPLES
1917
1917
  $ sf config list
1918
1918
  ```
1919
1919
 
1920
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.50/src/commands/config/list.ts)_
1920
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.51/src/commands/config/list.ts)_
1921
1921
 
1922
1922
  ## `sf config set`
1923
1923
 
@@ -1986,7 +1986,7 @@ CONFIGURATION VARIABLES
1986
1986
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
1987
1987
  ```
1988
1988
 
1989
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.50/src/commands/config/set.ts)_
1989
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.51/src/commands/config/set.ts)_
1990
1990
 
1991
1991
  ## `sf config unset`
1992
1992
 
@@ -2036,7 +2036,7 @@ CONFIGURATION VARIABLES
2036
2036
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
2037
2037
  ```
2038
2038
 
2039
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.50/src/commands/config/unset.ts)_
2039
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.51/src/commands/config/unset.ts)_
2040
2040
 
2041
2041
  ## `sf data bulk results`
2042
2042
 
@@ -2081,7 +2081,7 @@ EXAMPLES
2081
2081
  $ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
2082
2082
  ```
2083
2083
 
2084
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.60/src/commands/data/bulk/results.ts)_
2084
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.62/src/commands/data/bulk/results.ts)_
2085
2085
 
2086
2086
  ## `sf data create file`
2087
2087
 
@@ -2130,7 +2130,7 @@ EXAMPLES
2130
2130
  $ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
2131
2131
  ```
2132
2132
 
2133
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.60/src/commands/data/create/file.ts)_
2133
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.62/src/commands/data/create/file.ts)_
2134
2134
 
2135
2135
  ## `sf data create record`
2136
2136
 
@@ -2186,7 +2186,7 @@ EXAMPLES
2186
2186
  TracedEntityId=01p17000000R6bLAAS"
2187
2187
  ```
2188
2188
 
2189
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.60/src/commands/data/create/record.ts)_
2189
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.62/src/commands/data/create/record.ts)_
2190
2190
 
2191
2191
  ## `sf data delete bulk`
2192
2192
 
@@ -2245,7 +2245,7 @@ FLAG DESCRIPTIONS
2245
2245
  and can be enabled only by a system administrator.
2246
2246
  ```
2247
2247
 
2248
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.60/src/commands/data/delete/bulk.ts)_
2248
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.62/src/commands/data/delete/bulk.ts)_
2249
2249
 
2250
2250
  ## `sf data delete record`
2251
2251
 
@@ -2306,7 +2306,7 @@ EXAMPLES
2306
2306
  $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
2307
2307
  ```
2308
2308
 
2309
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.60/src/commands/data/delete/record.ts)_
2309
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.62/src/commands/data/delete/record.ts)_
2310
2310
 
2311
2311
  ## `sf data delete resume`
2312
2312
 
@@ -2345,7 +2345,7 @@ EXAMPLES
2345
2345
  $ sf data delete resume --use-most-recent --target-org my-scratch
2346
2346
  ```
2347
2347
 
2348
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.60/src/commands/data/delete/resume.ts)_
2348
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.62/src/commands/data/delete/resume.ts)_
2349
2349
 
2350
2350
  ## `sf data export bulk`
2351
2351
 
@@ -2412,7 +2412,7 @@ EXAMPLES
2412
2412
  --result-format json --wait 10 --all-rows
2413
2413
  ```
2414
2414
 
2415
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.60/src/commands/data/export/bulk.ts)_
2415
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.62/src/commands/data/export/bulk.ts)_
2416
2416
 
2417
2417
  ## `sf data export resume`
2418
2418
 
@@ -2451,7 +2451,7 @@ EXAMPLES
2451
2451
  $ sf data export resume --use-most-recent
2452
2452
  ```
2453
2453
 
2454
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.60/src/commands/data/export/resume.ts)_
2454
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.62/src/commands/data/export/resume.ts)_
2455
2455
 
2456
2456
  ## `sf data export tree`
2457
2457
 
@@ -2511,7 +2511,7 @@ EXAMPLES
2511
2511
  my-scratch
2512
2512
  ```
2513
2513
 
2514
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.60/src/commands/data/export/tree.ts)_
2514
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.62/src/commands/data/export/tree.ts)_
2515
2515
 
2516
2516
  ## `sf data get record`
2517
2517
 
@@ -2575,7 +2575,7 @@ EXAMPLES
2575
2575
  $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
2576
2576
  ```
2577
2577
 
2578
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.60/src/commands/data/get/record.ts)_
2578
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.62/src/commands/data/get/record.ts)_
2579
2579
 
2580
2580
  ## `sf data import bulk`
2581
2581
 
@@ -2627,7 +2627,7 @@ EXAMPLES
2627
2627
  $ sf data import bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
2628
2628
  ```
2629
2629
 
2630
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.60/src/commands/data/import/bulk.ts)_
2630
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.62/src/commands/data/import/bulk.ts)_
2631
2631
 
2632
2632
  ## `sf data import resume`
2633
2633
 
@@ -2663,7 +2663,7 @@ EXAMPLES
2663
2663
  $ sf data import resume --use-most-recent --target-org my-scratch
2664
2664
  ```
2665
2665
 
2666
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.60/src/commands/data/import/resume.ts)_
2666
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.62/src/commands/data/import/resume.ts)_
2667
2667
 
2668
2668
  ## `sf data import tree`
2669
2669
 
@@ -2727,7 +2727,7 @@ FLAG DESCRIPTIONS
2727
2727
  - files(array) - Files: An array of files paths to load
2728
2728
  ```
2729
2729
 
2730
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.60/src/commands/data/import/tree.ts)_
2730
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.62/src/commands/data/import/tree.ts)_
2731
2731
 
2732
2732
  ## `sf data query`
2733
2733
 
@@ -2780,7 +2780,7 @@ EXAMPLES
2780
2780
  $ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api
2781
2781
  ```
2782
2782
 
2783
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.60/src/commands/data/query.ts)_
2783
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.62/src/commands/data/query.ts)_
2784
2784
 
2785
2785
  ## `sf data resume`
2786
2786
 
@@ -2817,7 +2817,7 @@ EXAMPLES
2817
2817
  $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
2818
2818
  ```
2819
2819
 
2820
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.60/src/commands/data/resume.ts)_
2820
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.62/src/commands/data/resume.ts)_
2821
2821
 
2822
2822
  ## `sf data search`
2823
2823
 
@@ -2867,7 +2867,7 @@ EXAMPLES
2867
2867
  $ sf data search --file query.txt --target-org my-scratch --result-format csv
2868
2868
  ```
2869
2869
 
2870
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.60/src/commands/data/search.ts)_
2870
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.62/src/commands/data/search.ts)_
2871
2871
 
2872
2872
  ## `sf data update bulk`
2873
2873
 
@@ -2922,7 +2922,7 @@ EXAMPLES
2922
2922
  $ sf data update bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
2923
2923
  ```
2924
2924
 
2925
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.60/src/commands/data/update/bulk.ts)_
2925
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.62/src/commands/data/update/bulk.ts)_
2926
2926
 
2927
2927
  ## `sf data update record`
2928
2928
 
@@ -2984,7 +2984,7 @@ EXAMPLES
2984
2984
  "ExpirationDate=2017-12-01T00:58:04.000+0000"
2985
2985
  ```
2986
2986
 
2987
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.60/src/commands/data/update/record.ts)_
2987
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.62/src/commands/data/update/record.ts)_
2988
2988
 
2989
2989
  ## `sf data update resume`
2990
2990
 
@@ -3023,7 +3023,7 @@ EXAMPLES
3023
3023
  $ sf data update resume --use-most-recent
3024
3024
  ```
3025
3025
 
3026
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.60/src/commands/data/update/resume.ts)_
3026
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.62/src/commands/data/update/resume.ts)_
3027
3027
 
3028
3028
  ## `sf data upsert bulk`
3029
3029
 
@@ -3079,7 +3079,7 @@ EXAMPLES
3079
3079
  my-scratch
3080
3080
  ```
3081
3081
 
3082
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.60/src/commands/data/upsert/bulk.ts)_
3082
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.62/src/commands/data/upsert/bulk.ts)_
3083
3083
 
3084
3084
  ## `sf data upsert resume`
3085
3085
 
@@ -3118,7 +3118,7 @@ EXAMPLES
3118
3118
  $ sf data upsert resume --use-most-recent --target-org my-scratch
3119
3119
  ```
3120
3120
 
3121
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.60/src/commands/data/upsert/resume.ts)_
3121
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.62/src/commands/data/upsert/resume.ts)_
3122
3122
 
3123
3123
  ## `sf doctor`
3124
3124
 
@@ -3213,7 +3213,7 @@ EXAMPLES
3213
3213
  $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
3214
3214
  ```
3215
3215
 
3216
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.60/src/commands/force/data/bulk/delete.ts)_
3216
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.62/src/commands/force/data/bulk/delete.ts)_
3217
3217
 
3218
3218
  ## `sf force data bulk status`
3219
3219
 
@@ -3250,7 +3250,7 @@ EXAMPLES
3250
3250
  $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
3251
3251
  ```
3252
3252
 
3253
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.60/src/commands/force/data/bulk/status.ts)_
3253
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.62/src/commands/force/data/bulk/status.ts)_
3254
3254
 
3255
3255
  ## `sf force data bulk upsert`
3256
3256
 
@@ -3308,7 +3308,7 @@ EXAMPLES
3308
3308
  --target-org my-scratch
3309
3309
  ```
3310
3310
 
3311
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.60/src/commands/force/data/bulk/upsert.ts)_
3311
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.62/src/commands/force/data/bulk/upsert.ts)_
3312
3312
 
3313
3313
  ## `sf help [COMMAND]`
3314
3314
 
@@ -3705,7 +3705,7 @@ EXAMPLES
3705
3705
  $ sf logic get test --test-run-id <test run id> --result-format junit --target-org my-scratch
3706
3706
  ```
3707
3707
 
3708
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.6/src/commands/logic/get/test.ts)_
3708
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.7/src/commands/logic/get/test.ts)_
3709
3709
 
3710
3710
  ## `sf logic run test`
3711
3711
 
@@ -3827,7 +3827,7 @@ FLAG DESCRIPTIONS
3827
3827
  --tests Test1 --tests Test2
3828
3828
  ```
3829
3829
 
3830
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.6/src/commands/logic/run/test.ts)_
3830
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.7/src/commands/logic/run/test.ts)_
3831
3831
 
3832
3832
  ## `sf org assign permset`
3833
3833
 
@@ -4054,7 +4054,7 @@ FLAG DESCRIPTIONS
4054
4054
  You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
4055
4055
  ```
4056
4056
 
4057
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.43/src/commands/org/create/sandbox.ts)_
4057
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.45/src/commands/org/create/sandbox.ts)_
4058
4058
 
4059
4059
  ## `sf org create scratch`
4060
4060
 
@@ -4236,7 +4236,7 @@ FLAG DESCRIPTIONS
4236
4236
  Omit this flag to have Salesforce generate a unique username for your org.
4237
4237
  ```
4238
4238
 
4239
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.43/src/commands/org/create/scratch.ts)_
4239
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.45/src/commands/org/create/scratch.ts)_
4240
4240
 
4241
4241
  ## `sf org create user`
4242
4242
 
@@ -4390,7 +4390,7 @@ EXAMPLES
4390
4390
  $ sf org delete sandbox --target-org my-sandbox --no-prompt
4391
4391
  ```
4392
4392
 
4393
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.43/src/commands/org/delete/sandbox.ts)_
4393
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.45/src/commands/org/delete/sandbox.ts)_
4394
4394
 
4395
4395
  ## `sf org delete scratch`
4396
4396
 
@@ -4434,7 +4434,7 @@ EXAMPLES
4434
4434
  $ sf org delete scratch --target-org my-scratch-org --no-prompt
4435
4435
  ```
4436
4436
 
4437
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.43/src/commands/org/delete/scratch.ts)_
4437
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.45/src/commands/org/delete/scratch.ts)_
4438
4438
 
4439
4439
  ## `sf org disable tracking`
4440
4440
 
@@ -4473,7 +4473,7 @@ EXAMPLES
4473
4473
  $ sf org disable tracking
4474
4474
  ```
4475
4475
 
4476
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.43/src/commands/org/disable/tracking.ts)_
4476
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.45/src/commands/org/disable/tracking.ts)_
4477
4477
 
4478
4478
  ## `sf org display`
4479
4479
 
@@ -4518,7 +4518,7 @@ EXAMPLES
4518
4518
  $ sf org display --target-org TestOrg1 --verbose
4519
4519
  ```
4520
4520
 
4521
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.43/src/commands/org/display.ts)_
4521
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.45/src/commands/org/display.ts)_
4522
4522
 
4523
4523
  ## `sf org display user`
4524
4524
 
@@ -4599,7 +4599,7 @@ EXAMPLES
4599
4599
  $ sf org enable tracking
4600
4600
  ```
4601
4601
 
4602
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.43/src/commands/org/enable/tracking.ts)_
4602
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.45/src/commands/org/enable/tracking.ts)_
4603
4603
 
4604
4604
  ## `sf org generate password`
4605
4605
 
@@ -4705,7 +4705,7 @@ EXAMPLES
4705
4705
  $ sf org list --clean
4706
4706
  ```
4707
4707
 
4708
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.43/src/commands/org/list.ts)_
4708
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.45/src/commands/org/list.ts)_
4709
4709
 
4710
4710
  ## `sf org list auth`
4711
4711
 
@@ -4737,7 +4737,7 @@ EXAMPLES
4737
4737
  $ sf org list auth
4738
4738
  ```
4739
4739
 
4740
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.18/src/commands/org/list/auth.ts)_
4740
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.19/src/commands/org/list/auth.ts)_
4741
4741
 
4742
4742
  ## `sf org list limits`
4743
4743
 
@@ -4844,7 +4844,7 @@ FLAG DESCRIPTIONS
4844
4844
  Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
4845
4845
  ```
4846
4846
 
4847
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.43/src/commands/org/list/metadata.ts)_
4847
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.45/src/commands/org/list/metadata.ts)_
4848
4848
 
4849
4849
  ## `sf org list metadata-types`
4850
4850
 
@@ -4899,7 +4899,7 @@ FLAG DESCRIPTIONS
4899
4899
  Override the api version used for api requests made by this command
4900
4900
  ```
4901
4901
 
4902
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.43/src/commands/org/list/metadata-types.ts)_
4902
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.45/src/commands/org/list/metadata-types.ts)_
4903
4903
 
4904
4904
  ## `sf org list sobject record-counts`
4905
4905
 
@@ -5037,7 +5037,7 @@ FLAG DESCRIPTIONS
5037
5037
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
5038
5038
  ```
5039
5039
 
5040
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.18/src/commands/org/login/access-token.ts)_
5040
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.19/src/commands/org/login/access-token.ts)_
5041
5041
 
5042
5042
  ## `sf org login jwt`
5043
5043
 
@@ -5128,7 +5128,7 @@ FLAG DESCRIPTIONS
5128
5128
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
5129
5129
  ```
5130
5130
 
5131
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.18/src/commands/org/login/jwt.ts)_
5131
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.19/src/commands/org/login/jwt.ts)_
5132
5132
 
5133
5133
  ## `sf org login sfdx-url`
5134
5134
 
@@ -5198,7 +5198,7 @@ EXAMPLES
5198
5198
  $ echo url | sf org login sfdx-url --sfdx-url-stdin
5199
5199
  ```
5200
5200
 
5201
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.18/src/commands/org/login/sfdx-url.ts)_
5201
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.19/src/commands/org/login/sfdx-url.ts)_
5202
5202
 
5203
5203
  ## `sf org login web`
5204
5204
 
@@ -5303,7 +5303,7 @@ FLAG DESCRIPTIONS
5303
5303
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
5304
5304
  ```
5305
5305
 
5306
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.18/src/commands/org/login/web.ts)_
5306
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.19/src/commands/org/login/web.ts)_
5307
5307
 
5308
5308
  ## `sf org logout`
5309
5309
 
@@ -5369,7 +5369,7 @@ FLAG DESCRIPTIONS
5369
5369
  All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
5370
5370
  ```
5371
5371
 
5372
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.18/src/commands/org/logout.ts)_
5372
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.19/src/commands/org/logout.ts)_
5373
5373
 
5374
5374
  ## `sf org open`
5375
5375
 
@@ -5445,7 +5445,7 @@ EXAMPLES
5445
5445
  $ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
5446
5446
  ```
5447
5447
 
5448
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.43/src/commands/org/open.ts)_
5448
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.45/src/commands/org/open.ts)_
5449
5449
 
5450
5450
  ## `sf org open agent`
5451
5451
 
@@ -5496,7 +5496,7 @@ EXAMPLES
5496
5496
  $ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent
5497
5497
  ```
5498
5498
 
5499
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.43/src/commands/org/open/agent.ts)_
5499
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.45/src/commands/org/open/agent.ts)_
5500
5500
 
5501
5501
  ## `sf org refresh sandbox`
5502
5502
 
@@ -5599,7 +5599,7 @@ FLAG DESCRIPTIONS
5599
5599
  You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
5600
5600
  ```
5601
5601
 
5602
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.43/src/commands/org/refresh/sandbox.ts)_
5602
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.45/src/commands/org/refresh/sandbox.ts)_
5603
5603
 
5604
5604
  ## `sf org resume sandbox`
5605
5605
 
@@ -5662,7 +5662,7 @@ FLAG DESCRIPTIONS
5662
5662
  returns the job ID. To resume checking the sandbox creation, rerun this command.
5663
5663
  ```
5664
5664
 
5665
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.43/src/commands/org/resume/sandbox.ts)_
5665
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.45/src/commands/org/resume/sandbox.ts)_
5666
5666
 
5667
5667
  ## `sf org resume scratch`
5668
5668
 
@@ -5715,7 +5715,7 @@ FLAG DESCRIPTIONS
5715
5715
  returns the job ID. To resume checking the scratch creation, rerun this command.
5716
5716
  ```
5717
5717
 
5718
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.43/src/commands/org/resume/scratch.ts)_
5718
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.45/src/commands/org/resume/scratch.ts)_
5719
5719
 
5720
5720
  ## `sf package convert`
5721
5721
 
@@ -5812,7 +5812,7 @@ FLAG DESCRIPTIONS
5812
5812
  --installation-key-bypass flag is required.
5813
5813
  ```
5814
5814
 
5815
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.2/src/commands/package/convert.ts)_
5815
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.3/src/commands/package/convert.ts)_
5816
5816
 
5817
5817
  ## `sf package create`
5818
5818
 
@@ -5891,7 +5891,7 @@ FLAG DESCRIPTIONS
5891
5891
  Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
5892
5892
  ```
5893
5893
 
5894
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.2/src/commands/package/create.ts)_
5894
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.3/src/commands/package/create.ts)_
5895
5895
 
5896
5896
  ## `sf package delete`
5897
5897
 
@@ -5933,7 +5933,7 @@ EXAMPLES
5933
5933
  $ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
5934
5934
  ```
5935
5935
 
5936
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.2/src/commands/package/delete.ts)_
5936
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.3/src/commands/package/delete.ts)_
5937
5937
 
5938
5938
  ## `sf package install`
5939
5939
 
@@ -6032,7 +6032,7 @@ FLAG DESCRIPTIONS
6032
6032
  - Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
6033
6033
  ```
6034
6034
 
6035
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.2/src/commands/package/install.ts)_
6035
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.3/src/commands/package/install.ts)_
6036
6036
 
6037
6037
  ## `sf package install report`
6038
6038
 
@@ -6065,7 +6065,7 @@ EXAMPLES
6065
6065
  $ sf package install report --request-id 0Hf... --target-org me@example.com
6066
6066
  ```
6067
6067
 
6068
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.2/src/commands/package/install/report.ts)_
6068
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.3/src/commands/package/install/report.ts)_
6069
6069
 
6070
6070
  ## `sf package installed list`
6071
6071
 
@@ -6097,7 +6097,7 @@ EXAMPLES
6097
6097
  $ sf package installed list --target-org me@example.com
6098
6098
  ```
6099
6099
 
6100
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.2/src/commands/package/installed/list.ts)_
6100
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.3/src/commands/package/installed/list.ts)_
6101
6101
 
6102
6102
  ## `sf package list`
6103
6103
 
@@ -6135,7 +6135,7 @@ EXAMPLES
6135
6135
  $ sf package list --target-dev-hub devhub@example.com --verbose
6136
6136
  ```
6137
6137
 
6138
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.2/src/commands/package/list.ts)_
6138
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.3/src/commands/package/list.ts)_
6139
6139
 
6140
6140
  ## `sf package push-upgrade abort`
6141
6141
 
@@ -6174,7 +6174,7 @@ EXAMPLES
6174
6174
  $ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
6175
6175
  ```
6176
6176
 
6177
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.2/src/commands/package/push-upgrade/abort.ts)_
6177
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.3/src/commands/package/push-upgrade/abort.ts)_
6178
6178
 
6179
6179
  ## `sf package push-upgrade list`
6180
6180
 
@@ -6233,7 +6233,7 @@ EXAMPLES
6233
6233
  $ sf package push-upgrade list --package 033xyz –-status Failed
6234
6234
  ```
6235
6235
 
6236
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.2/src/commands/package/push-upgrade/list.ts)_
6236
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.3/src/commands/package/push-upgrade/list.ts)_
6237
6237
 
6238
6238
  ## `sf package push-upgrade report`
6239
6239
 
@@ -6275,7 +6275,7 @@ EXAMPLES
6275
6275
  $ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
6276
6276
  ```
6277
6277
 
6278
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.2/src/commands/package/push-upgrade/report.ts)_
6278
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.3/src/commands/package/push-upgrade/report.ts)_
6279
6279
 
6280
6280
  ## `sf package push-upgrade schedule`
6281
6281
 
@@ -6362,7 +6362,7 @@ FLAG DESCRIPTIONS
6362
6362
  Overrides the value of the target-dev-hub configuration variable, if set.
6363
6363
  ```
6364
6364
 
6365
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.2/src/commands/package/push-upgrade/schedule.ts)_
6365
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.3/src/commands/package/push-upgrade/schedule.ts)_
6366
6366
 
6367
6367
  ## `sf package uninstall`
6368
6368
 
@@ -6410,7 +6410,7 @@ EXAMPLES
6410
6410
  $ sf package uninstall --package "Undesirable Package Alias"
6411
6411
  ```
6412
6412
 
6413
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.2/src/commands/package/uninstall.ts)_
6413
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.3/src/commands/package/uninstall.ts)_
6414
6414
 
6415
6415
  ## `sf package uninstall report`
6416
6416
 
@@ -6443,7 +6443,7 @@ EXAMPLES
6443
6443
  $ sf package uninstall report --request-id 06y... --target-org me@example.com
6444
6444
  ```
6445
6445
 
6446
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.2/src/commands/package/uninstall/report.ts)_
6446
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.3/src/commands/package/uninstall/report.ts)_
6447
6447
 
6448
6448
  ## `sf package update`
6449
6449
 
@@ -6506,7 +6506,7 @@ FLAG DESCRIPTIONS
6506
6506
  notified to upgrade to the recommended version.
6507
6507
  ```
6508
6508
 
6509
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.2/src/commands/package/update.ts)_
6509
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.3/src/commands/package/update.ts)_
6510
6510
 
6511
6511
  ## `sf package version create`
6512
6512
 
@@ -6681,7 +6681,7 @@ FLAG DESCRIPTIONS
6681
6681
  periods of no output from commands.
6682
6682
  ```
6683
6683
 
6684
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.2/src/commands/package/version/create.ts)_
6684
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.3/src/commands/package/version/create.ts)_
6685
6685
 
6686
6686
  ## `sf package version create list`
6687
6687
 
@@ -6742,7 +6742,7 @@ EXAMPLES
6742
6742
  $ sf package version create list --created-last-days 0 --status Success
6743
6743
  ```
6744
6744
 
6745
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.2/src/commands/package/version/create/list.ts)_
6745
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.3/src/commands/package/version/create/list.ts)_
6746
6746
 
6747
6747
  ## `sf package version create report`
6748
6748
 
@@ -6785,7 +6785,7 @@ EXAMPLES
6785
6785
  $ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
6786
6786
  ```
6787
6787
 
6788
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.2/src/commands/package/version/create/report.ts)_
6788
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.3/src/commands/package/version/create/report.ts)_
6789
6789
 
6790
6790
  ## `sf package version delete`
6791
6791
 
@@ -6826,7 +6826,7 @@ EXAMPLES
6826
6826
  $ sf package version delete --package 04t... --target-org devhub@example.com
6827
6827
  ```
6828
6828
 
6829
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.2/src/commands/package/version/delete.ts)_
6829
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.3/src/commands/package/version/delete.ts)_
6830
6830
 
6831
6831
  ## `sf package version displayancestry`
6832
6832
 
@@ -6886,7 +6886,7 @@ FLAG DESCRIPTIONS
6886
6886
  You can use the DOT code output in graph visualization software to create tree visualizations.
6887
6887
  ```
6888
6888
 
6889
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.2/src/commands/package/version/displayancestry.ts)_
6889
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.3/src/commands/package/version/displayancestry.ts)_
6890
6890
 
6891
6891
  ## `sf package version displaydependencies`
6892
6892
 
@@ -6948,7 +6948,7 @@ FLAG DESCRIPTIONS
6948
6948
  package, which must be installed last.
6949
6949
  ```
6950
6950
 
6951
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.2/src/commands/package/version/displaydependencies.ts)_
6951
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.3/src/commands/package/version/displaydependencies.ts)_
6952
6952
 
6953
6953
  ## `sf package version list`
6954
6954
 
@@ -7024,7 +7024,7 @@ EXAMPLES
7024
7024
  $ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
7025
7025
  ```
7026
7026
 
7027
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.2/src/commands/package/version/list.ts)_
7027
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.3/src/commands/package/version/list.ts)_
7028
7028
 
7029
7029
  ## `sf package version promote`
7030
7030
 
@@ -7068,7 +7068,7 @@ EXAMPLES
7068
7068
  $ sf package version promote --package "Awesome Package Alias"
7069
7069
  ```
7070
7070
 
7071
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.2/src/commands/package/version/promote.ts)_
7071
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.3/src/commands/package/version/promote.ts)_
7072
7072
 
7073
7073
  ## `sf package version report`
7074
7074
 
@@ -7108,7 +7108,7 @@ EXAMPLES
7108
7108
  $ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
7109
7109
  ```
7110
7110
 
7111
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.2/src/commands/package/version/report.ts)_
7111
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.3/src/commands/package/version/report.ts)_
7112
7112
 
7113
7113
  ## `sf package version retrieve`
7114
7114
 
@@ -7153,7 +7153,7 @@ EXAMPLES
7153
7153
  $ sf package version retrieve --package 04tXXX --output-dir my-directory/ --target-dev-hub devhub@example.com
7154
7154
  ```
7155
7155
 
7156
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.2/src/commands/package/version/retrieve.ts)_
7156
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.3/src/commands/package/version/retrieve.ts)_
7157
7157
 
7158
7158
  ## `sf package version update`
7159
7159
 
@@ -7206,7 +7206,7 @@ EXAMPLES
7206
7206
  $ sf package version update --package 04t... --version-description "New Package Version Description"
7207
7207
  ```
7208
7208
 
7209
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.2/src/commands/package/version/update.ts)_
7209
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.3/src/commands/package/version/update.ts)_
7210
7210
 
7211
7211
  ## `sf package1 version create`
7212
7212
 
@@ -7273,7 +7273,7 @@ FLAG DESCRIPTIONS
7273
7273
  subscribers.
7274
7274
  ```
7275
7275
 
7276
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.2/src/commands/package1/version/create.ts)_
7276
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.3/src/commands/package1/version/create.ts)_
7277
7277
 
7278
7278
  ## `sf package1 version create get`
7279
7279
 
@@ -7306,7 +7306,7 @@ EXAMPLES
7306
7306
  $ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
7307
7307
  ```
7308
7308
 
7309
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.2/src/commands/package1/version/create/get.ts)_
7309
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.3/src/commands/package1/version/create/get.ts)_
7310
7310
 
7311
7311
  ## `sf package1 version display`
7312
7312
 
@@ -7340,7 +7340,7 @@ EXAMPLES
7340
7340
  $ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
7341
7341
  ```
7342
7342
 
7343
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.2/src/commands/package1/version/display.ts)_
7343
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.3/src/commands/package1/version/display.ts)_
7344
7344
 
7345
7345
  ## `sf package1 version list`
7346
7346
 
@@ -7378,7 +7378,7 @@ FLAG DESCRIPTIONS
7378
7378
  If not specified, shows all versions for all packages (managed and unmanaged) in the org.
7379
7379
  ```
7380
7380
 
7381
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.2/src/commands/package1/version/list.ts)_
7381
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.3/src/commands/package1/version/list.ts)_
7382
7382
 
7383
7383
  ## `sf plugins`
7384
7384
 
@@ -7679,7 +7679,7 @@ FLAG DESCRIPTIONS
7679
7679
  If you specify this flag, don’t specify --metadata or --source-dir.
7680
7680
  ```
7681
7681
 
7682
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.14/src/commands/project/convert/mdapi.ts)_
7682
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.16/src/commands/project/convert/mdapi.ts)_
7683
7683
 
7684
7684
  ## `sf project convert source`
7685
7685
 
@@ -7752,7 +7752,7 @@ FLAG DESCRIPTIONS
7752
7752
  Override the api version used for api requests made by this command
7753
7753
  ```
7754
7754
 
7755
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.14/src/commands/project/convert/source.ts)_
7755
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.16/src/commands/project/convert/source.ts)_
7756
7756
 
7757
7757
  ## `sf project convert source-behavior`
7758
7758
 
@@ -7811,7 +7811,7 @@ EXAMPLES
7811
7811
  $ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
7812
7812
  ```
7813
7813
 
7814
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.14/src/commands/project/convert/source-behavior.ts)_
7814
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.16/src/commands/project/convert/source-behavior.ts)_
7815
7815
 
7816
7816
  ## `sf project delete source`
7817
7817
 
@@ -7951,7 +7951,7 @@ FLAG DESCRIPTIONS
7951
7951
  - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
7952
7952
  ```
7953
7953
 
7954
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.14/src/commands/project/delete/source.ts)_
7954
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.16/src/commands/project/delete/source.ts)_
7955
7955
 
7956
7956
  ## `sf project delete tracking`
7957
7957
 
@@ -7988,7 +7988,7 @@ EXAMPLES
7988
7988
  $ sf project delete tracking --target-org my-scratch
7989
7989
  ```
7990
7990
 
7991
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.14/src/commands/project/delete/tracking.ts)_
7991
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.16/src/commands/project/delete/tracking.ts)_
7992
7992
 
7993
7993
  ## `sf project deploy cancel`
7994
7994
 
@@ -8060,7 +8060,7 @@ FLAG DESCRIPTIONS
8060
8060
  project deploy report".
8061
8061
  ```
8062
8062
 
8063
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.14/src/commands/project/deploy/cancel.ts)_
8063
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.16/src/commands/project/deploy/cancel.ts)_
8064
8064
 
8065
8065
  ## `sf project deploy preview`
8066
8066
 
@@ -8143,7 +8143,7 @@ FLAG DESCRIPTIONS
8143
8143
  All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
8144
8144
  ```
8145
8145
 
8146
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.14/src/commands/project/deploy/preview.ts)_
8146
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.16/src/commands/project/deploy/preview.ts)_
8147
8147
 
8148
8148
  ## `sf project deploy quick`
8149
8149
 
@@ -8236,7 +8236,7 @@ ERROR CODES
8236
8236
  Canceling (69) The deploy is being canceled.
8237
8237
  ```
8238
8238
 
8239
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.14/src/commands/project/deploy/quick.ts)_
8239
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.16/src/commands/project/deploy/quick.ts)_
8240
8240
 
8241
8241
  ## `sf project deploy report`
8242
8242
 
@@ -8328,7 +8328,7 @@ FLAG DESCRIPTIONS
8328
8328
  --coverage-formatters lcov --coverage-formatters clover
8329
8329
  ```
8330
8330
 
8331
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.14/src/commands/project/deploy/report.ts)_
8331
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.16/src/commands/project/deploy/report.ts)_
8332
8332
 
8333
8333
  ## `sf project deploy resume`
8334
8334
 
@@ -8425,7 +8425,7 @@ ERROR CODES
8425
8425
  Canceling (69) The deploy is being canceled.
8426
8426
  ```
8427
8427
 
8428
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.14/src/commands/project/deploy/resume.ts)_
8428
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.16/src/commands/project/deploy/resume.ts)_
8429
8429
 
8430
8430
  ## `sf project deploy start`
8431
8431
 
@@ -8678,7 +8678,7 @@ ERROR CODES
8678
8678
  Canceling (69) The deploy is being canceled.
8679
8679
  ```
8680
8680
 
8681
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.14/src/commands/project/deploy/start.ts)_
8681
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.16/src/commands/project/deploy/start.ts)_
8682
8682
 
8683
8683
  ## `sf project deploy validate`
8684
8684
 
@@ -8868,7 +8868,7 @@ ERROR CODES
8868
8868
  Canceling (69) The deploy is being canceled.
8869
8869
  ```
8870
8870
 
8871
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.14/src/commands/project/deploy/validate.ts)_
8871
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.16/src/commands/project/deploy/validate.ts)_
8872
8872
 
8873
8873
  ## `sf project generate`
8874
8874
 
@@ -9069,7 +9069,7 @@ EXAMPLES
9069
9069
  $ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
9070
9070
  ```
9071
9071
 
9072
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.14/src/commands/project/generate/manifest.ts)_
9072
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.16/src/commands/project/generate/manifest.ts)_
9073
9073
 
9074
9074
  ## `sf project list ignored`
9075
9075
 
@@ -9111,7 +9111,7 @@ EXAMPLES
9111
9111
  $ sf project list ignored --source-dir package.xml
9112
9112
  ```
9113
9113
 
9114
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.14/src/commands/project/list/ignored.ts)_
9114
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.16/src/commands/project/list/ignored.ts)_
9115
9115
 
9116
9116
  ## `sf project reset tracking`
9117
9117
 
@@ -9160,7 +9160,7 @@ EXAMPLES
9160
9160
  $ sf project reset tracking --revision 30
9161
9161
  ```
9162
9162
 
9163
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.14/src/commands/project/reset/tracking.ts)_
9163
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.16/src/commands/project/reset/tracking.ts)_
9164
9164
 
9165
9165
  ## `sf project retrieve preview`
9166
9166
 
@@ -9214,7 +9214,7 @@ FLAG DESCRIPTIONS
9214
9214
  production orgs.
9215
9215
  ```
9216
9216
 
9217
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.14/src/commands/project/retrieve/preview.ts)_
9217
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.16/src/commands/project/retrieve/preview.ts)_
9218
9218
 
9219
9219
  ## `sf project retrieve start`
9220
9220
 
@@ -9395,7 +9395,7 @@ ENVIRONMENT VARIABLES
9395
9395
  SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
9396
9396
  ```
9397
9397
 
9398
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.14/src/commands/project/retrieve/start.ts)_
9398
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.16/src/commands/project/retrieve/start.ts)_
9399
9399
 
9400
9400
  ## `sf schema generate field`
9401
9401
 
@@ -9602,7 +9602,7 @@ DESCRIPTION
9602
9602
  Once you select a command, hit enter and it will show the help for that command.
9603
9603
  ```
9604
9604
 
9605
- _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.35/src/commands/search.ts)_
9605
+ _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.36/src/commands/search.ts)_
9606
9606
 
9607
9607
  ## `sf sobject describe`
9608
9608