FINDING DIFFERENCE BETWEEN THE CREATIO ENVIRONMENTS

Clio version 6.1.0.19 provides new functions to find differences in system settings, features, and packages across two Creatio instances

 

clio show-diff --source ENV1 --target ENV2

 

to save the result to a file specify the file option as follows

 

clio show-diff --source ENV1 --target ENV2 --file "C:\manifests\diff-env1-env2.yaml"

 

P/S: This command finds all data from source source which not presented or has different values on the target environment

3 comments

Great Idea!

Can it also find differences in Features?

Vladimir Sokolov,

Features are already part of the diff

Show all comments