PHPackages                             smalot/cerbere - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. smalot/cerbere

ActiveLibrary[CLI &amp; Console](/categories/cli)

smalot/cerbere
==============

Drush command line that controls the updates of Drupal modules.

v0.7(9y ago)089GPL-2.0+PHP

Since Nov 23Pushed 9y ago2 watchersCompare

[ Source](https://github.com/smalot/drush-cerbere)[ Packagist](https://packagist.org/packages/smalot/cerbere)[ RSS](/packages/smalot-cerbere/feed)WikiDiscussions master Synced today

READMEChangelog (9)Dependencies (9)Versions (16)Used By (0)

Cerbere
=======

[](#cerbere)

Cerbere is a Drush commands set performing action on project' modules stored in GIT, SVN or just locally.

[![Build Status](https://camo.githubusercontent.com/c2726cce075f23c7e9b46739be14e007f19a703d6df473a20b6e889f940915d0/68747470733a2f2f7472617669732d63692e6f72672f736d616c6f742f64727573682d636572626572652e737667)](https://travis-ci.org/smalot/drush-cerbere)[![Latest Stable Version](https://camo.githubusercontent.com/284a5acc7d7eda8e9e9da792e21be3a881c8b6e1f5a133159c8462fd9d7d3d1b/68747470733a2f2f706f7365722e707567782e6f72672f736d616c6f742f636572626572652f762f737461626c65)](https://packagist.org/packages/smalot/cerbere) [![Total Downloads](https://camo.githubusercontent.com/ad27e454d31878fb7946a798b024b47d64f0d24f10e81771d42c8071d7a8afa4/68747470733a2f2f706f7365722e707567782e6f72672f736d616c6f742f636572626572652f646f776e6c6f616473)](https://packagist.org/packages/smalot/cerbere) [![Latest Unstable Version](https://camo.githubusercontent.com/5284cf54a76ce30175cf7a5ed13c0dad4861f14b0845d26fea565576e835adb8/68747470733a2f2f706f7365722e707567782e6f72672f736d616c6f742f636572626572652f762f756e737461626c65)](https://packagist.org/packages/smalot/cerbere) [![License](https://camo.githubusercontent.com/8edf39d018e6f4a887decb1b896ca881ce2f19ebb880215e2a4eb524864423e8/68747470733a2f2f706f7365722e707567782e6f72672f736d616c6f742f636572626572652f6c6963656e7365)](https://packagist.org/packages/smalot/cerbere)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/0b1dc66c6afd9093d914f45deafcd4c33ab59d897a9728cb460b394b4a25d9a2/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f736d616c6f742f64727573682d636572626572652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/smalot/drush-cerbere/?branch=master)

Requirements
============

[](#requirements)

- Composer *([install composer](https://getcomposer.org/download/))*
- Drush *([install drush](http://docs.drush.org/en/master/install/))*
- PHP 5.3+

[Compatible](https://travis-ci.org/smalot/drush-cerbere) with both Drush 7.x and Drupal 8.x.

Installation
============

[](#installation)

Composer
--------

[](#composer)

You need first to download this library using `composer`.

```
composer global require smalot/cerbere:dev-master
```

Go to [GetComposer.org](https://getcomposer.org/download/) to install Composer on your environment.

Bootstrap
---------

[](#bootstrap)

You need to create, or alter, a file named `drushrc.php` stored in the following folder: `~/.drush`.

See [Drush documentation](https://github.com/drush-ops/drush/blob/master/docs/configure.md#drushrcphp%5D) for more detail on this file.

```
