|
|
@@ -7,19 +7,25 @@ services:
|
|
|
Opentalent\OtAdmin\:
|
|
|
resource: '../Classes/*'
|
|
|
|
|
|
- Opentalent\OtAdmin\Command\CreateOrganizationCommand:
|
|
|
+ Opentalent\OtAdmin\Command\UpdateSiteCommand:
|
|
|
+ tags:
|
|
|
+ - name: console.command
|
|
|
+ command: 'ot:site:update'
|
|
|
+ schedulable: false
|
|
|
+
|
|
|
+ Opentalent\OtAdmin\Command\CreateSiteCommand:
|
|
|
tags:
|
|
|
- name: console.command
|
|
|
command: 'ot:site:create'
|
|
|
schedulable: false
|
|
|
|
|
|
- Opentalent\OtAdmin\Command\DeleteOrganizationCommand:
|
|
|
+ Opentalent\OtAdmin\Command\DeleteSiteCommand:
|
|
|
tags:
|
|
|
- name: console.command
|
|
|
command: 'ot:site:delete'
|
|
|
schedulable: false
|
|
|
|
|
|
- Opentalent\OtAdmin\Command\UndeleteOrganizationCommand:
|
|
|
+ Opentalent\OtAdmin\Command\UndeleteSiteCommand:
|
|
|
tags:
|
|
|
- name: console.command
|
|
|
command: 'ot:site:undelete'
|
|
|
@@ -43,12 +49,6 @@ services:
|
|
|
command: 'ot:site:reset-perms'
|
|
|
schedulable: true
|
|
|
|
|
|
- Opentalent\OtAdmin\Command\UpdateRoutingIndexCommand:
|
|
|
- tags:
|
|
|
- - name: console.command
|
|
|
- command: 'ot:site:index'
|
|
|
- schedulable: true
|
|
|
-
|
|
|
Opentalent\OtAdmin\Command\GetSiteStatusCommand:
|
|
|
tags:
|
|
|
- name: console.command
|