---
title: "Feature: #88318 - Display Application Context in CLI"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:feature-88318"
source: "Changelog/10.1/Feature-88318-DisplayApplicationContextInCLI.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Feature: #88318 - Display Application Context in CLI

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

## Description

The current Application Context is now shown next to the TYPO3 version number in CLI requests.
This makes it easier to check if the correct context is provided.

Output example:

```none
TYPO3 CMS 10.1.0-dev (Application Context: Development/Docker)
```
