propeople/update_project_components_statuses 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

propeople/update_project_components_statuses

Composer 安装命令:

composer require propeople/update_project_components_statuses

包简介

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

README 文档

README

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.

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.

Example of contents from "*.info" file:

; Features
components[] = feature_name

; Modules
components[] = module_name

Usage

Enable or revert all modules or features if it necessary.

drush upcs

Installation

You can just execute the drush dl update_project_components_statuses and Drush download the package into your ~/.drush folder.

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

统计信息

  • 总下载量: 5
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 0
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0
  • 更新时间: 2015-01-29