Bug #99396
closedcli command extension:activate is not listed in list of posstible commands
0%
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.