Clio release 6.1.0.12 provides a command to create a state manifest for the Creatio instance and store the configuration of web services and feature states.
clio save-state "D:\manifest\myinstance-creatio-manifest.yaml" -e MyInstance
Storing this file in Git can be used to control instance changes. In future releases, the manifest file will store sys-settings values, applications, and packages, and it will also clone environment settings to clean Creatio instances.
P.S: Also the ability to work with HotFix mode was added to Clio commands. To enable/disable it use the following command
# To enable hot-fix mode for a package clio pkg-hotfix <PACKAGE_NAME> true -e <ENVIRONMENT_NAME> # To disable hot-fix mode for a package clio pkg-hotfix <PACKAGE_NAME> false -e <ENVIRONMENT_NAME>
Do you like this idea?
0 comments