Changing task names in Symfony 1.4

(written by Lawrence Krubner, however indented passages are often quotes)

In Symfony 1.4, the task “generate-crud” got renamed “generate-module”. I lost a bit of time trying to find that one.

The new form is:

symfony doctrine:generate-module appname modulename modelname

Source