Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.
/ typo3ctl Public archive

TYPO3 Maintenance Command Line Binary (experimental)

License

Notifications You must be signed in to change notification settings

bnf/typo3ctl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TYPO3 Maintenance Command Line Binary (experimental)

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

About

TYPO3 Maintenance Command Line Binary (experimental)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages