Olivier Massot 71364af282 ot_admin: fix PDO encoding error 5 роки тому
..
Classes 71364af282 ot_admin: fix PDO encoding error 5 роки тому
Configuration 2cc35b282d implement new ot_admin CLI commands 5 роки тому
Resources 2eb260b11c add the new ot_admin extension [ongoing] 5 роки тому
Readme.md 2eb260b11c add the new ot_admin extension [ongoing] 5 роки тому
composer.json 2eb260b11c add the new ot_admin extension [ongoing] 5 роки тому
ext_emconf.php 2eb260b11c add the new ot_admin extension [ongoing] 5 роки тому

Readme.md

OtAdmin

Admin-commands for managing the Typo3 instance. This extension provides commands available by the API, CLI, or a dedicated admin-only BE module

Extension key ot_admin
Vendor Opentalent
Nom OtAdmin

Warning: this extension depends on the ot_templating extension

CLI

Pour exécuter une commande depuis la console (dans le cas d'une installation Typo3 9.5, en mode composer, et avec php-fpm7.4) :

php7.4 /var/www/typo3/vendor/bin/typo3 [command]

Ou, si le script 'cli' a été ajouté lors de l'installation, ce qui devrait être le cas des installations opentalent:

sh /var/www/typo3/cli [command]

La liste des commandes fournies par cette extension peut-être obtenue avec:

php7.4 vendor/bin/typo3 list ot

A propos de l'implémentation de nouvelles commandes: https://docs.typo3.org/m/typo3/reference-coreapi/master/en-us/ApiOverview/CommandControllers/Index.html