mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 14:46:00 +02:00
drush: add Italian translation.
This commit is contained in:
parent
5c01cbd5f9
commit
8d141fce42
1 changed files with 28 additions and 0 deletions
28
pages.it/common/drush.md
Normal file
28
pages.it/common/drush.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# drush
|
||||
|
||||
> Shell da linea di comando ed interfaccia di scripting per Drupal.
|
||||
> Maggiori informazioni: <https://www.drush.org>.
|
||||
|
||||
- Scarica il modulo "foo":
|
||||
|
||||
`drush dl {{foo}}`
|
||||
|
||||
- Scarica la versione 7.x-2.1-beta1 del modulo "foo":
|
||||
|
||||
`drush dl {{foo}}-7.x-2.1-beta1`
|
||||
|
||||
- Abilita il modulo "foo":
|
||||
|
||||
`drush en {{foo}}`
|
||||
|
||||
- Disabilita il modulo "foo":
|
||||
|
||||
`drush dis {{foo}}`
|
||||
|
||||
- Pulisci tutte le cache:
|
||||
|
||||
`drush cc all`
|
||||
|
||||
- Pulisci le cache CSS e JavaScript:
|
||||
|
||||
`drush cc css-js`
|
Loading…
Add table
Reference in a new issue