---
title: "Deprecation: #79265 - CommandLineController and Cleaner Command"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-79265"
source: "Changelog/8.6/Deprecation-79265-CommandLineControllerAndCleanerCommand.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Deprecation: #79265 - CommandLineController and Cleaner Command

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

## Description

The following PHP classes for using CLI commands without Extbase Command Controllers or native Symfony Commands which
were introduced in TYPO3 v4 have been marked as deprecated:

-   `TYPO3CMSCoreControllerCommandLineController`
-   `TYPO3CMSLowlevelCleanerCommand`

## Impact

Instantiating any of the PHP classes above will trigger a deprecation log entry.

## Affected Installations

TYPO3 instances with extensions that use the old command line controllers or cleaner commands.

## Migration

Use native Symfony Commands or Extbase Command Controller logic instead for creating CLI-based functionality.
