Environments Tool
Categories
Component ID
2437853
Component name
Environments Tool
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
3156
Component created
Component changed
Component body
Environments is a module for dealing with different server environments, such as development, staging or production.
Usage
- Define one or more environments
- Define one or more tasks for each environment
- Export environments using Features
- Use the UI or Drush to switch environments
- Take a bow
Environment Tasks
Tasks are operations which get executed whenever an environment is entered, for example enabling/disabling modules, changing variable values, etc.
The following tasks are provided out of the box:
- Enable module(s)
- Disable module(s)
- Uninstall module(s)
- Revert feature(s)
- Set a variable value
- Delete a variable
- Import a Migration
- Roll-back a Migration
- Execute a callback
- Run a Drush command
- Execute a Rules Component
- Flush caches
Dependencies
Contribute / Get Help
For the issue tracker, documentation and contributions please use the GitHub repo: https://github.com/alexweber/environments
