---
title: "Feature: #86051 - Show extensions via CLI"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:feature-86051"
source: "Changelog/9.4/Feature-86051-ShowExtensionsViaCLI.rst"
typo3-version: "9.4"
typo3-major: 9
type: "feature"
issue: 86051
forge: "https://forge.typo3.org/issues/86051"
tags: ["CLI", "ext:core"]
rendered: "2026-09-18T17:00:34+00:00"
---

# Feature: #86051 - Show extensions via CLI {#feature-86051}

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

## Description {#description}

A new command `extension:list` is added, which can be executed via Command Line
`typo3/sysext/core/bin/typo3 extension:list`.

This command shows all currently installed (= active) extensions. The option `--all`
also includes all inactive extensions. If the list of inactive extensions should
be shown, the command `--inactive` will show only the extensions available for installation.

Additional description of the extensions can be shown by `--verbose` / `-v`.

## Impact {#impact}

In order to show which extensions can be uninstalled or installed via CLI, the new command
is a good companion for the existing commands `extension:activate` and `extension:deactivate`.
