Clio release version 6.1.0.15 allows you to save package states from your Creatio environment to the manifest file. You can use the following command to save settings to a file.
clio save-manifest "C:\GitOps\production-manifest.yaml" -e production
Clio stores packages' Names and hash, which are based on ModifiedOn, Checksum, and Names of relative Schemas. For example
Also in the manifest file, Clio store feature states and addresses
And web services addresses
If the manifest file does not exist, this command will create it. if the file already exists, Clio rewrites it. This behavior was created to organize the flow to store and monitor changes using Git.
Do you like this idea?
0 comments