---
title: "Feature: #68589 - Add CLI command to dump class loading information"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:feature-68589"
source: "Changelog/7.4/Feature-68589-AddCLICommandToDumpClassLoadingInformation.rst"
modified: "2026-09-14T09:47:36+00:00"
---

# Feature: #68589 - Add CLI command to dump class loading information

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

## Description

In rare cases it is useful to update the additional class loading information TYPO3 writes in non composer mode.
We now provide a CLI command which does that.

## Impact

By executing `typo3/cli_dispatch.phpsh extbase extension:dumpclassloadinginformation` on the command line,
the class loading information of all active extensions is updated.
