Traefik command line to list vhost?

Hello,
there is a way to request traefik via a command line to list vhost for exemple like with "apachectl -S".

What I want is all vhost managed by traefik and service pointed by this vhost, so all informations in traefik web interface but from a command line ?

Do you have some idea ??

Regards

You can use curl with the Traefik api. Traefik dashboard uses the API, too.