When we import pattern builder, It allows us only two options;

  • Import all
  • Specify the name

When we don't specify the name by default it imports all schemas and that's a time consuming task. If we can have some argument for drush pbi command that imports only changed schemas. Instead of importing all. something like drush pbi --changed, This will improve the performance and we don't even have to remember / manually check for the schemas which are changed.

Comments

miteshmap created an issue. See original summary.

miteshmap’s picture

Assigned: miteshmap » Unassigned
Status: Active » Needs review
StatusFileSize
new5.47 KB

Adding patch here.

miteshmap’s picture

StatusFileSize
new5.44 KB
miteshmap’s picture

StatusFileSize
new9.14 KB

Refactored code with recursive search of included pattern, So pattern can also import the parent pattern again, with new changes.

miteshmap’s picture

StatusFileSize
new9.14 KB

Updated patch file with using correct Object.