Posted by drupal4media on March 29, 2010 at 2:32pm
We are trying to integrate Patterns execution in our change management system based on Liquibase. It seems like the Patterns module only supports execution in GUI mode. Is there any way to execute them from command line or any API we can use to create a Drush extension?
Does the Configuration Framework try to cover these use cases? If so, what's its current development status and where should we start looking for more information?
Thanks a lot!
Esteban
Comments
Drush supprt patch
Currently there isn't a direct way to run patterns from the CLI that I'm aware of but there is a patch for Drupal support in the issue queue:
http://drupal.org/node/601044
I had tested it and it was all working EXCEPT for running the patterns for me. The folks who worked on the patch didn't say anything about it not supporting running the patterns so I assume it was working for them. Feel free to test it out and comment on the issue queue there.
--
Gravitek Labs
it is being worked on
Yes, it is being worked on. There are limitations in the drush batch api that are causing some problems.