mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-18 05:49:51 +00:00
Update cheatsheets
This commit is contained in:
26
drupal
Normal file
26
drupal
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# drupal
|
||||
|
||||
> Generate boilerplate code, interact with and debug Drupal projects.
|
||||
> Some subcommands such as `drupal check` have their own usage documentation.
|
||||
> More information: <https://drupalconsole.com/>.
|
||||
|
||||
- Install a module:
|
||||
|
||||
`drupal module:install {{module_name}}`
|
||||
|
||||
- Uninstall a module:
|
||||
|
||||
`drupal module:uninstall {{module_name}}`
|
||||
|
||||
- Clear all caches:
|
||||
|
||||
`drupal cache:rebuild`
|
||||
|
||||
- View current Drupal installation status:
|
||||
|
||||
`drupal site:status`
|
||||
Reference in New Issue
Block a user