|
archive.drush.inc |
commands/core/archive.drush.inc |
|
An early implementation of Site Archive dump/restore. See
http://groups.drupal.org/site-archive-format. |
|
archiveDumpTest.php |
tests/archiveDumpTest.php |
|
|
|
backend.inc |
includes/backend.inc |
|
Drush backend API |
|
backendTest.php |
tests/backendTest.php |
|
|
|
backup.inc |
commands/pm/version_control/backup.inc |
|
Drush pm directory copy backup extension |
|
bastion.html |
docs/bastion.html |
|
|
|
batch.inc |
includes/batch.inc |
|
Drush batch API. |
|
batch.inc |
commands/core/drupal/batch.inc |
|
Drupal 7 engine for the Batch API |
|
batchTest.php |
tests/batchTest.php |
|
Tests the drush batch subsystem. |
|
batch_6.inc |
commands/core/drupal/batch_6.inc |
|
Drupal 6 engine for the Batch API |
|
bootstrap.html |
docs/bootstrap.html |
|
|
|
bootstrap.inc |
includes/bootstrap.inc |
|
Drush bootstrapping code. |
|
bzr.inc |
commands/pm/version_control/bzr.inc |
|
Drush pm Bazaar extension |
|
cache.drush.inc |
commands/core/cache.drush.inc |
|
|
|
cache.inc |
includes/cache.inc |
|
Drush cache API |
|
cacheCommandTest.php |
tests/cacheCommandTest.php |
|
|
|
command.inc |
includes/command.inc |
|
The drush command engine. |
|
commands.html |
docs/commands.html |
|
|
|
commandSpecificTest.php |
tests/commandSpecificTest.php |
|
|
|
commandTest.php |
tests/commandTest.php |
|
|
|
commandUnitTest.php |
tests/commandUnitTest.php |
|
|
|
complete.inc |
includes/complete.inc |
|
Provide completion output for shells. |
|
completetest.drush.inc |
tests/completetest.drush.inc |
|
Commands and options for complete unit tests, to avoid relying on the
ever-changing core command set. |
|
completeTest.php |
tests/completeTest.php |
|
|
|
completetestsite.drush.inc |
tests/completetestsite.drush.inc |
|
Commands and options for complete unit tests, to avoid relying on the
ever-changing core command set. |
|
config.drush.inc |
commands/core/config.drush.inc |
|
Provides CMI commands. |
|
configTest.php |
tests/configTest.php |
|
Tests for enable, disable, uninstall, pm-list commands. |
|
context.html |
docs/context.html |
|
|
|
context.inc |
includes/context.inc |
|
The Drush context API implementation. |
|
contextTest.php |
tests/contextTest.php |
|
|
|
core.drush.inc |
commands/core/core.drush.inc |
|
Core drush commands. |
|
coreTest.php |
tests/coreTest.php |
|
|
|
COVERAGE.txt |
tests/COVERAGE.txt |
|
COMMANDS
------------
pm-download: GOOD.
need test for `pm-download --select` (hard to test; depends on state of project releases on d.o.)
pm-updatecode: GOOD.
pm-update: GOOD. Implicitly tested by pm-updatecode and… |
|
create_node_types.php |
tests/resources/create_node_types.php |
|
|
|
cron.html |
docs/cron.html |
|
|
|
csv_or_string.inc |
commands/core/outputformat/csv_or_string.inc |
|
|
|
dbtng.inc |
includes/dbtng.inc |
|
|
|
docs.drush.inc |
commands/core/docs.drush.inc |
|
Documentation commands providing various topics. |
|
download.pm.inc |
commands/pm/download.pm.inc |
|
|
|
drupal.inc |
includes/drupal.inc |
|
|
|
drupal.inc |
commands/pm/update_info/drupal.inc |
|
|
|
drupal_6.inc |
commands/pm/update_info/drupal_6.inc |
|
|
|
drush.api.php |
docs/drush.api.php |
|
Documentation of the Drush API. |
|
drush.complete.sh |
drush.complete.sh |
|
#!/bin/bash
# BASH completion script for Drush.
#
# Place this in your /etc/bash_completion.d/ directory or source it from your
# ~/.bash_completion or ~/.bash_profile files. Alternatively, source
# examples/example.bashrc instead, as it will… |
|
drush.inc |
includes/drush.inc |
|
The drush API implementation and helpers. |
|
drush.info |
drush.info |
|
drush_version=6.0-dev |
|
drush.php |
drush.php |
|
drush is a PHP script implementing a command line shell for Drupal. |
|
DrushRole.php |
classes/DrushRole.php |
|
|
|
drushScriptTest.php |
tests/drushScriptTest.php |
|
|
|
drush_testcase.inc |
tests/drush_testcase.inc |
|
|