mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 14:46:00 +02:00
cake: add Italian translation.
This commit is contained in:
parent
a10d161481
commit
e8b380ab3a
1 changed files with 36 additions and 0 deletions
36
pages.it/common/cake.md
Normal file
36
pages.it/common/cake.md
Normal file
|
@ -0,0 +1,36 @@
|
|||
# cake
|
||||
|
||||
> Strumento da linea di comando per il framework CakePHP.
|
||||
> Maggiori informazioni: <https://cakephp.org>.
|
||||
|
||||
- Mostra informazioni sull'attuale app ed i comandi disponibili:
|
||||
|
||||
`cake`
|
||||
|
||||
- Elenca le rotte disponibili:
|
||||
|
||||
`cake routes`
|
||||
|
||||
- Pulisci le cache di configurazione:
|
||||
|
||||
`cake cache clear_all`
|
||||
|
||||
- Costruisci la cache dei metadati:
|
||||
|
||||
`cake schema_cache build --connection {{connessione}}`
|
||||
|
||||
- Pulisci la cache dei metadati:
|
||||
|
||||
`cake schema_cache clear`
|
||||
|
||||
- Pulisci una tabella di cache:
|
||||
|
||||
`cake schema_cache clear {{nome_tabella}}`
|
||||
|
||||
- Avvia un web server di sviluppo (porta predefinita 8765):
|
||||
|
||||
`cake server`
|
||||
|
||||
- Avvia una shell REPL interattiva:
|
||||
|
||||
`cake console`
|
Loading…
Add table
Reference in a new issue