Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
but though works fine from devel/php it seems not to have any effect (or errors) when run from drush bootstrap. I assume that the batch processes are falling down without error, maybe another include required.
Comments
Comment #1
autopoietic commentedI have abstracted the 'environment status' form submit so that it can potentially be used separately.
I had thought that you would be able to use from drush via php-eval in the following manner:
but though works fine from devel/php it seems not to have any effect (or errors) when run from drush bootstrap. I assume that the batch processes are falling down without error, maybe another include required.
Comment #2
olofbokedal commentedAdded in 7.x-1.1.
Three commands has been added:
drush tadaa
Prints the state of the current environment.
drush tadaa-fix (drush tf)
Enables/disables modules and changes the values of variables that doesn't match the current configuration.
drush tadaa-switch environment (drush ts environment)
Switches to the specified environment, e.g.
drush ts development.