drupal-sauron/monitoring

Sauron base component

dev-master 2016-09-02 12:42 UTC

This package is not auto-updated.

Last update: 2024-05-11 16:45:21 UTC


README

Sauron monitors your Drupal project and keep you in touch with your application update status.

Sauron monitoring is a complete rewrite of existing python app https://github.com/misterdoak/sauron

/!\ NOT READY FOR PRODUCTION YET /!\

INSTALL

Use composer

composer require "drupal-sauron/monitoring":"dev-master"

HOW TO

Get project update status?

./sauron project:update-status <project>

Get project update status by email?

./sauron project:update-status <project> --report=mail

Checkout project before update status by email?

./sauron project:update-status <project> --checkout --report=mail