2017 © Pedro Peláez
 

library update_project_components_statuses

Enable/revert the features from the profile "*.info" file or file, that stored in "sites/default/components.info".

image

propeople/update_project_components_statuses

Enable/revert the features from the profile "*.info" file or file, that stored in "sites/default/components.info".

  • Thursday, January 29, 2015
  • by BR0kEN-
  • Repository
  • 0 Watchers
  • 1 Stars
  • 1 Installations
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Update the Project Components statuses (Drush command)

Did you have a situation when your Drupal project contains a lot of features that need to be reverted after the regular code deployment? The drush upcs command is enabled/reverted the necessary modules/features., (*1)

To let the command know what should be checked, a special file in "sites/default" that named "components.info" should be created. Also, the contents of that file can be placed into an installation profile "*.info" file and described previous step can be ommited., (*2)

Example of contents from "*.info" file:, (*3)

; Features
components[] = feature_name

; Modules
components[] = module_name

Usage

Enable or revert all modules or features if it necessary., (*4)

drush upcs

Installation

You can just execute the drush dl update_project_components_statuses and Drush download the package into your ~/.drush folder., (*5)

Another way to install this command - is manually download the sources and place it into ~/.drush folder by yourself., (*6)

The Versions

29/01 2015

dev-master

9999999-dev http://wearepropeople.com

Enable/revert the features from the profile "*.info" file or file, that stored in "sites/default/components.info".

  Sources   Download

GPL-2.0+

The Requires

 

by Sergey Bondarenko

commands drupal features drush