Active
Project:
Features Orphans
Version:
7.x-1.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Dec 2011 at 05:32 UTC
Updated:
15 May 2012 at 08:49 UTC
I find myself wishing that `drush fe` did exactly this.
Have you considered just making a patch to features itself to add this functionality?
Comments
Comment #1
jon pughThat's actually the plan, I just wanted to develop the idea and the code first. Also, as soon as I posted the module, I am realizing there are more tools I would like to develop to make developing with features more manageable, so this project might eventually be folded into a more generic features tools module.
Comment #2
nyl_auster commentedtrying the module, i notice for the first time that it seems that features has already this features now :
"drush fc {component_name}"
Here is an extract from the result in a terminal :
As you can see, you are able to see which fields (or whatever the component is) are already in a features or not; and they are in a format we may copy paste directly in .info file.