TYPO3 Console Interface¶
Assumptions¶
The TYPO3 Console interface has several assumptions to define the scope of the project:
- the console is working on any platform (Linux, Mac OS, Windows) by using PHP wrappers for system calls
- the console is a stand-alone version that however requires a particular TYPO3 version to have the full feature set (unclear - console as part of the Core?)
- the console is working on a TYPO3 instance (required at least typo3conf/localconf.php) - otherwise only a reduced feature set is available (like e.g. installing a new instance)
Components¶
- PEAR Packages to be used in both worlds - TYPO3 Core and the Console Application
Documentation¶
see http://docs.typo3incubator.org/Console/_build/html/Index.html
(documentation can be generated by calling the console:document command)