drush usage-sendfor drush 7x


Send anonymous Drush usage information to statistics logging site. Usage statistics contain the Drush command name and the Drush option names, but no arguments or option values.

drush usage-send

  • Aliases


    usage-send has 1 alias/es:


    drush usend

  • Examples


    Immediately send cached usage statistics.

    drush usage-send

    Specify in a .drushrc.php file that usage information should be sent.

    $options['drush_usage_send']  = TRUE;

    Specify the frequency (file size) that usage information should be sent.

    $options['drush_usage_size']  = 10240;

  • Comments


    comments powered by Disqus