TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,20 @@
.. include:: /Includes.rst.txt
.. _feature-80452:
================================================================
Feature: #80452 - Extbase CLI commands available via new CLI API
================================================================
See :issue:`80452`
Description
===========
Any Extbase Command Controller can now be accessed via the new Symfony Console CLI entrypoint by
simply calling ``typo3/sysext/core/bin/typo3 controller:command``.
Using the existing CLI entrypoint via ``typo3/cli_dispatch.phpsh extbase controller:command`` still
works as expected.
.. index:: CLI, ext:extbase