00001 <?php 00002 // $Id: 00003 00004 /** 00005 * @file 00006 * Page Commands 00007 * 00008 * Additional Doxygen documentation 00009 */ 00010 00011 /** 00012 * @page cmds Commands 00013 * 00014 * Drush_multi provides the following commands: 00015 * 00016 * @subpage multi_status_help "multi-status" 00017 * 00018 * An extended drush core status 00019 * 00020 * @subpage multi_create_help "multi-create" 00021 * 00022 * Creates a Drupal multisite installation, 00023 * supports usage of <a href="http://drupal.org/project/drush_make">drush_make</a> makefiles 00024 * 00025 * @subpage multi_exec_help "multi-exec" 00026 * 00027 * Execute drush core commands on all sites (batch mode) 00028 * 00029 * @subpage multi_drupalupdate_help "multi-drupalupdate" 00030 * 00031 * Updates the installation if there is a new minor release available 00032 * 00033 * @subpage multi_sql_dump_help "multi-sql-dump" 00034 * 00035 * Execute a sql dump on all sites (batch mode) 00036 * 00037 * @subpage multi_nagios_help "multi-nagios" 00038 * 00039 * Command for use as nagios plugin with exit status and status message 00040 * 00041 * @subpage multi_site_help "multi-site" 00042 * 00043 * Creates a site within the installation 00044 */
1.5.8