mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-26 21:51:05 +01:00
Add Generate Command alias
This commit is contained in:
parent
ec8a3d494f
commit
0c4be784b1
2 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,7 @@ plugins=(... symfony2)
|
|||
| `sfroute` | sf debug:router | Show the different routes |
|
||||
| `sfcontainer` | sf debug:contaner | List the different services |
|
||||
| `sfgb` | sf generate:bundle | Generate a bundle |
|
||||
| `sfgc` | sf generate:command | Generate a command |
|
||||
| `sfge` | sf doctrine:generate:entity | Generate an entity |
|
||||
| `sfsu` | sf doctrine:schema:update | Update the schema in Database |
|
||||
| `sfdev` | sf --env=dev | Update environment to `dev` |
|
||||
|
|
|
@ -25,6 +25,7 @@ alias sfcw='sf cache:warmup'
|
|||
alias sfroute='sf debug:router'
|
||||
alias sfcontainer='sf debug:container'
|
||||
alias sfgb='sf generate:bundle'
|
||||
alias sfgc='sf generate:command'
|
||||
alias sfge='sf doctrine:generate:entity'
|
||||
alias sfsu='sf doctrine:schema:update'
|
||||
alias sfdev='sf --env=dev'
|
||||
|
|
Loading…
Reference in a new issue