Commands Reference
These commands can be executed using the Uvodo command line interface (CLI), located within your Uvodo project
$ bin/console [command] [parameters]
Command | Description |
about | Displays information about the current project |
help | Displays help for a command |
list | Lists commands |
Command | Description |
make:command | Create console command |
make:crud | Create CRUD presentation layer |
make:entity | Create entity |
make:module | Create empty module |
make:value-object | Create value object |
Command | Description |
list:route | List all routes |
list:value-objects | List value objects |
Command | Description |
app:list | List all apps |
app:create | Create app |
app:delete | Delete app |
Command | Description |
plugin:list | List all plugins |
plugin:create | Create plugin boilerplate |
plugin:activate | Activates an installed plugin |
plugin:deactivate | Deactivate an installed plugin |
plugin:build | Build plugin |
plugin:install | Install plugin from zip archive |
Command | Description |
queue:consume | Consume messages |
Last modified 5mo ago