Skip to content

circleinteractive/civicrm_extension.drush.inc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

civicrm_extension.drush.inc

Drush commands for CiviCRM extensions

Commands

  • drush civicrm-extension-directory - list all extensions on the extensions directory
  • drush civicrm-extension-status - show the status of all locally installed / uninstalled extensions
  • drush civicrm-extension-download <key> - download the extension specified by <key>
  • drush civicrm-extension-enable <key> - enable the extension specified by <key>
  • drush civicrm-extension-disable <key> - disable the extension specified by <key>
  • drush civicrm-extension-uninstall <key> - uninstall the extension specified by <key>

To avoid file permission problems, run as the webserver user - eg: sudo -u www-data drush civicrm-extension-status

About

Drush commands for CiviCRM extensions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published