Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
Generated on May 18, 2024 via composer

drush/drush 12.5.1

Drush is a command line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt.
Package summary
Share
3
issues
3
high severity
license
3
3
licenses
41
MIT
3
GPL-2.0-or-later
1
BSD-3-Clause
Package created
2 May 2013
Version published
20 Mar 2024
Maintainers
2
Total deps
45
Direct deps
18
License
GPL-2.0-or-later

Issues

3

3 high severity issues

high
Recommendation: Validate that the package complies with your license policy
via: chi-teck/drupal-code-generator@3.5.0
Recommendation: Validate that the package complies with your license policy
via: drush/drush@12.5.1
Recommendation: Validate that the package complies with your license policy
via: webflo/drupal-finder@1.3.0
Collapse
Expand

Licenses

MIT License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
sublicense
private-use
Cannot
hold-liable
Must
include-copyright
include-license
41 Packages, Including:
composer/semver@3.4.0
consolidation/annotated-command@4.10.0
consolidation/config@2.1.2
consolidation/filter-via-dot-access-data@2.0.2
consolidation/log@3.1.0
consolidation/output-formatters@4.5.0
consolidation/robo@4.0.6
consolidation/self-update@2.2.0
consolidation/site-alias@4.1.0
consolidation/site-process@5.4.0
dflydev/dot-access-data@v3.0.2
grasmash/expander@3.0.0
grasmash/yaml-cli@3.2.1
guzzlehttp/guzzle@7.8.1
guzzlehttp/promises@2.0.2
guzzlehttp/psr7@2.6.2
league/container@4.2.2
psr/container@2.0.2
psr/event-dispatcher@1.0.0
psr/http-client@1.0.3
psr/http-factory@1.1.0
psr/log@3.0.0
ralouphie/getallheaders@3.0.3
symfony/console@v6.4.7
symfony/dependency-injection@v6.4.7
symfony/deprecation-contracts@v3.5.0
symfony/event-dispatcher@v6.4.7
symfony/event-dispatcher-contracts@v3.5.0
symfony/filesystem@v6.4.7
symfony/finder@v6.4.7
symfony/polyfill-ctype@v1.29.0
symfony/polyfill-intl-grapheme@v1.29.0
symfony/polyfill-intl-normalizer@v1.29.0
symfony/polyfill-mbstring@v1.29.0
symfony/polyfill-php80@v1.29.0
symfony/process@v6.4.7
symfony/service-contracts@v3.5.0
symfony/string@v6.4.7
symfony/var-dumper@v6.4.7
symfony/var-exporter@v7.0.7
symfony/yaml@v6.4.7

GNU General Public License v2.0 or later

Strongly Protective
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
Cannot
Must
3 Packages, Including:
chi-teck/drupal-code-generator@3.5.0
drush/drush@12.5.1
webflo/drupal-finder@1.3.0

BSD 3-Clause "New" or "Revised" License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
place-warranty
Cannot
use-trademark
hold-liable
Must
include-copyright
include-license
1 Packages, Including:
twig/twig@v3.10.3
Disclaimer

This deed highlights only some of the key features and terms of the actual license. It is not a license and has no legal value. You should carefully review all of the terms and conditions of the actual license before using the licensed material.

Sandworm is not a law firm and does not provide legal services. Distributing, displaying, or linking to this deed or the license that it summarizes does not create a lawyer-client or any other relationship.

Direct Dependencies

18
All Dependencies CSV
β“˜ This is a list of drush/drush 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities
chi-teck/drupal-code-generator3.5.0-GPL-2.0-or-later
prod
1
composer/semver3.4.028.21 kBMIT
prod
consolidation/annotated-command4.10.0-MIT
prod
consolidation/config2.1.239.41 kBMIT
prod
consolidation/filter-via-dot-access-data2.0.251.87 kBMIT
prod
consolidation/output-formatters4.5.091.97 kBMIT
prod
consolidation/robo4.0.6229.81 kBMIT
prod
consolidation/site-alias4.1.0-MIT
prod
consolidation/site-process5.4.0-MIT
prod
grasmash/yaml-cli3.2.1-MIT
prod
guzzlehttp/guzzle7.8.1112.34 kBMIT
prod
league/container4.2.2-MIT
prod
symfony/event-dispatcherv6.4.7-MIT
prod dev
symfony/filesystemv6.4.7-MIT
prod dev
symfony/finderv6.4.7-MIT
prod
symfony/var-dumperv6.4.7-MIT
prod dev
symfony/yamlv6.4.7-MIT
prod dev
webflo/drupal-finder1.3.0-GPL-2.0-or-later
prod
1

Visualizations

Frequently Asked Questions

What does drush/drush do?

Drush, also known as the Drupal Shell, is a comprehensive command line utility and Unix scripting interface specifically designed for Drupal. Acting as a robust Swiss Army knife for developers, it boosts efficiency by enabling them to perform a multitude of Drupal tasks right from the command prompt.

How do you use drush/drush?

To use Drush, it needs to be installed and executed via the command line. Start by installing Drush using Composer, in your command line, type the following code:

composer require drush/drush

Once installed, an extensive list of commands allow you to interact with Drupal directly from the command prompt. Here's an example:

drush status

This command will display the status report of your Drupal installation, similar to the report you would see in a Drupal administrative interface. Another common use of Drush is to clear the cache. Here's the command to do just that:

drush cache-clear all

Different versions of Drush support different Drupal versions. So, depending on the Drupal version you're using, you may need to use a corresponding Drush version.

Where are the drush/drush docs?

Full documentation for Drush, along with usage examples and explanatory content, can be found at www.drush.org. This site is the primary resource for obtaining the most up-to-date information about Drush. Users seeking support may also post queries on Drupal Answers using the tag 'drush' and report bugs, request features, or report security vulnerabilities on the GitHub Drush Issue Queue. Lastly, contributors are encouraged to use pull requests (PRs) to help enhance Drush.