|
|
@@ -9,66 +9,66 @@ services:
|
|
|
|
|
|
Opentalent\OtAdmin\Command\CreateOrganizationCommand:
|
|
|
tags:
|
|
|
- - name: 'ot:site:create'
|
|
|
+ - name: console.command
|
|
|
command: 'ot:site:create'
|
|
|
schedulable: false
|
|
|
|
|
|
Opentalent\OtAdmin\Command\DeleteOrganizationCommand:
|
|
|
tags:
|
|
|
- - name: 'ot:site:delete'
|
|
|
+ - name: console.command
|
|
|
command: 'ot:site:delete'
|
|
|
schedulable: false
|
|
|
|
|
|
Opentalent\OtAdmin\Command\UndeleteOrganizationCommand:
|
|
|
tags:
|
|
|
- - name: 'ot:site:undelete'
|
|
|
+ - name: console.command
|
|
|
command: 'ot:site:undelete'
|
|
|
schedulable: false
|
|
|
|
|
|
Opentalent\OtAdmin\Command\ClearSiteCacheCommand:
|
|
|
tags:
|
|
|
- - name: 'ot:site:clear-cache'
|
|
|
+ - name: console.command
|
|
|
command: 'ot:site:clear-cache'
|
|
|
schedulable: true
|
|
|
|
|
|
Opentalent\OtAdmin\Command\SetSiteDomainCommand:
|
|
|
tags:
|
|
|
- - name: 'ot:site:setdomain'
|
|
|
+ - name: console.command
|
|
|
command: 'ot:site:setdomain'
|
|
|
schedulable: true
|
|
|
|
|
|
Opentalent\OtAdmin\Command\ResetBeUserPermsCommand:
|
|
|
tags:
|
|
|
- - name: 'ot:site:reset-perms'
|
|
|
+ - name: console.command
|
|
|
command: 'ot:site:reset-perms'
|
|
|
schedulable: true
|
|
|
|
|
|
Opentalent\OtAdmin\Command\UpdateRoutingIndexCommand:
|
|
|
tags:
|
|
|
- - name: 'ot:site:index'
|
|
|
+ - name: console.command
|
|
|
command: 'ot:site:index'
|
|
|
schedulable: true
|
|
|
|
|
|
Opentalent\OtAdmin\Command\GetSiteStatusCommand:
|
|
|
tags:
|
|
|
- - name: 'ot:site:status'
|
|
|
+ - name: console.command
|
|
|
command: 'ot:site:status'
|
|
|
schedulable: false
|
|
|
|
|
|
Opentalent\OtAdmin\Command\AddRedirectionCommand:
|
|
|
tags:
|
|
|
- - name: 'ot:redirection:add'
|
|
|
+ - name: console.command
|
|
|
command: 'ot:redirection:add'
|
|
|
schedulable: false
|
|
|
|
|
|
Opentalent\OtAdmin\Command\RemoveRedirectionCommand:
|
|
|
tags:
|
|
|
- - name: 'ot:redirection:remove'
|
|
|
+ - name: console.command
|
|
|
command: 'ot:redirection:remove'
|
|
|
schedulable: false
|
|
|
|
|
|
Opentalent\OtAdmin\Command\ScanCommand:
|
|
|
tags:
|
|
|
- - name: 'ot:site:scan'
|
|
|
+ - name: console.command
|
|
|
command: 'ot:site:scan'
|
|
|
schedulable: true
|