Console commands for Apitte.
First of all, setup core package.
Install and register console plugin
composer require apitte/console
api:
plugins:
Apitte\Console\DI\ConsolePlugin:
You also need setup an integration of symfony/console, try contributte/console
If you use kdyby/console then make sure you add required tag to registered commands.
decorator:
Symfony\Component\Console\Command\Command:
tags: [kdyby.console.command]
List all endpoints and their details
php bin/console apitte:route:dump