https://github.com/TYPO3-Console/TYPO3-Console
Console command for TYPO3 CMS
https://github.com/TYPO3-Console/TYPO3-Console
automation command-line-tool composer continuous-integration deployment typo3 typo3-extension
Last synced: about 1 month ago
JSON representation
Console command for TYPO3 CMS
- Host: GitHub
- URL: https://github.com/TYPO3-Console/TYPO3-Console
- Owner: TYPO3-Console
- License: gpl-2.0
- Created: 2014-05-05T12:48:23.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2025-01-12T16:44:38.000Z (4 months ago)
- Last Synced: 2025-03-27T13:03:29.264Z (about 2 months ago)
- Topics: automation, command-line-tool, composer, continuous-integration, deployment, typo3, typo3-extension
- Language: PHP
- Size: 3.97 MB
- Stars: 290
- Watchers: 22
- Forks: 140
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://packagist.org/packages/helhum/typo3-console)
[](https://get.typo3.org/version/11)
[](https://get.typo3.org/version/12)
[](https://get.typo3.org/version/13)
[](https://packagist.org/packages/helhum/typo3-console)
[](https://packagist.org/packages/helhum/typo3-console)
[](https://github.com/TYPO3-Console/TYPO3-Console/actions/workflows/Test.yml)
[](https://styleci.io/repos/19455482)
[](https://packagist.org/packages/helhum/typo3-console)
[](https://www.paypal.me/helhum/19.99)# TYPO3 Console
TYPO3 Console (`helhum/typo3-console`) provides a clean way to register commands and
a sane way to call these commands through the TYPO3 core command line tool called `typo3`.### Important information for longtime users
**The CLI binary `typo3cms` was removed with version 8.0.0 and is replaced by the TYPO3 CLI binary `typo3`.
Commands that were called e.g. `typo3cms database:updateschema` before,
must now be called with `typo3 database:updateschema`.**It ships many commands to execute TYPO3 actions, which otherwise would only be accessible via the TYPO3 backend.
This makes TYPO3 Console a perfect companion for development, deployment, Docker setups, continuous integration
workflows or anything else where automation is required or beneficial.Examples for such commands are:
* `typo3 install:setup` to completely set up TYPO3 from command line
* `typo3 database:updateschema` to perform granular database schema updates| | URL |
|------------------|-----------------------------------------------------------|
| **Repository:** | https://github.com/TYPO3-Console/TYPO3-Console |
| **Read online:** | https://docs.typo3.org/p/helhum/typo3-console/main/en-us/ |
| **TER:** | https://extensions.typo3.org/extension/typo3_console |