bnf / typo3ctl
This package is abandoned and no longer maintained.
No replacement package was suggested.
TYPO3 Maintenance Command Line Binary (experimental)
0.8.0
2019-07-23 11:58 UTC
Requires
- php: ^7.2
- symfony/console: ^4.1
- typo3/cms-core: ^9.5 || ~10.0
- typo3/cms-install: ^9.5 || ~10.0
This package is auto-updated.
Last update: 2023-03-26 20:02:07 UTC
README
typo3ctl
is a lightweight replacement for helhum/typo3-console
for maintenance related tasks.
Do not use this package in production yet. This package is a proposal with the intention to merged into typo3/cms-cli
in near future (and later to typo3/cms-core
).
Installation
composer require bnf/typo3ctl
Usage
Use bin/typo3ctl
for maintenance tasks like:
vendor/bin/typo3ctl prepare:packagestates vendor/bin/typo3ctl prepare:folderstructure vendor/bin/typo3ctl database:migrate vendor/bin/typo3ctl cache:flush vendor/bin/typo3ctl upgrade:run
Use the core command line tool bin/typo3
for execution of business logic:
vendor/bin/typo3 import:foobar vendor/bin/typo3 scheduler:run