Console commands for Apitte.

# Content

# Setup

Install and register console plugin.

api:
    plugins:
        Apitte\Console\DI\ConsolePlugin:
1
2
3

You also need setup an integration of symfony/console (opens new window), try contributte/console (opens new window)

# Commands

# Route dump

List all endpoints and their details

php bin/console apitte:route:dump
1