-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Open
Labels
RFCRFC = Request For Comments (proposals about features that you want to be discussed)RFC = Request For Comments (proposals about features that you want to be discussed)
Description
Description
Actually
php bin/console config:dump-reference web_profilerweb_profiler:
toolbar: false
intercept_redirects: false
excluded_ajax_paths: '^/((index|app(_[\w]+)?)\.php/)?_wdt'
php bin/console debug:config web_profilerweb_profiler:
toolbar: true
intercept_redirects: false
excluded_ajax_paths: '^/((index|app(_[\w]+)?)\.php/)?_wdt'
RFC
We could imagine something like
php bin/console debug:config web_profiler --diff-reference-configweb_profiler:
+ toolbar: true
- toolbar: false
intercept_redirects: false
excluded_ajax_paths: '^/((index|app(_[\w]+)?)\.php/)?_wdt'Wdyt? do you think it may be doable? it may add lot of value for devs as having all the data locally instead of going to read doc
PS: for now I dont know nor have checked the doability of such things (diff tool, how to get separate command output and handle a smart diff (regarding comments on origin/override or reordering configs keys etc))
Example
Same for example as https://symfony.com/blog/fast-smart-flex-recipe-upgrades-with-recipes-update
norkunas, k0d3r1s, javiereguiluz, dsentker, David-Moisan and 3 more
Metadata
Metadata
Assignees
Labels
RFCRFC = Request For Comments (proposals about features that you want to be discussed)RFC = Request For Comments (proposals about features that you want to be discussed)