ABOUT CREATIO SYSTEM

Clio release version 6.0.2.49 and Clio explorer version 2.0.59 provide functionality to get info about the Creatio system. It contains the product name, core version, type of database, runtime platform, and customer ID. It can be helpful for identifying installation or updating packages 

Also, it is available in command line mode

clio get-info -e ENVIRONMENT_NAME

Required update Clio API on the environment to version 2.0.0.28

1 comments

Great thanks for this command! All who develop projects for customers will be able to detect product, version and DB type easily. Here is full command set to install this update:



check your current Clio version:

dotnet tool list -g



remove old Clio version:

dotnet tool uninstall clio -g



install new Clio version:

dotnet tool install clio -g



install new version of cliogate package (aka "Clio API on the environment"):

clio install-gate -e YOUR_ENVIRONMENT_NAME

Show all comments