mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-10 17:58:18 +00:00
Update cheatsheets
This commit is contained in:
25
drush
Normal file
25
drush
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# drush
|
||||
|
||||
> A command-line shell and scripting interface for Drupal.
|
||||
> More information: <https://www.drush.org>.
|
||||
|
||||
- Enable module "foo":
|
||||
|
||||
`drush en {{foo}}`
|
||||
|
||||
- Uninstall module "foo":
|
||||
|
||||
`drush pmu {{foo}}`
|
||||
|
||||
- Clear all caches:
|
||||
|
||||
`drush cr`
|
||||
|
||||
- Clear CSS and JavaScript caches:
|
||||
|
||||
`drush cc css-js`
|
||||
Reference in New Issue
Block a user