---
title: "Feature: #80452 - Extbase CLI commands available via new CLI API"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:feature-80452"
source: "Changelog/8.7/Feature-80452-ExtbaseCLICommandsAvailableViaNewCLIAPI.rst"
typo3-version: "8.7"
typo3-major: 8
type: "feature"
issue: 80452
forge: "https://forge.typo3.org/issues/80452"
tags: ["CLI", "ext:extbase"]
rendered: "2026-09-17T21:17:42+00:00"
---

# Feature: #80452 - Extbase CLI commands available via new CLI API {#feature-80452-extbase-cli-commands-available-via-new-cli-api}

See [forge#80452](https://forge.typo3.org/issues/80452)

## Description {#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.
