Skip to content

jacov/drupal-audit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Drupal Audit

This tool produces a quick and dirty report of some drush commands.

This should work for Drupal 7 & 8*

  • d8 may have some errors still...

Reports will be generated in a folder, for example:

	open output/2016-12-13_wabee2.prod.html

Usage

With Drush Aliases

	git clone [email protected]:jacov/drupal-audit.git
	cd drupal-audit
	./drupal-audit.sh @site.prod
	./drupal-audit.sh @site.dev

Without Drush Aliases

	cd <drupal_path>
	git clone [email protected]:jacov/drupal-audit.git
	cd drupal-audit
	./drupal-audit.sh
  • Note: if you are running without Drush Aliases, make sure to clean up output dir, or set it to a different location within the drupal-audit.sh. In the future i will put this in a config file.

With Drush Aliases via aht

	git clone [email protected]:jacov/drupal-audit.git
	cd drupal-audit
	./drupal-audit.sh @site.prod aht
	./drupal-audit.sh @site.dev aht

Alt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages