@salesforce/cli 2.133.1 → 2.133.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
25
25
  $ sf COMMAND
26
26
  running command...
27
27
  $ sf (--version|-v)
28
- @salesforce/cli/2.133.1 linux-x64 node-v22.22.2
28
+ @salesforce/cli/2.133.3 linux-x64 node-v22.22.2
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -274,7 +274,7 @@ ERROR CODES
274
274
  ActivationFailed (4) Failed to activate the agent due to API or network errors.
275
275
  ```
276
276
 
277
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.22/src/commands/agent/activate.ts)_
277
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.0/src/commands/agent/activate.ts)_
278
278
 
279
279
  ## `sf agent create`
280
280
 
@@ -341,7 +341,7 @@ EXAMPLES
341
341
  $ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
342
342
  ```
343
343
 
344
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.22/src/commands/agent/create.ts)_
344
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.0/src/commands/agent/create.ts)_
345
345
 
346
346
  ## `sf agent deactivate`
347
347
 
@@ -390,7 +390,7 @@ ERROR CODES
390
390
  DeactivationFailed (4) Failed to deactivate the agent due to API or network errors.
391
391
  ```
392
392
 
393
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.22/src/commands/agent/deactivate.ts)_
393
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.0/src/commands/agent/deactivate.ts)_
394
394
 
395
395
  ## `sf agent generate agent-spec`
396
396
 
@@ -497,7 +497,7 @@ EXAMPLES
497
497
  $ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
498
498
  ```
499
499
 
500
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.22/src/commands/agent/generate/agent-spec.ts)_
500
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.0/src/commands/agent/generate/agent-spec.ts)_
501
501
 
502
502
  ## `sf agent generate authoring-bundle`
503
503
 
@@ -574,7 +574,7 @@ EXAMPLES
574
574
  other-package-dir/main/default --target-org my-dev-org
575
575
  ```
576
576
 
577
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.22/src/commands/agent/generate/authoring-bundle.ts)_
577
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.0/src/commands/agent/generate/authoring-bundle.ts)_
578
578
 
579
579
  ## `sf agent generate template`
580
580
 
@@ -636,7 +636,7 @@ EXAMPLES
636
636
  my-package --source-org my-scratch-org
637
637
  ```
638
638
 
639
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.22/src/commands/agent/generate/template.ts)_
639
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.0/src/commands/agent/generate/template.ts)_
640
640
 
641
641
  ## `sf agent generate test-spec`
642
642
 
@@ -701,7 +701,7 @@ EXAMPLES
701
701
  force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
702
702
  ```
703
703
 
704
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.22/src/commands/agent/generate/test-spec.ts)_
704
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.0/src/commands/agent/generate/test-spec.ts)_
705
705
 
706
706
  ## `sf agent preview`
707
707
 
@@ -774,7 +774,7 @@ EXAMPLES
774
774
  $ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview
775
775
  ```
776
776
 
777
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.22/src/commands/agent/preview.ts)_
777
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.0/src/commands/agent/preview.ts)_
778
778
 
779
779
  ## `sf agent preview end`
780
780
 
@@ -838,7 +838,7 @@ ERROR CODES
838
838
  SessionAmbiguous (5) Multiple preview sessions found; specify --session-id to choose one.
839
839
  ```
840
840
 
841
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.22/src/commands/agent/preview/end.ts)_
841
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.0/src/commands/agent/preview/end.ts)_
842
842
 
843
843
  ## `sf agent preview send`
844
844
 
@@ -905,7 +905,7 @@ ERROR CODES
905
905
  SessionAmbiguous (5) Multiple preview sessions found; specify --session-id to choose one.
906
906
  ```
907
907
 
908
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.22/src/commands/agent/preview/send.ts)_
908
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.0/src/commands/agent/preview/send.ts)_
909
909
 
910
910
  ## `sf agent preview sessions`
911
911
 
@@ -927,7 +927,7 @@ DESCRIPTION
927
927
  "agent preview end" commands with the --session-id flag.
928
928
 
929
929
  Programmatic agent preview sessions can be started for both published activated agents and by using an agent's local
930
- authoring bundle, which contains its Agent Script file. In this command's output table, the Agent column contains
930
+ authoring bundle, which contains its Agent Script file. In this command's output table, the Agent column contains
931
931
  either the API name of the authoring bundle or the published agent, whichever was used when starting the session. In
932
932
  the table, if the same API name has multiple rows with different session IDs, then it means that you previously
933
933
  started multiple preview sessions with the associated agent.
@@ -941,7 +941,7 @@ ERROR CODES
941
941
  Succeeded (0) Sessions listed successfully (or empty list if no active sessions).
942
942
  ```
943
943
 
944
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.22/src/commands/agent/preview/sessions.ts)_
944
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.0/src/commands/agent/preview/sessions.ts)_
945
945
 
946
946
  ## `sf agent preview start`
947
947
 
@@ -1017,7 +1017,7 @@ ERROR CODES
1017
1017
  PreviewStartFailed (4) Preview session failed to start due to API or network errors.
1018
1018
  ```
1019
1019
 
1020
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.22/src/commands/agent/preview/start.ts)_
1020
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.0/src/commands/agent/preview/start.ts)_
1021
1021
 
1022
1022
  ## `sf agent publish authoring-bundle`
1023
1023
 
@@ -1066,7 +1066,7 @@ EXAMPLES
1066
1066
  $ sf agent publish authoring-bundle --api-name MyAuthoringbundle --target-org my-dev-org
1067
1067
  ```
1068
1068
 
1069
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.22/src/commands/agent/publish/authoring-bundle.ts)_
1069
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.0/src/commands/agent/publish/authoring-bundle.ts)_
1070
1070
 
1071
1071
  ## `sf agent test create`
1072
1072
 
@@ -1130,7 +1130,7 @@ ERROR CODES
1130
1130
  DeploymentFailed (4) Deployment failed due to API or network errors.
1131
1131
  ```
1132
1132
 
1133
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.22/src/commands/agent/test/create.ts)_
1133
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.0/src/commands/agent/test/create.ts)_
1134
1134
 
1135
1135
  ## `sf agent test list`
1136
1136
 
@@ -1172,7 +1172,7 @@ ERROR CODES
1172
1172
  Failed (4) Failed to retrieve agent tests due to API or network errors.
1173
1173
  ```
1174
1174
 
1175
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.22/src/commands/agent/test/list.ts)_
1175
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.0/src/commands/agent/test/list.ts)_
1176
1176
 
1177
1177
  ## `sf agent test results`
1178
1178
 
@@ -1246,7 +1246,7 @@ ERROR CODES
1246
1246
  Failed (4) Failed to retrieve results due to API or network errors.
1247
1247
  ```
1248
1248
 
1249
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.22/src/commands/agent/test/results.ts)_
1249
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.0/src/commands/agent/test/results.ts)_
1250
1250
 
1251
1251
  ## `sf agent test resume`
1252
1252
 
@@ -1328,7 +1328,7 @@ ERROR CODES
1328
1328
  OperationFailed (4) Failed to poll test due to API or network errors.
1329
1329
  ```
1330
1330
 
1331
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.22/src/commands/agent/test/resume.ts)_
1331
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.0/src/commands/agent/test/resume.ts)_
1332
1332
 
1333
1333
  ## `sf agent test run`
1334
1334
 
@@ -1411,7 +1411,7 @@ ERROR CODES
1411
1411
  OperationFailed (4) Failed to start or poll test due to API or network errors.
1412
1412
  ```
1413
1413
 
1414
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.22/src/commands/agent/test/run.ts)_
1414
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.0/src/commands/agent/test/run.ts)_
1415
1415
 
1416
1416
  ## `sf agent validate authoring-bundle`
1417
1417
 
@@ -1468,7 +1468,7 @@ ERROR CODES
1468
1468
  ServerError (3) Validation/compilation API returned HTTP 500. A server error occurred during compilation.
1469
1469
  ```
1470
1470
 
1471
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.22/src/commands/agent/validate/authoring-bundle.ts)_
1471
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.0/src/commands/agent/validate/authoring-bundle.ts)_
1472
1472
 
1473
1473
  ## `sf alias list`
1474
1474
 
@@ -1496,7 +1496,7 @@ EXAMPLES
1496
1496
  $ sf alias list
1497
1497
  ```
1498
1498
 
1499
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.69/src/commands/alias/list.ts)_
1499
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.71/src/commands/alias/list.ts)_
1500
1500
 
1501
1501
  ## `sf alias set`
1502
1502
 
@@ -1545,7 +1545,7 @@ EXAMPLES
1545
1545
  $ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
1546
1546
  ```
1547
1547
 
1548
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.69/src/commands/alias/set.ts)_
1548
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.71/src/commands/alias/set.ts)_
1549
1549
 
1550
1550
  ## `sf alias unset`
1551
1551
 
@@ -1585,7 +1585,7 @@ EXAMPLES
1585
1585
  $ sf alias unset --all [--no-prompt]
1586
1586
  ```
1587
1587
 
1588
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.69/src/commands/alias/unset.ts)_
1588
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.71/src/commands/alias/unset.ts)_
1589
1589
 
1590
1590
  ## `sf apex get log`
1591
1591
 
@@ -1641,7 +1641,7 @@ FLAG DESCRIPTIONS
1641
1641
  directory.
1642
1642
  ```
1643
1643
 
1644
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.21/src/commands/apex/get/log.ts)_
1644
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.22/src/commands/apex/get/log.ts)_
1645
1645
 
1646
1646
  ## `sf apex get test`
1647
1647
 
@@ -1701,7 +1701,7 @@ EXAMPLES
1701
1701
  me@myorg'
1702
1702
  ```
1703
1703
 
1704
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.21/src/commands/apex/get/test.ts)_
1704
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.22/src/commands/apex/get/test.ts)_
1705
1705
 
1706
1706
  ## `sf apex list log`
1707
1707
 
@@ -1741,7 +1741,7 @@ EXAMPLES
1741
1741
  $ sf apex list log --target-org me@my.org
1742
1742
  ```
1743
1743
 
1744
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.21/src/commands/apex/list/log.ts)_
1744
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.22/src/commands/apex/list/log.ts)_
1745
1745
 
1746
1746
  ## `sf apex run`
1747
1747
 
@@ -1788,7 +1788,7 @@ EXAMPLES
1788
1788
  $ sf apex run
1789
1789
  ```
1790
1790
 
1791
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.21/src/commands/apex/run.ts)_
1791
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.22/src/commands/apex/run.ts)_
1792
1792
 
1793
1793
  ## `sf apex run test`
1794
1794
 
@@ -1935,7 +1935,7 @@ FLAG DESCRIPTIONS
1935
1935
  --tests Test1 --tests Test2
1936
1936
  ```
1937
1937
 
1938
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.21/src/commands/apex/run/test.ts)_
1938
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.22/src/commands/apex/run/test.ts)_
1939
1939
 
1940
1940
  ## `sf apex tail log`
1941
1941
 
@@ -1978,7 +1978,7 @@ EXAMPLES
1978
1978
  $ sf apex tail log --color --skip-trace-flag
1979
1979
  ```
1980
1980
 
1981
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.21/src/commands/apex/tail/log.ts)_
1981
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.22/src/commands/apex/tail/log.ts)_
1982
1982
 
1983
1983
  ## `sf api request graphql`
1984
1984
 
@@ -2031,7 +2031,7 @@ EXAMPLES
2031
2031
  $ sf api request graphql --body example.txt --stream-to-file output.txt --include
2032
2032
  ```
2033
2033
 
2034
- _See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.20/src/commands/api/request/graphql.ts)_
2034
+ _See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.21/src/commands/api/request/graphql.ts)_
2035
2035
 
2036
2036
  ## `sf api request rest [URL]`
2037
2037
 
@@ -2140,7 +2140,7 @@ FLAG DESCRIPTIONS
2140
2140
  https://github.com/salesforcecli/plugin-api/tree/main/test/test-files/data-project.
2141
2141
  ```
2142
2142
 
2143
- _See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.20/src/commands/api/request/rest.ts)_
2143
+ _See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.21/src/commands/api/request/rest.ts)_
2144
2144
 
2145
2145
  ## `sf autocomplete [SHELL]`
2146
2146
 
@@ -2171,7 +2171,7 @@ EXAMPLES
2171
2171
  $ sf autocomplete --refresh-cache
2172
2172
  ```
2173
2173
 
2174
- _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.45/src/commands/autocomplete/index.ts)_
2174
+ _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.46/src/commands/autocomplete/index.ts)_
2175
2175
 
2176
2176
  ## `sf commands`
2177
2177
 
@@ -2249,7 +2249,7 @@ CONFIGURATION VARIABLES
2249
2249
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
2250
2250
  ```
2251
2251
 
2252
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.69/src/commands/config/get.ts)_
2252
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.71/src/commands/config/get.ts)_
2253
2253
 
2254
2254
  ## `sf config list`
2255
2255
 
@@ -2289,7 +2289,7 @@ EXAMPLES
2289
2289
  $ sf config list
2290
2290
  ```
2291
2291
 
2292
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.69/src/commands/config/list.ts)_
2292
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.71/src/commands/config/list.ts)_
2293
2293
 
2294
2294
  ## `sf config set`
2295
2295
 
@@ -2358,7 +2358,7 @@ CONFIGURATION VARIABLES
2358
2358
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
2359
2359
  ```
2360
2360
 
2361
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.69/src/commands/config/set.ts)_
2361
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.71/src/commands/config/set.ts)_
2362
2362
 
2363
2363
  ## `sf config unset`
2364
2364
 
@@ -2408,7 +2408,7 @@ CONFIGURATION VARIABLES
2408
2408
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
2409
2409
  ```
2410
2410
 
2411
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.69/src/commands/config/unset.ts)_
2411
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.71/src/commands/config/unset.ts)_
2412
2412
 
2413
2413
  ## `sf data bulk results`
2414
2414
 
@@ -3538,7 +3538,7 @@ EXAMPLES
3538
3538
  $ sf doctor --plugin @salesforce/plugin-source
3539
3539
  ```
3540
3540
 
3541
- _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.123/src/commands/doctor.ts)_
3541
+ _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.124/src/commands/doctor.ts)_
3542
3542
 
3543
3543
  ## `sf force data bulk delete`
3544
3544
 
@@ -3700,7 +3700,7 @@ DESCRIPTION
3700
3700
  Display help for sf.
3701
3701
  ```
3702
3702
 
3703
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.44/src/commands/help.ts)_
3703
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.45/src/commands/help.ts)_
3704
3704
 
3705
3705
  ## `sf info releasenotes display`
3706
3706
 
@@ -3740,7 +3740,7 @@ EXAMPLES
3740
3740
  $ sf info releasenotes display --version latest
3741
3741
  ```
3742
3742
 
3743
- _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.123/src/commands/info/releasenotes/display.ts)_
3743
+ _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.124/src/commands/info/releasenotes/display.ts)_
3744
3744
 
3745
3745
  ## `sf logic get test`
3746
3746
 
@@ -3788,7 +3788,7 @@ EXAMPLES
3788
3788
  $ sf logic get test --test-run-id <test run id> --result-format junit --target-org my-scratch
3789
3789
  ```
3790
3790
 
3791
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.21/src/commands/logic/get/test.ts)_
3791
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.22/src/commands/logic/get/test.ts)_
3792
3792
 
3793
3793
  ## `sf logic run test`
3794
3794
 
@@ -3910,7 +3910,7 @@ FLAG DESCRIPTIONS
3910
3910
  --tests Test1 --tests Test2
3911
3911
  ```
3912
3912
 
3913
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.21/src/commands/logic/run/test.ts)_
3913
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.22/src/commands/logic/run/test.ts)_
3914
3914
 
3915
3915
  ## `sf org assign permset`
3916
3916
 
@@ -3956,7 +3956,7 @@ EXAMPLES
3956
3956
  $ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
3957
3957
  ```
3958
3958
 
3959
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.8.3/src/commands/org/assign/permset.ts)_
3959
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.0/src/commands/org/assign/permset.ts)_
3960
3960
 
3961
3961
  ## `sf org assign permsetlicense`
3962
3962
 
@@ -4003,7 +4003,7 @@ EXAMPLES
4003
4003
  user3
4004
4004
  ```
4005
4005
 
4006
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.8.3/src/commands/org/assign/permsetlicense.ts)_
4006
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.0/src/commands/org/assign/permsetlicense.ts)_
4007
4007
 
4008
4008
  ## `sf org create agent-user`
4009
4009
 
@@ -4081,7 +4081,7 @@ FLAG DESCRIPTIONS
4081
4081
  "agent.user.<GUID>@your-org-domain.com".
4082
4082
  ```
4083
4083
 
4084
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.0/src/commands/org/create/agent-user.ts)_
4084
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.3/src/commands/org/create/agent-user.ts)_
4085
4085
 
4086
4086
  ## `sf org create sandbox`
4087
4087
 
@@ -4215,7 +4215,7 @@ FLAG DESCRIPTIONS
4215
4215
  You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
4216
4216
  ```
4217
4217
 
4218
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.0/src/commands/org/create/sandbox.ts)_
4218
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.3/src/commands/org/create/sandbox.ts)_
4219
4219
 
4220
4220
  ## `sf org create scratch`
4221
4221
 
@@ -4397,7 +4397,7 @@ FLAG DESCRIPTIONS
4397
4397
  Omit this flag to have Salesforce generate a unique username for your org.
4398
4398
  ```
4399
4399
 
4400
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.0/src/commands/org/create/scratch.ts)_
4400
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.3/src/commands/org/create/scratch.ts)_
4401
4401
 
4402
4402
  ## `sf org create user`
4403
4403
 
@@ -4505,7 +4505,7 @@ FLAG DESCRIPTIONS
4505
4505
  might be different than what you specify in the definition file.
4506
4506
  ```
4507
4507
 
4508
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.8.3/src/commands/org/create/user.ts)_
4508
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.0/src/commands/org/create/user.ts)_
4509
4509
 
4510
4510
  ## `sf org delete sandbox`
4511
4511
 
@@ -4551,7 +4551,7 @@ EXAMPLES
4551
4551
  $ sf org delete sandbox --target-org my-sandbox --no-prompt
4552
4552
  ```
4553
4553
 
4554
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.0/src/commands/org/delete/sandbox.ts)_
4554
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.3/src/commands/org/delete/sandbox.ts)_
4555
4555
 
4556
4556
  ## `sf org delete scratch`
4557
4557
 
@@ -4595,7 +4595,7 @@ EXAMPLES
4595
4595
  $ sf org delete scratch --target-org my-scratch-org --no-prompt
4596
4596
  ```
4597
4597
 
4598
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.0/src/commands/org/delete/scratch.ts)_
4598
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.3/src/commands/org/delete/scratch.ts)_
4599
4599
 
4600
4600
  ## `sf org disable tracking`
4601
4601
 
@@ -4634,7 +4634,7 @@ EXAMPLES
4634
4634
  $ sf org disable tracking
4635
4635
  ```
4636
4636
 
4637
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.0/src/commands/org/disable/tracking.ts)_
4637
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.3/src/commands/org/disable/tracking.ts)_
4638
4638
 
4639
4639
  ## `sf org display`
4640
4640
 
@@ -4679,7 +4679,7 @@ EXAMPLES
4679
4679
  $ sf org display --target-org TestOrg1 --verbose
4680
4680
  ```
4681
4681
 
4682
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.0/src/commands/org/display.ts)_
4682
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.3/src/commands/org/display.ts)_
4683
4683
 
4684
4684
  ## `sf org display user`
4685
4685
 
@@ -4718,7 +4718,7 @@ EXAMPLES
4718
4718
  $ sf org display user --target-org me@my.org --json
4719
4719
  ```
4720
4720
 
4721
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.8.3/src/commands/org/display/user.ts)_
4721
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.0/src/commands/org/display/user.ts)_
4722
4722
 
4723
4723
  ## `sf org enable tracking`
4724
4724
 
@@ -4760,7 +4760,7 @@ EXAMPLES
4760
4760
  $ sf org enable tracking
4761
4761
  ```
4762
4762
 
4763
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.0/src/commands/org/enable/tracking.ts)_
4763
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.3/src/commands/org/enable/tracking.ts)_
4764
4764
 
4765
4765
  ## `sf org generate password`
4766
4766
 
@@ -4827,7 +4827,7 @@ EXAMPLES
4827
4827
  $ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
4828
4828
  ```
4829
4829
 
4830
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.8.3/src/commands/org/generate/password.ts)_
4830
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.0/src/commands/org/generate/password.ts)_
4831
4831
 
4832
4832
  ## `sf org list`
4833
4833
 
@@ -4866,7 +4866,7 @@ EXAMPLES
4866
4866
  $ sf org list --clean
4867
4867
  ```
4868
4868
 
4869
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.0/src/commands/org/list.ts)_
4869
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.3/src/commands/org/list.ts)_
4870
4870
 
4871
4871
  ## `sf org list auth`
4872
4872
 
@@ -5005,7 +5005,7 @@ FLAG DESCRIPTIONS
5005
5005
  Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
5006
5006
  ```
5007
5007
 
5008
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.0/src/commands/org/list/metadata.ts)_
5008
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.3/src/commands/org/list/metadata.ts)_
5009
5009
 
5010
5010
  ## `sf org list metadata-types`
5011
5011
 
@@ -5060,7 +5060,7 @@ FLAG DESCRIPTIONS
5060
5060
  Override the api version used for api requests made by this command
5061
5061
  ```
5062
5062
 
5063
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.0/src/commands/org/list/metadata-types.ts)_
5063
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.3/src/commands/org/list/metadata-types.ts)_
5064
5064
 
5065
5065
  ## `sf org list sobject record-counts`
5066
5066
 
@@ -5144,7 +5144,7 @@ EXAMPLES
5144
5144
  $ sf org list users --target-org me@my.org
5145
5145
  ```
5146
5146
 
5147
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.8.3/src/commands/org/list/users.ts)_
5147
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.0/src/commands/org/list/users.ts)_
5148
5148
 
5149
5149
  ## `sf org login access-token`
5150
5150
 
@@ -5606,7 +5606,7 @@ EXAMPLES
5606
5606
  $ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
5607
5607
  ```
5608
5608
 
5609
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.0/src/commands/org/open.ts)_
5609
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.3/src/commands/org/open.ts)_
5610
5610
 
5611
5611
  ## `sf org open agent`
5612
5612
 
@@ -5681,7 +5681,7 @@ FLAG DESCRIPTIONS
5681
5681
  flag.
5682
5682
  ```
5683
5683
 
5684
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.0/src/commands/org/open/agent.ts)_
5684
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.3/src/commands/org/open/agent.ts)_
5685
5685
 
5686
5686
  ## `sf org open authoring-bundle`
5687
5687
 
@@ -5727,7 +5727,7 @@ EXAMPLES
5727
5727
  $ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
5728
5728
  ```
5729
5729
 
5730
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.0/src/commands/org/open/authoring-bundle.ts)_
5730
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.3/src/commands/org/open/authoring-bundle.ts)_
5731
5731
 
5732
5732
  ## `sf org refresh sandbox`
5733
5733
 
@@ -5830,7 +5830,7 @@ FLAG DESCRIPTIONS
5830
5830
  You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
5831
5831
  ```
5832
5832
 
5833
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.0/src/commands/org/refresh/sandbox.ts)_
5833
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.3/src/commands/org/refresh/sandbox.ts)_
5834
5834
 
5835
5835
  ## `sf org resume sandbox`
5836
5836
 
@@ -5893,7 +5893,7 @@ FLAG DESCRIPTIONS
5893
5893
  returns the job ID. To resume checking the sandbox creation, rerun this command.
5894
5894
  ```
5895
5895
 
5896
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.0/src/commands/org/resume/sandbox.ts)_
5896
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.3/src/commands/org/resume/sandbox.ts)_
5897
5897
 
5898
5898
  ## `sf org resume scratch`
5899
5899
 
@@ -5946,7 +5946,7 @@ FLAG DESCRIPTIONS
5946
5946
  returns the job ID. To resume checking the scratch creation, rerun this command.
5947
5947
  ```
5948
5948
 
5949
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.0/src/commands/org/resume/scratch.ts)_
5949
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.3/src/commands/org/resume/scratch.ts)_
5950
5950
 
5951
5951
  ## `sf package convert`
5952
5952
 
@@ -6043,7 +6043,7 @@ FLAG DESCRIPTIONS
6043
6043
  --installation-key-bypass flag is required.
6044
6044
  ```
6045
6045
 
6046
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.5/src/commands/package/convert.ts)_
6046
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.7/src/commands/package/convert.ts)_
6047
6047
 
6048
6048
  ## `sf package create`
6049
6049
 
@@ -6122,7 +6122,7 @@ FLAG DESCRIPTIONS
6122
6122
  Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
6123
6123
  ```
6124
6124
 
6125
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.5/src/commands/package/create.ts)_
6125
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.7/src/commands/package/create.ts)_
6126
6126
 
6127
6127
  ## `sf package delete`
6128
6128
 
@@ -6164,7 +6164,7 @@ EXAMPLES
6164
6164
  $ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
6165
6165
  ```
6166
6166
 
6167
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.5/src/commands/package/delete.ts)_
6167
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.7/src/commands/package/delete.ts)_
6168
6168
 
6169
6169
  ## `sf package install`
6170
6170
 
@@ -6263,7 +6263,7 @@ FLAG DESCRIPTIONS
6263
6263
  - Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
6264
6264
  ```
6265
6265
 
6266
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.5/src/commands/package/install.ts)_
6266
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.7/src/commands/package/install.ts)_
6267
6267
 
6268
6268
  ## `sf package install report`
6269
6269
 
@@ -6296,7 +6296,7 @@ EXAMPLES
6296
6296
  $ sf package install report --request-id 0Hf... --target-org me@example.com
6297
6297
  ```
6298
6298
 
6299
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.5/src/commands/package/install/report.ts)_
6299
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.7/src/commands/package/install/report.ts)_
6300
6300
 
6301
6301
  ## `sf package installed list`
6302
6302
 
@@ -6328,7 +6328,7 @@ EXAMPLES
6328
6328
  $ sf package installed list --target-org me@example.com
6329
6329
  ```
6330
6330
 
6331
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.5/src/commands/package/installed/list.ts)_
6331
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.7/src/commands/package/installed/list.ts)_
6332
6332
 
6333
6333
  ## `sf package list`
6334
6334
 
@@ -6366,7 +6366,7 @@ EXAMPLES
6366
6366
  $ sf package list --target-dev-hub devhub@example.com --verbose
6367
6367
  ```
6368
6368
 
6369
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.5/src/commands/package/list.ts)_
6369
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.7/src/commands/package/list.ts)_
6370
6370
 
6371
6371
  ## `sf package push-upgrade abort`
6372
6372
 
@@ -6405,7 +6405,7 @@ EXAMPLES
6405
6405
  $ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
6406
6406
  ```
6407
6407
 
6408
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.5/src/commands/package/push-upgrade/abort.ts)_
6408
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.7/src/commands/package/push-upgrade/abort.ts)_
6409
6409
 
6410
6410
  ## `sf package push-upgrade list`
6411
6411
 
@@ -6464,7 +6464,7 @@ EXAMPLES
6464
6464
  $ sf package push-upgrade list --package 033xyz –-status Failed
6465
6465
  ```
6466
6466
 
6467
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.5/src/commands/package/push-upgrade/list.ts)_
6467
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.7/src/commands/package/push-upgrade/list.ts)_
6468
6468
 
6469
6469
  ## `sf package push-upgrade report`
6470
6470
 
@@ -6506,7 +6506,7 @@ EXAMPLES
6506
6506
  $ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
6507
6507
  ```
6508
6508
 
6509
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.5/src/commands/package/push-upgrade/report.ts)_
6509
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.7/src/commands/package/push-upgrade/report.ts)_
6510
6510
 
6511
6511
  ## `sf package push-upgrade schedule`
6512
6512
 
@@ -6593,7 +6593,7 @@ FLAG DESCRIPTIONS
6593
6593
  Overrides the value of the target-dev-hub configuration variable, if set.
6594
6594
  ```
6595
6595
 
6596
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.5/src/commands/package/push-upgrade/schedule.ts)_
6596
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.7/src/commands/package/push-upgrade/schedule.ts)_
6597
6597
 
6598
6598
  ## `sf package uninstall`
6599
6599
 
@@ -6641,7 +6641,7 @@ EXAMPLES
6641
6641
  $ sf package uninstall --package "Undesirable Package Alias"
6642
6642
  ```
6643
6643
 
6644
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.5/src/commands/package/uninstall.ts)_
6644
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.7/src/commands/package/uninstall.ts)_
6645
6645
 
6646
6646
  ## `sf package uninstall report`
6647
6647
 
@@ -6674,7 +6674,7 @@ EXAMPLES
6674
6674
  $ sf package uninstall report --request-id 06y... --target-org me@example.com
6675
6675
  ```
6676
6676
 
6677
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.5/src/commands/package/uninstall/report.ts)_
6677
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.7/src/commands/package/uninstall/report.ts)_
6678
6678
 
6679
6679
  ## `sf package update`
6680
6680
 
@@ -6742,7 +6742,7 @@ FLAG DESCRIPTIONS
6742
6742
  the Installed Packages page. Only released package versions can be set as the recommended version.
6743
6743
  ```
6744
6744
 
6745
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.5/src/commands/package/update.ts)_
6745
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.7/src/commands/package/update.ts)_
6746
6746
 
6747
6747
  ## `sf package version create`
6748
6748
 
@@ -6919,7 +6919,7 @@ FLAG DESCRIPTIONS
6919
6919
  periods of no output from commands.
6920
6920
  ```
6921
6921
 
6922
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.5/src/commands/package/version/create.ts)_
6922
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.7/src/commands/package/version/create.ts)_
6923
6923
 
6924
6924
  ## `sf package version create list`
6925
6925
 
@@ -6980,7 +6980,7 @@ EXAMPLES
6980
6980
  $ sf package version create list --created-last-days 0 --status Success
6981
6981
  ```
6982
6982
 
6983
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.5/src/commands/package/version/create/list.ts)_
6983
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.7/src/commands/package/version/create/list.ts)_
6984
6984
 
6985
6985
  ## `sf package version create report`
6986
6986
 
@@ -7023,7 +7023,7 @@ EXAMPLES
7023
7023
  $ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
7024
7024
  ```
7025
7025
 
7026
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.5/src/commands/package/version/create/report.ts)_
7026
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.7/src/commands/package/version/create/report.ts)_
7027
7027
 
7028
7028
  ## `sf package version delete`
7029
7029
 
@@ -7064,7 +7064,7 @@ EXAMPLES
7064
7064
  $ sf package version delete --package 04t... --target-org devhub@example.com
7065
7065
  ```
7066
7066
 
7067
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.5/src/commands/package/version/delete.ts)_
7067
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.7/src/commands/package/version/delete.ts)_
7068
7068
 
7069
7069
  ## `sf package version displayancestry`
7070
7070
 
@@ -7124,7 +7124,7 @@ FLAG DESCRIPTIONS
7124
7124
  You can use the DOT code output in graph visualization software to create tree visualizations.
7125
7125
  ```
7126
7126
 
7127
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.5/src/commands/package/version/displayancestry.ts)_
7127
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.7/src/commands/package/version/displayancestry.ts)_
7128
7128
 
7129
7129
  ## `sf package version displaydependencies`
7130
7130
 
@@ -7186,7 +7186,7 @@ FLAG DESCRIPTIONS
7186
7186
  package, which must be installed last.
7187
7187
  ```
7188
7188
 
7189
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.5/src/commands/package/version/displaydependencies.ts)_
7189
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.7/src/commands/package/version/displaydependencies.ts)_
7190
7190
 
7191
7191
  ## `sf package version list`
7192
7192
 
@@ -7262,7 +7262,7 @@ EXAMPLES
7262
7262
  $ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
7263
7263
  ```
7264
7264
 
7265
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.5/src/commands/package/version/list.ts)_
7265
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.7/src/commands/package/version/list.ts)_
7266
7266
 
7267
7267
  ## `sf package version promote`
7268
7268
 
@@ -7306,7 +7306,7 @@ EXAMPLES
7306
7306
  $ sf package version promote --package "Awesome Package Alias"
7307
7307
  ```
7308
7308
 
7309
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.5/src/commands/package/version/promote.ts)_
7309
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.7/src/commands/package/version/promote.ts)_
7310
7310
 
7311
7311
  ## `sf package version report`
7312
7312
 
@@ -7346,7 +7346,7 @@ EXAMPLES
7346
7346
  $ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
7347
7347
  ```
7348
7348
 
7349
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.5/src/commands/package/version/report.ts)_
7349
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.7/src/commands/package/version/report.ts)_
7350
7350
 
7351
7351
  ## `sf package version retrieve`
7352
7352
 
@@ -7391,7 +7391,7 @@ EXAMPLES
7391
7391
  $ sf package version retrieve --package 04tXXX --output-dir my-directory/ --target-dev-hub devhub@example.com
7392
7392
  ```
7393
7393
 
7394
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.5/src/commands/package/version/retrieve.ts)_
7394
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.7/src/commands/package/version/retrieve.ts)_
7395
7395
 
7396
7396
  ## `sf package version update`
7397
7397
 
@@ -7444,7 +7444,7 @@ EXAMPLES
7444
7444
  $ sf package version update --package 04t... --version-description "New Package Version Description"
7445
7445
  ```
7446
7446
 
7447
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.5/src/commands/package/version/update.ts)_
7447
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.7/src/commands/package/version/update.ts)_
7448
7448
 
7449
7449
  ## `sf package1 version create`
7450
7450
 
@@ -7511,7 +7511,7 @@ FLAG DESCRIPTIONS
7511
7511
  subscribers.
7512
7512
  ```
7513
7513
 
7514
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.5/src/commands/package1/version/create.ts)_
7514
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.7/src/commands/package1/version/create.ts)_
7515
7515
 
7516
7516
  ## `sf package1 version create get`
7517
7517
 
@@ -7544,7 +7544,7 @@ EXAMPLES
7544
7544
  $ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
7545
7545
  ```
7546
7546
 
7547
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.5/src/commands/package1/version/create/get.ts)_
7547
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.7/src/commands/package1/version/create/get.ts)_
7548
7548
 
7549
7549
  ## `sf package1 version display`
7550
7550
 
@@ -7578,7 +7578,7 @@ EXAMPLES
7578
7578
  $ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
7579
7579
  ```
7580
7580
 
7581
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.5/src/commands/package1/version/display.ts)_
7581
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.7/src/commands/package1/version/display.ts)_
7582
7582
 
7583
7583
  ## `sf package1 version list`
7584
7584
 
@@ -7616,7 +7616,7 @@ FLAG DESCRIPTIONS
7616
7616
  If not specified, shows all versions for all packages (managed and unmanaged) in the org.
7617
7617
  ```
7618
7618
 
7619
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.5/src/commands/package1/version/list.ts)_
7619
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.7/src/commands/package1/version/list.ts)_
7620
7620
 
7621
7621
  ## `sf plugins`
7622
7622
 
@@ -7639,7 +7639,7 @@ EXAMPLES
7639
7639
  $ sf plugins
7640
7640
  ```
7641
7641
 
7642
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.61/src/commands/plugins/index.ts)_
7642
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.62/src/commands/plugins/index.ts)_
7643
7643
 
7644
7644
  ## `sf plugins discover`
7645
7645
 
@@ -7684,7 +7684,7 @@ EXAMPLES
7684
7684
  $ sf plugins inspect @salesforce/plugin-packaging
7685
7685
  ```
7686
7686
 
7687
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.61/src/commands/plugins/inspect.ts)_
7687
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.62/src/commands/plugins/inspect.ts)_
7688
7688
 
7689
7689
  ## `sf plugins install PLUGIN`
7690
7690
 
@@ -7733,7 +7733,7 @@ EXAMPLES
7733
7733
  $ sf plugins install someuser/someplugin
7734
7734
  ```
7735
7735
 
7736
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.61/src/commands/plugins/install.ts)_
7736
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.62/src/commands/plugins/install.ts)_
7737
7737
 
7738
7738
  ## `sf plugins link PATH`
7739
7739
 
@@ -7764,7 +7764,7 @@ EXAMPLES
7764
7764
  $ sf plugins link @salesforce/plugin-packaging
7765
7765
  ```
7766
7766
 
7767
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.61/src/commands/plugins/link.ts)_
7767
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.62/src/commands/plugins/link.ts)_
7768
7768
 
7769
7769
  ## `sf plugins reset`
7770
7770
 
@@ -7779,7 +7779,7 @@ FLAGS
7779
7779
  --reinstall Reinstall all plugins after uninstalling.
7780
7780
  ```
7781
7781
 
7782
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.61/src/commands/plugins/reset.ts)_
7782
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.62/src/commands/plugins/reset.ts)_
7783
7783
 
7784
7784
  ## `sf plugins trust verify`
7785
7785
 
@@ -7808,7 +7808,7 @@ EXAMPLES
7808
7808
  $ sf plugins trust verify --npm @scope/npmName
7809
7809
  ```
7810
7810
 
7811
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.124/src/commands/plugins/trust/verify.ts)_
7811
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.126/src/commands/plugins/trust/verify.ts)_
7812
7812
 
7813
7813
  ## `sf plugins uninstall [PLUGIN]`
7814
7814
 
@@ -7836,7 +7836,7 @@ EXAMPLES
7836
7836
  $ sf plugins uninstall @salesforce/plugin-packaging
7837
7837
  ```
7838
7838
 
7839
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.61/src/commands/plugins/uninstall.ts)_
7839
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.62/src/commands/plugins/uninstall.ts)_
7840
7840
 
7841
7841
  ## `sf plugins update`
7842
7842
 
@@ -7854,7 +7854,7 @@ DESCRIPTION
7854
7854
  Update installed plugins.
7855
7855
  ```
7856
7856
 
7857
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.61/src/commands/plugins/update.ts)_
7857
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.62/src/commands/plugins/update.ts)_
7858
7858
 
7859
7859
  ## `sf project convert mdapi`
7860
7860
 
@@ -7917,7 +7917,7 @@ FLAG DESCRIPTIONS
7917
7917
  If you specify this flag, don’t specify --metadata or --source-dir.
7918
7918
  ```
7919
7919
 
7920
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.33/src/commands/project/convert/mdapi.ts)_
7920
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.37/src/commands/project/convert/mdapi.ts)_
7921
7921
 
7922
7922
  ## `sf project convert source`
7923
7923
 
@@ -7990,7 +7990,7 @@ FLAG DESCRIPTIONS
7990
7990
  Override the api version used for api requests made by this command
7991
7991
  ```
7992
7992
 
7993
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.33/src/commands/project/convert/source.ts)_
7993
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.37/src/commands/project/convert/source.ts)_
7994
7994
 
7995
7995
  ## `sf project convert source-behavior`
7996
7996
 
@@ -8049,7 +8049,7 @@ EXAMPLES
8049
8049
  $ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
8050
8050
  ```
8051
8051
 
8052
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.33/src/commands/project/convert/source-behavior.ts)_
8052
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.37/src/commands/project/convert/source-behavior.ts)_
8053
8053
 
8054
8054
  ## `sf project delete source`
8055
8055
 
@@ -8202,7 +8202,7 @@ FLAG DESCRIPTIONS
8202
8202
  - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
8203
8203
  ```
8204
8204
 
8205
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.33/src/commands/project/delete/source.ts)_
8205
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.37/src/commands/project/delete/source.ts)_
8206
8206
 
8207
8207
  ## `sf project delete tracking`
8208
8208
 
@@ -8239,7 +8239,7 @@ EXAMPLES
8239
8239
  $ sf project delete tracking --target-org my-scratch
8240
8240
  ```
8241
8241
 
8242
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.33/src/commands/project/delete/tracking.ts)_
8242
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.37/src/commands/project/delete/tracking.ts)_
8243
8243
 
8244
8244
  ## `sf project deploy cancel`
8245
8245
 
@@ -8311,7 +8311,7 @@ FLAG DESCRIPTIONS
8311
8311
  project deploy report".
8312
8312
  ```
8313
8313
 
8314
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.33/src/commands/project/deploy/cancel.ts)_
8314
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.37/src/commands/project/deploy/cancel.ts)_
8315
8315
 
8316
8316
  ## `sf project deploy preview`
8317
8317
 
@@ -8394,7 +8394,7 @@ FLAG DESCRIPTIONS
8394
8394
  All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
8395
8395
  ```
8396
8396
 
8397
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.33/src/commands/project/deploy/preview.ts)_
8397
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.37/src/commands/project/deploy/preview.ts)_
8398
8398
 
8399
8399
  ## `sf project deploy quick`
8400
8400
 
@@ -8487,7 +8487,7 @@ ERROR CODES
8487
8487
  Canceling (69) The deploy is being canceled.
8488
8488
  ```
8489
8489
 
8490
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.33/src/commands/project/deploy/quick.ts)_
8490
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.37/src/commands/project/deploy/quick.ts)_
8491
8491
 
8492
8492
  ## `sf project deploy report`
8493
8493
 
@@ -8579,7 +8579,7 @@ FLAG DESCRIPTIONS
8579
8579
  --coverage-formatters lcov --coverage-formatters clover
8580
8580
  ```
8581
8581
 
8582
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.33/src/commands/project/deploy/report.ts)_
8582
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.37/src/commands/project/deploy/report.ts)_
8583
8583
 
8584
8584
  ## `sf project deploy resume`
8585
8585
 
@@ -8676,7 +8676,7 @@ ERROR CODES
8676
8676
  Canceling (69) The deploy is being canceled.
8677
8677
  ```
8678
8678
 
8679
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.33/src/commands/project/deploy/resume.ts)_
8679
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.37/src/commands/project/deploy/resume.ts)_
8680
8680
 
8681
8681
  ## `sf project deploy start`
8682
8682
 
@@ -8942,7 +8942,7 @@ ERROR CODES
8942
8942
  Canceling (69) The deploy is being canceled.
8943
8943
  ```
8944
8944
 
8945
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.33/src/commands/project/deploy/start.ts)_
8945
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.37/src/commands/project/deploy/start.ts)_
8946
8946
 
8947
8947
  ## `sf project deploy validate`
8948
8948
 
@@ -9146,7 +9146,7 @@ ERROR CODES
9146
9146
  Canceling (69) The deploy is being canceled.
9147
9147
  ```
9148
9148
 
9149
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.33/src/commands/project/deploy/validate.ts)_
9149
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.37/src/commands/project/deploy/validate.ts)_
9150
9150
 
9151
9151
  ## `sf project generate manifest`
9152
9152
 
@@ -9242,7 +9242,7 @@ EXAMPLES
9242
9242
  $ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
9243
9243
  ```
9244
9244
 
9245
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.33/src/commands/project/generate/manifest.ts)_
9245
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.37/src/commands/project/generate/manifest.ts)_
9246
9246
 
9247
9247
  ## `sf project list ignored`
9248
9248
 
@@ -9284,7 +9284,7 @@ EXAMPLES
9284
9284
  $ sf project list ignored --source-dir package.xml
9285
9285
  ```
9286
9286
 
9287
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.33/src/commands/project/list/ignored.ts)_
9287
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.37/src/commands/project/list/ignored.ts)_
9288
9288
 
9289
9289
  ## `sf project reset tracking`
9290
9290
 
@@ -9333,7 +9333,7 @@ EXAMPLES
9333
9333
  $ sf project reset tracking --revision 30
9334
9334
  ```
9335
9335
 
9336
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.33/src/commands/project/reset/tracking.ts)_
9336
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.37/src/commands/project/reset/tracking.ts)_
9337
9337
 
9338
9338
  ## `sf project retrieve preview`
9339
9339
 
@@ -9387,7 +9387,7 @@ FLAG DESCRIPTIONS
9387
9387
  production orgs.
9388
9388
  ```
9389
9389
 
9390
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.33/src/commands/project/retrieve/preview.ts)_
9390
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.37/src/commands/project/retrieve/preview.ts)_
9391
9391
 
9392
9392
  ## `sf project retrieve start`
9393
9393
 
@@ -9568,7 +9568,7 @@ ENVIRONMENT VARIABLES
9568
9568
  SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
9569
9569
  ```
9570
9570
 
9571
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.33/src/commands/project/retrieve/start.ts)_
9571
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.37/src/commands/project/retrieve/start.ts)_
9572
9572
 
9573
9573
  ## `sf schema generate field`
9574
9574
 
@@ -9622,7 +9622,7 @@ FLAG DESCRIPTIONS
9622
9622
  If you don't specify this flag, the command prompts you to choose from your local objects.
9623
9623
  ```
9624
9624
 
9625
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.98/src/commands/schema/generate/field.ts)_
9625
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.100/src/commands/schema/generate/field.ts)_
9626
9626
 
9627
9627
  ## `sf schema generate platformevent`
9628
9628
 
@@ -9654,7 +9654,7 @@ EXAMPLES
9654
9654
  $ sf schema generate platformevent --label "My Platform Event"
9655
9655
  ```
9656
9656
 
9657
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.98/src/commands/schema/generate/platformevent.ts)_
9657
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.100/src/commands/schema/generate/platformevent.ts)_
9658
9658
 
9659
9659
  ## `sf schema generate sobject`
9660
9660
 
@@ -9711,7 +9711,7 @@ FLAG DESCRIPTIONS
9711
9711
  - Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
9712
9712
  ```
9713
9713
 
9714
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.98/src/commands/schema/generate/sobject.ts)_
9714
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.100/src/commands/schema/generate/sobject.ts)_
9715
9715
 
9716
9716
  ## `sf schema generate tab`
9717
9717
 
@@ -9759,7 +9759,7 @@ FLAG DESCRIPTIONS
9759
9759
  The API name for a custom object always ends in `__c`, such as `MyObject__c`.
9760
9760
  ```
9761
9761
 
9762
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.98/src/commands/schema/generate/tab.ts)_
9762
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.100/src/commands/schema/generate/tab.ts)_
9763
9763
 
9764
9764
  ## `sf search`
9765
9765
 
@@ -9775,7 +9775,7 @@ DESCRIPTION
9775
9775
  Once you select a command, hit enter and it will show the help for that command.
9776
9776
  ```
9777
9777
 
9778
- _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.44/src/commands/search.ts)_
9778
+ _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.45/src/commands/search.ts)_
9779
9779
 
9780
9780
  ## `sf sobject describe`
9781
9781
 
@@ -9822,7 +9822,7 @@ EXAMPLES
9822
9822
  $ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
9823
9823
  ```
9824
9824
 
9825
- _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.105/src/commands/sobject/describe.ts)_
9825
+ _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.106/src/commands/sobject/describe.ts)_
9826
9826
 
9827
9827
  ## `sf sobject list`
9828
9828
 
@@ -9861,7 +9861,7 @@ EXAMPLES
9861
9861
  $ sf sobject list --sobject custom --target-org my-scratch-org
9862
9862
  ```
9863
9863
 
9864
- _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.105/src/commands/sobject/list.ts)_
9864
+ _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.106/src/commands/sobject/list.ts)_
9865
9865
 
9866
9866
  ## `sf template generate analytics template`
9867
9867
 
@@ -9905,7 +9905,7 @@ FLAG DESCRIPTIONS
9905
9905
  directory.
9906
9906
  ```
9907
9907
 
9908
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.0/src/commands/template/generate/analytics/template.ts)_
9908
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.2/src/commands/template/generate/analytics/template.ts)_
9909
9909
 
9910
9910
  ## `sf template generate apex class`
9911
9911
 
@@ -9965,7 +9965,7 @@ FLAG DESCRIPTIONS
9965
9965
  Supplied parameter values or default values are filled into a copy of the template.
9966
9966
  ```
9967
9967
 
9968
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.0/src/commands/template/generate/apex/class.ts)_
9968
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.2/src/commands/template/generate/apex/class.ts)_
9969
9969
 
9970
9970
  ## `sf template generate apex trigger`
9971
9971
 
@@ -10035,7 +10035,7 @@ FLAG DESCRIPTIONS
10035
10035
  Supplied parameter values or default values are filled into a copy of the template.
10036
10036
  ```
10037
10037
 
10038
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.0/src/commands/template/generate/apex/trigger.ts)_
10038
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.2/src/commands/template/generate/apex/trigger.ts)_
10039
10039
 
10040
10040
  ## `sf template generate digital-experience site`
10041
10041
 
@@ -10089,7 +10089,7 @@ FLAG DESCRIPTIONS
10089
10089
  project, defaults to the current directory.
10090
10090
  ```
10091
10091
 
10092
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.0/src/commands/template/generate/digital-experience/site.ts)_
10092
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.2/src/commands/template/generate/digital-experience/site.ts)_
10093
10093
 
10094
10094
  ## `sf template generate flexipage`
10095
10095
 
@@ -10171,7 +10171,7 @@ FLAG DESCRIPTIONS
10171
10171
  'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata.
10172
10172
  ```
10173
10173
 
10174
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.0/src/commands/template/generate/flexipage/index.ts)_
10174
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.2/src/commands/template/generate/flexipage/index.ts)_
10175
10175
 
10176
10176
  ## `sf template generate lightning app`
10177
10177
 
@@ -10229,7 +10229,7 @@ FLAG DESCRIPTIONS
10229
10229
  field in the DX project's "sfdx-project.json" file.
10230
10230
  ```
10231
10231
 
10232
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.0/src/commands/template/generate/lightning/app.ts)_
10232
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.2/src/commands/template/generate/lightning/app.ts)_
10233
10233
 
10234
10234
  ## `sf template generate lightning component`
10235
10235
 
@@ -10306,7 +10306,7 @@ FLAG DESCRIPTIONS
10306
10306
  field in the DX project's "sfdx-project.json" file.
10307
10307
  ```
10308
10308
 
10309
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.0/src/commands/template/generate/lightning/component.ts)_
10309
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.2/src/commands/template/generate/lightning/component.ts)_
10310
10310
 
10311
10311
  ## `sf template generate lightning event`
10312
10312
 
@@ -10364,7 +10364,7 @@ FLAG DESCRIPTIONS
10364
10364
  field in the DX project's "sfdx-project.json" file.
10365
10365
  ```
10366
10366
 
10367
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.0/src/commands/template/generate/lightning/event.ts)_
10367
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.2/src/commands/template/generate/lightning/event.ts)_
10368
10368
 
10369
10369
  ## `sf template generate lightning interface`
10370
10370
 
@@ -10422,7 +10422,7 @@ FLAG DESCRIPTIONS
10422
10422
  field in the DX project's "sfdx-project.json" file.
10423
10423
  ```
10424
10424
 
10425
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.0/src/commands/template/generate/lightning/interface.ts)_
10425
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.2/src/commands/template/generate/lightning/interface.ts)_
10426
10426
 
10427
10427
  ## `sf template generate lightning test`
10428
10428
 
@@ -10480,7 +10480,7 @@ FLAG DESCRIPTIONS
10480
10480
  field in the DX project's "sfdx-project.json" file.
10481
10481
  ```
10482
10482
 
10483
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.0/src/commands/template/generate/lightning/test.ts)_
10483
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.2/src/commands/template/generate/lightning/test.ts)_
10484
10484
 
10485
10485
  ## `sf template generate project`
10486
10486
 
@@ -10606,7 +10606,7 @@ FLAG DESCRIPTIONS
10606
10606
  server-side type stripping.
10607
10607
  ```
10608
10608
 
10609
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.0/src/commands/template/generate/project/index.ts)_
10609
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.2/src/commands/template/generate/project/index.ts)_
10610
10610
 
10611
10611
  ## `sf template generate static-resource`
10612
10612
 
@@ -10669,7 +10669,7 @@ FLAG DESCRIPTIONS
10669
10669
  etc.
10670
10670
  ```
10671
10671
 
10672
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.0/src/commands/template/generate/static-resource/index.ts)_
10672
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.2/src/commands/template/generate/static-resource/index.ts)_
10673
10673
 
10674
10674
  ## `sf template generate ui-bundle`
10675
10675
 
@@ -10753,7 +10753,7 @@ FLAG DESCRIPTIONS
10753
10753
  Supplied parameter values or default values are filled into a copy of the template.
10754
10754
  ```
10755
10755
 
10756
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.0/src/commands/template/generate/ui-bundle/index.ts)_
10756
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.2/src/commands/template/generate/ui-bundle/index.ts)_
10757
10757
 
10758
10758
  ## `sf template generate visualforce component`
10759
10759
 
@@ -10810,7 +10810,7 @@ FLAG DESCRIPTIONS
10810
10810
  Supplied parameter values or default values are filled into a copy of the template.
10811
10811
  ```
10812
10812
 
10813
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.0/src/commands/template/generate/visualforce/component.ts)_
10813
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.2/src/commands/template/generate/visualforce/component.ts)_
10814
10814
 
10815
10815
  ## `sf template generate visualforce page`
10816
10816
 
@@ -10861,7 +10861,7 @@ FLAG DESCRIPTIONS
10861
10861
  The name can be up to 40 characters and must start with a letter.
10862
10862
  ```
10863
10863
 
10864
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.0/src/commands/template/generate/visualforce/page.ts)_
10864
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.2/src/commands/template/generate/visualforce/page.ts)_
10865
10865
 
10866
10866
  ## `sf update [CHANNEL]`
10867
10867
 
@@ -10899,7 +10899,7 @@ EXAMPLES
10899
10899
  $ sf update --available
10900
10900
  ```
10901
10901
 
10902
- _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.32/src/commands/update.ts)_
10902
+ _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.33/src/commands/update.ts)_
10903
10903
 
10904
10904
  ## `sf version`
10905
10905
 
@@ -10953,7 +10953,7 @@ EXAMPLES
10953
10953
  $ sf which "foo bar baz"
10954
10954
  ```
10955
10955
 
10956
- _See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.49/src/commands/which.ts)_
10956
+ _See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.50/src/commands/which.ts)_
10957
10957
 
10958
10958
  <!-- commandsstop -->
10959
10959