Closed (won't fix)
Project:
Config Partial Export
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Mar 2017 at 19:05 UTC
Updated:
24 Mar 2017 at 21:00 UTC
Jump to comment: Most recent
Comments
Comment #2
bircherI think this feature request is not really feasible. Config Filter allows other modules to change what is written to and read from the sync storage. Drush imports and exports everything so a separate command for exporting only certain config can make sense.
However, it would be pretty easy to make the commands work with config filter if http://cgit.drupalcode.org/config_partial_export/tree/config_partial_exp... would use the sync storage service if the directory is the CONFIG_SYNC_DIRECTORY.
for example:
Comment #3
nerdsteinOK, this makes sense. Closing this issue, it doesn't seem to be a significant value add.