Download the PHP package smalot/cerbere without Composer
On this page you can find all versions of the php package smalot/cerbere. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package cerbere
Cerbere
Cerbere is a Drush commands set performing action on project' modules stored in GIT, SVN or just locally.
Requirements
- Composer (install composer)
- Drush (install drush)
- PHP 5.3+
Compatible with both Drush 7.x and Drupal 8.x.
Installation
Composer
You need first to download this library using composer
.
`
Go to GetComposer.org to install Composer on your environment.
Bootstrap
You need to create, or alter, a file named drushrc.php
stored in the following folder: ~/.drush
.
See Drush documentation for more detail on this file.
``
Doing this step, Drush will be aware of commands provided by Cerbere, otherwise you'll need to use the --include
command line option to declare the command folder each time.
`
Use
Command : cerbere-update
This report is oriented on the update of the modules. It can be enriched with the hacked
flag which will append 2 columns indicating that a module has been locally altered or not.
--no-cache
: Disable cache mecanism. Otherwise, remote informations are cached for 1800 seconds.--no-progress
: Disable progress bar.--level
: Specify analyze verbosity (all
,security
,unsupported
,update
) - default :all
.--hacked
: Append Hacked reporting.--format
: Output format (table
,csv
,json
) - default :table
.
Example
List all outdated module, and check if there has been hacked. Usefull to know if module update can be safely realized.
`
Command : cerbere-hacked
This report is dedicated to the hacked
check.
--no-progress
: Disable progress bar.--format
: Output format (table
,csv
,json
) - default :table
.
Roadmap
Add Yaml support (Drupal 8.x)Fix notices (mkdir / unlink)- Add error handler on hacked plugin
- Add logging on hacked plugin
- Add unit tests on hacked plugin
- Add cache and option in command line to disable it (archives / hash file)
Credits
Parts of code has been reused from Drupal 7.x core, Hacked module.
All versions of cerbere with dependencies
symfony/yaml Version *
doctrine/cache Version *
cpliakas/git-wrapper Version ~1
monolog/monolog Version ~1
symfony/console Version ^2.7
splitbrain/php-archive Version ^1.0
t4web/composer-lock-parser Version *