in2code-de / in2publish_core

in2publish Community Version
https://www.in2code.de/produkte/content-publisher/
GNU General Public License v3.0
40 stars 23 forks source link

Use `typo3` cli endpoint instead of `cli_dispatch.phpsh` #53

Closed YKWeyer closed 5 years ago

YKWeyer commented 5 years ago

in2publish heavily relies on cli_dispatch.phpsh to interact with the foreign instance.

This tool cli_dispatch.phpsh was deprecated in Typo3 8.7. Furthermore, it is provided by the typo3/cms package only, although in2publish doesn't require any of the other extbase in this package.

Using the standard bin/typo3 entrypoint (composer package typo3/cms-cli) would have several benefits:

The drawback might be loosing the compatibility to older versions, but I don't know which versions of Typo3 in2publish should support?