Actions
Feature #71038
closedInstall extensions with dependencies on CLI
Status:
Rejected
Priority:
Won't have this time
Assignee:
-
Category:
Extension Manager
Target version:
-
Start date:
2015-10-26
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The ExtensionCommandController
provides the extension:install
command which can be used to install extensions via CLI while ignoring all dependencies.
A switch like --with-dependencies
could be added which triggers installation of all extensions required by the extension to install. Of course these must exist when invoking this command. (Which is already given if the extension was fetched via Composer.)
Actions