-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Labels
DXDX = Developer eXperience (anything that improves the experience of using Symfony)DX = Developer eXperience (anything that improves the experience of using Symfony)DependencyInjection
Description
This relates to #11302, where container:debug
has a lot of great information, but is difficult to use.
What about a new container:explore
command, which would be interactive? For example:
Welcome! Search for a service by name or enter nothing to print out all services
Then I enter "log"
It prints
[0] logger [1] monolog.handler.console [2] monolog.handler.debug
Choose a number for more information on the service. Or hit enter to search for something else
I press "0". And it prints something similar to the container:debug logger
output.
Thoughts?
Metadata
Metadata
Assignees
Labels
DXDX = Developer eXperience (anything that improves the experience of using Symfony)DX = Developer eXperience (anything that improves the experience of using Symfony)DependencyInjection