Add Generate Command alias

This commit is contained in:
Erwan ROUSSEL 2018-10-25 09:24:02 +02:00
commit 0c4be784b1
2 changed files with 2 additions and 0 deletions

View file

@ -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` |