Bug #99396
Updated by Sybille Peters almost 2 years ago
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.
h2. 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
h2. System
* reproduced with v11 (latest 11.5 branch) in Composer and 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.