Project

General

Profile

Actions

Bug #99396

open

cli command extension:activate is not listed in list of posstible commands

Added by Sybille Peters over 1 year ago. Updated over 1 year ago.

Status:
Accepted
Priority:
Should have
Category:
CLI
Target version:
-
Start date:
2022-12-20
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

See Slack: https://typo3.slack.com/archives/C025BQLFA/p1671087861055179

seems we have a bug here..
It's still possible via
typo3/sysext/core/bin/typo3 extension:activate extensionkey
…but the command is missing in the help output.
(There is a condition to hide the command in composer mode, but that seems to be broken)

Apparently, in non-Composer mode the command extension:activate is available (and works), but is not listed in list of commands.

Reproduce

Run command

  • typo3/sysext/core/bin/typo3 in a non Composer TYPO3 installation.

It lists the possible commands. It does not list extension:activate (and extension:deactivate).

It only lists these commands which start with extension:

extension:list                   Shows the list of extensions available to the system
extension:setup Set up extensions

All system extension are activated except for:

  • indexed_search
  • linkvalidator
  • opendocs
  • workspaces

System

  • reproduced with v11 (latest 11.5 branch) in non-Composer installation

I don't know if this command should also be available in TYPO3 v12, but it is not shown there as well.

Actions

Also available in: Atom PDF