@salesforce/cli 2.116.4 → 2.116.5

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.116.4 linux-x64 node-v22.21.1
28
+ @salesforce/cli/2.116.5 linux-x64 node-v22.21.1
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -247,7 +247,7 @@ EXAMPLES
247
247
  $ sf agent activate --api-name Resort_Manager --target-org my-org
248
248
  ```
249
249
 
250
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.1/src/commands/agent/activate.ts)_
250
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.2/src/commands/agent/activate.ts)_
251
251
 
252
252
  ## `sf agent create`
253
253
 
@@ -314,7 +314,7 @@ EXAMPLES
314
314
  $ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
315
315
  ```
316
316
 
317
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.1/src/commands/agent/create.ts)_
317
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.2/src/commands/agent/create.ts)_
318
318
 
319
319
  ## `sf agent deactivate`
320
320
 
@@ -354,7 +354,7 @@ EXAMPLES
354
354
  $ sf agent deactivate --api-name Resort_Manager --target-org my-org
355
355
  ```
356
356
 
357
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.1/src/commands/agent/deactivate.ts)_
357
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.2/src/commands/agent/deactivate.ts)_
358
358
 
359
359
  ## `sf agent generate agent-spec`
360
360
 
@@ -461,7 +461,7 @@ EXAMPLES
461
461
  $ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
462
462
  ```
463
463
 
464
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.1/src/commands/agent/generate/agent-spec.ts)_
464
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.2/src/commands/agent/generate/agent-spec.ts)_
465
465
 
466
466
  ## `sf agent generate authoring-bundle`
467
467
 
@@ -527,7 +527,7 @@ EXAMPLES
527
527
  other-package-dir/main/default --target-org my-dev-org
528
528
  ```
529
529
 
530
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.1/src/commands/agent/generate/authoring-bundle.ts)_
530
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.2/src/commands/agent/generate/authoring-bundle.ts)_
531
531
 
532
532
  ## `sf agent generate template`
533
533
 
@@ -575,7 +575,7 @@ EXAMPLES
575
575
  force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
576
576
  ```
577
577
 
578
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.1/src/commands/agent/generate/template.ts)_
578
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.2/src/commands/agent/generate/template.ts)_
579
579
 
580
580
  ## `sf agent generate test-spec`
581
581
 
@@ -636,7 +636,7 @@ EXAMPLES
636
636
  force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
637
637
  ```
638
638
 
639
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.1/src/commands/agent/generate/test-spec.ts)_
639
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.2/src/commands/agent/generate/test-spec.ts)_
640
640
 
641
641
  ## `sf agent preview`
642
642
 
@@ -715,7 +715,7 @@ EXAMPLES
715
715
  $ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview
716
716
  ```
717
717
 
718
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.1/src/commands/agent/preview.ts)_
718
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.2/src/commands/agent/preview.ts)_
719
719
 
720
720
  ## `sf agent publish authoring-bundle`
721
721
 
@@ -762,7 +762,7 @@ EXAMPLES
762
762
  $ sf agent publish authoring-bundle --api-name MyAuthoringbundle --target-org my-dev-org
763
763
  ```
764
764
 
765
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.1/src/commands/agent/publish/authoring-bundle.ts)_
765
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.2/src/commands/agent/publish/authoring-bundle.ts)_
766
766
 
767
767
  ## `sf agent test create`
768
768
 
@@ -817,7 +817,7 @@ EXAMPLES
817
817
  $ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
818
818
  ```
819
819
 
820
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.1/src/commands/agent/test/create.ts)_
820
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.2/src/commands/agent/test/create.ts)_
821
821
 
822
822
  ## `sf agent test list`
823
823
 
@@ -852,7 +852,7 @@ EXAMPLES
852
852
  $ sf agent test list --target-org my-org
853
853
  ```
854
854
 
855
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.1/src/commands/agent/test/list.ts)_
855
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.2/src/commands/agent/test/list.ts)_
856
856
 
857
857
  ## `sf agent test results`
858
858
 
@@ -918,7 +918,7 @@ FLAG DESCRIPTIONS
918
918
  expression when using custom evaluations.
919
919
  ```
920
920
 
921
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.1/src/commands/agent/test/results.ts)_
921
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.2/src/commands/agent/test/results.ts)_
922
922
 
923
923
  ## `sf agent test resume`
924
924
 
@@ -991,7 +991,7 @@ FLAG DESCRIPTIONS
991
991
  expression when using custom evaluations.
992
992
  ```
993
993
 
994
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.1/src/commands/agent/test/resume.ts)_
994
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.2/src/commands/agent/test/resume.ts)_
995
995
 
996
996
  ## `sf agent test run`
997
997
 
@@ -1065,7 +1065,7 @@ FLAG DESCRIPTIONS
1065
1065
  expression when using custom evaluations.
1066
1066
  ```
1067
1067
 
1068
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.1/src/commands/agent/test/run.ts)_
1068
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.2/src/commands/agent/test/run.ts)_
1069
1069
 
1070
1070
  ## `sf agent validate authoring-bundle`
1071
1071
 
@@ -1112,7 +1112,7 @@ EXAMPLES
1112
1112
  $ sf agent validate authoring-bundle --api-name MyAuthoringBundle --target-org my-dev-org
1113
1113
  ```
1114
1114
 
1115
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.1/src/commands/agent/validate/authoring-bundle.ts)_
1115
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.2/src/commands/agent/validate/authoring-bundle.ts)_
1116
1116
 
1117
1117
  ## `sf alias list`
1118
1118
 
@@ -5998,7 +5998,7 @@ FLAG DESCRIPTIONS
5998
5998
  --installation-key-bypass flag is required.
5999
5999
  ```
6000
6000
 
6001
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package/convert.ts)_
6001
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.0/src/commands/package/convert.ts)_
6002
6002
 
6003
6003
  ## `sf package create`
6004
6004
 
@@ -6077,7 +6077,7 @@ FLAG DESCRIPTIONS
6077
6077
  Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
6078
6078
  ```
6079
6079
 
6080
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package/create.ts)_
6080
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.0/src/commands/package/create.ts)_
6081
6081
 
6082
6082
  ## `sf package delete`
6083
6083
 
@@ -6119,7 +6119,7 @@ EXAMPLES
6119
6119
  $ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
6120
6120
  ```
6121
6121
 
6122
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package/delete.ts)_
6122
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.0/src/commands/package/delete.ts)_
6123
6123
 
6124
6124
  ## `sf package install`
6125
6125
 
@@ -6218,7 +6218,7 @@ FLAG DESCRIPTIONS
6218
6218
  - Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
6219
6219
  ```
6220
6220
 
6221
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package/install.ts)_
6221
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.0/src/commands/package/install.ts)_
6222
6222
 
6223
6223
  ## `sf package install report`
6224
6224
 
@@ -6251,7 +6251,7 @@ EXAMPLES
6251
6251
  $ sf package install report --request-id 0Hf... --target-org me@example.com
6252
6252
  ```
6253
6253
 
6254
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package/install/report.ts)_
6254
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.0/src/commands/package/install/report.ts)_
6255
6255
 
6256
6256
  ## `sf package installed list`
6257
6257
 
@@ -6283,7 +6283,7 @@ EXAMPLES
6283
6283
  $ sf package installed list --target-org me@example.com
6284
6284
  ```
6285
6285
 
6286
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package/installed/list.ts)_
6286
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.0/src/commands/package/installed/list.ts)_
6287
6287
 
6288
6288
  ## `sf package list`
6289
6289
 
@@ -6321,7 +6321,7 @@ EXAMPLES
6321
6321
  $ sf package list --target-dev-hub devhub@example.com --verbose
6322
6322
  ```
6323
6323
 
6324
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package/list.ts)_
6324
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.0/src/commands/package/list.ts)_
6325
6325
 
6326
6326
  ## `sf package push-upgrade abort`
6327
6327
 
@@ -6360,7 +6360,7 @@ EXAMPLES
6360
6360
  $ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
6361
6361
  ```
6362
6362
 
6363
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package/push-upgrade/abort.ts)_
6363
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.0/src/commands/package/push-upgrade/abort.ts)_
6364
6364
 
6365
6365
  ## `sf package push-upgrade list`
6366
6366
 
@@ -6419,7 +6419,7 @@ EXAMPLES
6419
6419
  $ sf package push-upgrade list --package 033xyz –-status Failed
6420
6420
  ```
6421
6421
 
6422
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package/push-upgrade/list.ts)_
6422
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.0/src/commands/package/push-upgrade/list.ts)_
6423
6423
 
6424
6424
  ## `sf package push-upgrade report`
6425
6425
 
@@ -6461,7 +6461,7 @@ EXAMPLES
6461
6461
  $ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
6462
6462
  ```
6463
6463
 
6464
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package/push-upgrade/report.ts)_
6464
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.0/src/commands/package/push-upgrade/report.ts)_
6465
6465
 
6466
6466
  ## `sf package push-upgrade schedule`
6467
6467
 
@@ -6548,7 +6548,7 @@ FLAG DESCRIPTIONS
6548
6548
  Overrides the value of the target-dev-hub configuration variable, if set.
6549
6549
  ```
6550
6550
 
6551
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package/push-upgrade/schedule.ts)_
6551
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.0/src/commands/package/push-upgrade/schedule.ts)_
6552
6552
 
6553
6553
  ## `sf package uninstall`
6554
6554
 
@@ -6596,7 +6596,7 @@ EXAMPLES
6596
6596
  $ sf package uninstall --package "Undesirable Package Alias"
6597
6597
  ```
6598
6598
 
6599
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package/uninstall.ts)_
6599
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.0/src/commands/package/uninstall.ts)_
6600
6600
 
6601
6601
  ## `sf package uninstall report`
6602
6602
 
@@ -6629,7 +6629,7 @@ EXAMPLES
6629
6629
  $ sf package uninstall report --request-id 06y... --target-org me@example.com
6630
6630
  ```
6631
6631
 
6632
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package/uninstall/report.ts)_
6632
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.0/src/commands/package/uninstall/report.ts)_
6633
6633
 
6634
6634
  ## `sf package update`
6635
6635
 
@@ -6692,7 +6692,7 @@ FLAG DESCRIPTIONS
6692
6692
  notified to upgrade to the recommended version.
6693
6693
  ```
6694
6694
 
6695
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package/update.ts)_
6695
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.0/src/commands/package/update.ts)_
6696
6696
 
6697
6697
  ## `sf package version create`
6698
6698
 
@@ -6867,7 +6867,7 @@ FLAG DESCRIPTIONS
6867
6867
  periods of no output from commands.
6868
6868
  ```
6869
6869
 
6870
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package/version/create.ts)_
6870
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.0/src/commands/package/version/create.ts)_
6871
6871
 
6872
6872
  ## `sf package version create list`
6873
6873
 
@@ -6928,7 +6928,7 @@ EXAMPLES
6928
6928
  $ sf package version create list --created-last-days 0 --status Success
6929
6929
  ```
6930
6930
 
6931
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package/version/create/list.ts)_
6931
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.0/src/commands/package/version/create/list.ts)_
6932
6932
 
6933
6933
  ## `sf package version create report`
6934
6934
 
@@ -6971,7 +6971,7 @@ EXAMPLES
6971
6971
  $ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
6972
6972
  ```
6973
6973
 
6974
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package/version/create/report.ts)_
6974
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.0/src/commands/package/version/create/report.ts)_
6975
6975
 
6976
6976
  ## `sf package version delete`
6977
6977
 
@@ -7012,7 +7012,7 @@ EXAMPLES
7012
7012
  $ sf package version delete --package 04t... --target-org devhub@example.com
7013
7013
  ```
7014
7014
 
7015
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package/version/delete.ts)_
7015
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.0/src/commands/package/version/delete.ts)_
7016
7016
 
7017
7017
  ## `sf package version displayancestry`
7018
7018
 
@@ -7072,7 +7072,7 @@ FLAG DESCRIPTIONS
7072
7072
  You can use the DOT code output in graph visualization software to create tree visualizations.
7073
7073
  ```
7074
7074
 
7075
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package/version/displayancestry.ts)_
7075
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.0/src/commands/package/version/displayancestry.ts)_
7076
7076
 
7077
7077
  ## `sf package version displaydependencies`
7078
7078
 
@@ -7134,7 +7134,7 @@ FLAG DESCRIPTIONS
7134
7134
  package, which must be installed last.
7135
7135
  ```
7136
7136
 
7137
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package/version/displaydependencies.ts)_
7137
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.0/src/commands/package/version/displaydependencies.ts)_
7138
7138
 
7139
7139
  ## `sf package version list`
7140
7140
 
@@ -7210,7 +7210,7 @@ EXAMPLES
7210
7210
  $ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
7211
7211
  ```
7212
7212
 
7213
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package/version/list.ts)_
7213
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.0/src/commands/package/version/list.ts)_
7214
7214
 
7215
7215
  ## `sf package version promote`
7216
7216
 
@@ -7254,7 +7254,7 @@ EXAMPLES
7254
7254
  $ sf package version promote --package "Awesome Package Alias"
7255
7255
  ```
7256
7256
 
7257
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package/version/promote.ts)_
7257
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.0/src/commands/package/version/promote.ts)_
7258
7258
 
7259
7259
  ## `sf package version report`
7260
7260
 
@@ -7294,7 +7294,7 @@ EXAMPLES
7294
7294
  $ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
7295
7295
  ```
7296
7296
 
7297
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package/version/report.ts)_
7297
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.0/src/commands/package/version/report.ts)_
7298
7298
 
7299
7299
  ## `sf package version retrieve`
7300
7300
 
@@ -7339,7 +7339,7 @@ EXAMPLES
7339
7339
  $ sf package version retrieve --package 04tXXX --output-dir my-directory/ --target-dev-hub devhub@example.com
7340
7340
  ```
7341
7341
 
7342
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package/version/retrieve.ts)_
7342
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.0/src/commands/package/version/retrieve.ts)_
7343
7343
 
7344
7344
  ## `sf package version update`
7345
7345
 
@@ -7392,7 +7392,7 @@ EXAMPLES
7392
7392
  $ sf package version update --package 04t... --version-description "New Package Version Description"
7393
7393
  ```
7394
7394
 
7395
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package/version/update.ts)_
7395
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.0/src/commands/package/version/update.ts)_
7396
7396
 
7397
7397
  ## `sf package1 version create`
7398
7398
 
@@ -7459,7 +7459,7 @@ FLAG DESCRIPTIONS
7459
7459
  subscribers.
7460
7460
  ```
7461
7461
 
7462
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package1/version/create.ts)_
7462
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.0/src/commands/package1/version/create.ts)_
7463
7463
 
7464
7464
  ## `sf package1 version create get`
7465
7465
 
@@ -7492,7 +7492,7 @@ EXAMPLES
7492
7492
  $ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
7493
7493
  ```
7494
7494
 
7495
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package1/version/create/get.ts)_
7495
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.0/src/commands/package1/version/create/get.ts)_
7496
7496
 
7497
7497
  ## `sf package1 version display`
7498
7498
 
@@ -7526,7 +7526,7 @@ EXAMPLES
7526
7526
  $ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
7527
7527
  ```
7528
7528
 
7529
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package1/version/display.ts)_
7529
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.0/src/commands/package1/version/display.ts)_
7530
7530
 
7531
7531
  ## `sf package1 version list`
7532
7532
 
@@ -7564,7 +7564,7 @@ FLAG DESCRIPTIONS
7564
7564
  If not specified, shows all versions for all packages (managed and unmanaged) in the org.
7565
7565
  ```
7566
7566
 
7567
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package1/version/list.ts)_
7567
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.0/src/commands/package1/version/list.ts)_
7568
7568
 
7569
7569
  ## `sf plugins`
7570
7570