The updatescript processor is a deployment tool for drupal configurations.
It provides a scripting environment that allows you to define your own configurations as script files with incremental version-controlling.
The API of the updatescript processor supports functions to configure, disable and enable modules and themes.
Furthermore, it provides a drush function for other tasks that do not have corresponding API functions in the updatescript environment.
The updatescript processor can be used with CI (continuous integration) systems like jenkins for updating target systems like dev and stage installations.
The updatescript processor provides some API for handling with drupal.