Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
smalot committed Nov 26, 2015
1 parent 36f5950 commit e7ca233
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Expand Up @@ -60,19 +60,26 @@ drush --include=$HOME/.composer/vendor/smalot/cerbere/commands

## 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:
**Example**

List all outdated module, and check if there has been hacked.
Usefull to know if module update can be safely realized.

````sh
drush cerbere-update sites/all/modules/*.info --hacked --level=update
````

## Command : cerbere-hacked

This report is dedicated to the `hacked` check.

* `--no-progress` : Disable progress bar.
* `--format` : Output format (`table`, `csv`, `json`) - default : `table`.

0 comments on commit e7ca233

Please sign in to comment.