@@ -40,7 +40,7 @@ services:
40
40
- { name: console.command, command: 'module:list' }
41
41
Oxrun\Command\Module\ReloadCommand :
42
42
tags :
43
- - { name: console.command }
43
+ - { name: console.command, command: 'module:reload' }
44
44
autowire : true
45
45
Oxrun\Command\Oxid\ShopListCommand :
46
46
tags :
@@ -59,37 +59,37 @@ services:
59
59
- { name: console.command, command: 'views:update' }
60
60
Oxrun\Command\Deploy\UpdateModuleConfigCommand :
61
61
tags :
62
- - { name: console.command }
62
+ - { name: console.command, command: 'deploy:update-module-config' }
63
63
autowire : true
64
64
Oxrun\Command\Deploy\ModuleApplyConfigurationLightCommand :
65
65
tags :
66
- - { name: console.command }
66
+ - { name: console.command, command: 'deploy:module-apply-configuration-light' }
67
67
autowire : true
68
68
Oxrun\Command\Deploy\ModuleActivatorCommand :
69
69
tags :
70
- - { name: console.command }
70
+ - { name: console.command, command: 'deploy:module-activator' }
71
71
autowire : true
72
72
Oxrun\Command\Config\GetCommand :
73
73
tags :
74
- - { name: console.command }
74
+ - { name: console.command, command: 'config:get' }
75
75
autowire : true
76
76
Oxrun\Command\Deploy\GenerateModuleActivatorCommand :
77
77
tags :
78
- - { name: console.command }
78
+ - { name: console.command, command: 'deploy:generate:module-activator' }
79
79
autowire : true
80
80
Oxrun\Command\Deploy\GenerateConfigurationCommand :
81
81
tags :
82
- - { name: console.command }
82
+ - { name: console.command, command: 'deploy:generate:configuration' }
83
83
autowire : true
84
84
Oxrun\Command\Deploy\ConfigCommand :
85
85
tags :
86
- - { name: console.command }
86
+ - { name: console.command, command: 'deploy:config' }
87
87
autowire : true
88
88
Oxrun\Command\Config\SetCommand :
89
89
tags :
90
- - { name: console.command }
90
+ - { name: console.command, command: 'config:set' }
91
91
autowire : true
92
92
Oxrun\Command\Deploy\LinkEnvironmentCommand :
93
93
tags :
94
- - { name: console.command }
94
+ - { name: console.command, command: 'deploy:link:environment' }
95
95
autowire : true
0 commit comments