support app installation via cli
authormutec <webmaster@mysterycode.de>
Sun, 8 Jul 2018 13:36:48 +0000 (15:36 +0200)
committermutec <webmaster@mysterycode.de>
Sun, 8 Jul 2018 13:37:33 +0000 (15:37 +0200)
commit20f8f45090b5af12c47ce5e164e25213872aaf38
tree2a5bc4371847eb9c314b15d6dc18e252f4d6a09b
parent9b61724f59b632f09b7358b2d6756b7068f03611
support app installation via cli

this implements support for installation of apps via php-cli.
The user will be prompted to provide additional information like installation path, domain and domain path.
Example:
```mysterycode@demo: / $ php cli.php
                                                                           WoltLab Suite (tm) 3.1.4
   Benutzername> Administrator
   Kennwort> **********
   >package install https://update.mysterycode.de/package-file/460/
   Installationsverzeichnis> /guestbook/
   Domain> 499bf03.demo.mysterycode.de:8081
   Pfad> /guestbook/
   100% [###############################################################################################################] Installation abgeschlossen
   >```
wcfsetup/install/files/lib/system/cli/command/PackageCLICommand.class.php