Hello everyone! We are glad to share with you that Clio released version 6.1.0.1, which started to control the change management process for Creatio users.
Now you can store the configuration for Creatio environment in the yaml file
environment:
url: https://myapp.creatio.com
apps:
- name: CrtCustomer360
version: "1.0.1"
apphub: MyAppHub
- name: CrtCaseManagment
version: "1.0.2"
apphub: MyAppHub
- name: MrktAppollo
version: "1.0.2"
app_hubs:
- name: MyAppHub
path: "//file.shareserver/MyAppHub"
This configuration file describes the desired states for the Creatio environment. Clio will compare the current and desired states and apply necessary changes (install/update applications from local AppHub, remove applications). You can register your several AppHubs in one configuration file.
To apply changes to the environment, use the following command
clio apply-manifest C:\my-configuration.yam -l user-p pwd
This approach implements best practices for managing and change logging.
In next releases will be added support for configuration:
- sestem settings
- feature states
- web service base urls
- packages
P.S: Clio provides commands for versioning and publishing your composable applications to AppHub.