Hi all,
I would like to know what's the difference between managing organizational units, repositories and deployments from kie-config-cli and managing them from business-central app "Administration" panel. There are a few attributes that doesn't match and I'd like (attributes coloured in red are different between tools or don't exist in both repos) to know what's the difference and what's the right way to create ou's and repo's. I've created two repositories and here is the result for each used method:
Currently available Organizational Units:
Organizational Unit oukieconfigcli
owner:
roles: []
repositories:
Repository repository1kieconfigcli
scheme: git
uri: git://repository1kieconfigcli
environment: {username=, scheme=git, security:roles=[], init=true,
org.kie.config.cli.command.CliCommand=CreateRepositoryCliCommand, password=****}
repository roles: []
Currently available Organizational Units:
Organizational Unit oubusinesscentral
owner:
roles: []
repositories:
Repository repository1businesscentral
scheme: git
uri: git://repository1businesscentral
environment: {username=null, managed=false, scheme=git, security:groups=[],
origin=null://null@null:0/repository1businesscentral, password=****}
repository roles: []
Thanks in advance.