With Drush only:
drush php-eval "actions_synchronize(actions_list(), TRUE);"
Inside a Drush Updatescript:
$this->drush('php-eval "actions_synchronize(actions_list(), TRUE);"');
Frontend Designer excited about bridging the gap between design and code.
With Drush only:
drush php-eval "actions_synchronize(actions_list(), TRUE);"
Inside a Drush Updatescript:
$this->drush('php-eval "actions_synchronize(actions_list(), TRUE);"');