garvinhicking / clinspector-gadget
Very, very simple TYPO3 console CLI command JSON export
Installs: 934
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: >=8.1
- symfony/console: ^5.4 || ^6.4 || ^7.0
- typo3/cms-backend: ^11.5.26 || ^12.4 || ^13.4 || dev-main
- typo3/cms-composer-installers: ^4.0@rc || >=5.0
- typo3/cms-core: ^11.5.26 || ^12.4 || ^13.4 || dev-main
Replaces
- typo3-ter/clinspector-gadget: 0.1.5
README
Very, very simple TYPO3 console CLI command JSON export
Usage
- Install as TYPO3 extension:
composer require garvinhicking/clinspector_gadget
- run
vendor/bin/typo3 clinspector:gadget > output.json
... did I mention, this is basic?
Motivation
The TYPO3 vendor/bin/typo3 list --format=json
command sadly
only exports the "failsafe container" CLI commands and not
all the commands registered by additional extensions.
For that we just use a basic Symfony stub.