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 * <strong> 00030 * This command is depricated and will be removed soon!<br /> 00031 * \@see <a href="http://drupal.org/node/652778">#652778: Similar functionality is in drush core 3.x</a>. 00032 * </strong> 00033 * 00034 * @subpage multi_drupalupdate_help "multi-drupalupdate" 00035 * 00036 * Updates the installation if there is a new minor release available 00037 * 00038 * @subpage multi_sql_dump_help "multi-sql-dump" 00039 * 00040 * An extended sql-dump command 00041 * 00042 * @subpage multi_nagios_help "multi-nagios" 00043 * 00044 * Command for use as nagios plugin with exit status and status message 00045 * 00046 * @subpage multi_site_help "multi-site" 00047 * 00048 * Creates a site within the installation 00049 */
1.5.8