You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,10 +75,10 @@ _pomm:
75
75
76
76
## Command line interface
77
77
78
-
The [Pomm CLI](https://github.com/pomm-project/Cli) is available through the `app/console` utility. It is possible to browse the database or to generate model files.
78
+
The [Pomm CLI](https://github.com/pomm-project/Cli) is available through the `bin/console` utility. It is possible to browse the database or to generate model files.
79
79
80
80
```
81
-
$ ./app/console pomm:generate:relation-all -d src -a 'AppBundle\Model' my_db1 student
81
+
$ ./bin/console pomm:generate:relation-all -d src -a 'AppBundle\Model' my_db1 student
82
82
```
83
83
84
84
If you want generate schema, you need to use the model manager session builder:
0 commit comments