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

The new release of clio v.6.0.2.43 and clio explorer version 2.0.58 provides a new exciting feature to deploy the latest version of Creatio available in the storage.

You need to create local or network storage  with following structure:

And add path to storage in clio config file:

It can be local or network path.

You can open the settings file via clio explorer ui or the command

clio cfg open

P.S: Deploy latest releases from storage also available via console command, detailed information about other option available at the following link

clio deploy-creatio --product studio --db pg --platform net6

 

0 comments
Show all comments

Clio version 6.0.2.41 and Clio Explorer version 2.0.56 provide functionality for easy organizing and distribution of your composable applications. Now, you can download applications to the local file system from your registered environments.

This command creates a workspace for selected applications, which can later be deployed to any of your Creatio environments.

Clio Explorer provides convenient control for all workspaces stored in one directory.

Therefore, you can:

- link the local file system to git or another version control system

- map workspace to Creatio development instance

- deploy on-demand new versions to QA or Production environments

- easily combine all your applications on new environments in the cloud or local

0 comments
Show all comments

Clio release version 6.0.2.38 provides the functionality to set up a BASE URL for one Web Service on different environments (development, testing, etc). Use the following command

clio set-webservice-url WEB_SERVICE_NAME BASE_URL -e ENVIRONMENT_NAME

It can be helpful to use in automatic testing pipelines. 

 

P.S Also, we provide a new stable release of Clio Explorer version 2.0.55

0 comments
Show all comments

Clio release 6.0.2.36 provide new functionality to manage windows required feature

Now you can check/install/uninstall all this components using next command

# YOU NEED RUN CLIO AS ADMINISTRATORS
# Check
clio manage-windows-features -c
# Install
clio manage-windows-features -i
# Uninstall
clio manage-windows-features -u

For example

P.S: To simplify manual work with appsettings.json and checking structure shema.json file was updated

1 comments

Hi, clio release 6.0.2.33 provides function to restore database from backup file. This function helps developers recover dev environments

clio restore-db --db-name DB_NAME --db-working-folder DB_SERVER_FOLDER -f BACKUP_FILE_PATH --db-server-uri mssql://USERNAME:PASSWORD@127.0.0.1:1433

you can configure environments for simplify run this command

clio restore-db -e ENVIRONMENT_NAME

follow the link for details 

P/S: this command only supports MSSQL database, PosgreSQL and Clio explorer support in next releases

0 comments
Show all comments

Clio release 6.0.2.32 provides features to facilitate application management.

Get list of installed applications

clio get-app-list -e ENV_NAME # or clio apps -e ENV_NAME

We used ATF.Repository and Remote Data provider in Clio for easy way for data integration between Creatio and 3rd party systems.

Download application from environment

clio download-app APP_NAME|APP_CODE -e ENVIRONMENT_NAME --FilePath FILE_PATH.ZIP

Deploy application from one environment to another without ALM portal connectivity

clio deploy-app APP_NAME|APP_CODE -e SOURCE_ENV -d DESTINATION_ENV

P/S: from version 2.0.53 clio explorer support UI command for set default environment

0 comments
Show all comments

In the new release of Clio version 6.0.2.27+, support for working with composable applications has been expanded. We have added an option to uninstall an application.

clio uninstall-app-remote APP_NAME|APP_CODE
 
// or
 
clio uninstall-app-remote APP_NAME|APP_CODE

To simplify working with NuGet packages during the development, a function switch nuget to dll reference has been added. It neccesary for work in Creatio deployments without internet access. (*update clioapi required)

clio nuget2dll <package_name>

Clio workplace is now include  Jenkins sample filee with a typical pipeline.

0 comments
Show all comments

Clio explorer version 2.0.52+ provides editing feature for package file content 

*update clio api required

clio install-gate -e ENVIRONMENT_NAME

Also in this release clio 6.0.2.25+  and clio explorer 2.0.52+ provide functionality of compiling a package

clio compile-package MyPackage -e MyEnvironment

Also, you can create clio workspace in a folder with empty git repository

git clone https://git.com/repo
clio createw

 

1 comments

 

Clio explorer 2.0.50 supports preview of package file content. This feature requires clio version 6.0.2.19 and higher, update clio api (cliogate) is required.

 

 

P/S: clio version 6.0.2.19 supported full interaction process with composable applications (like Application Hub) via new command

clio push-app MyAppRelese.1.1.zip

 

2 comments

This is fantastic. Well done ATF!

Ryan

Ryan Farley,

Thanks!

Show all comments