Discussion

Hello. Clio team started new project Clio satelite - plugin for Chrome and Edge browser to improve developer experience. It works without installing packages or modification on environments. Compatible with version 8.+

Fast login


Fast navigations


Fast actions

Do you like it? :)

#clio #cliosatelite #development #creatio

0 comments
Show all comments
Discussion

Hello, we released a new version of Clio. The support of OAuth integration was added to the gate command

clio gate -u <mysite.creatio.com> --clientId XXXXXXX --clientSecret XXXXXXXX --authAppUrl <mysite-is.creatio.com>

also, open command was supported for the MacOS and is now available from clio explorer

clio open myenv

Creatio.Client was updated to version 1.0.28 and provides the ability to autocorrect the Creatio base URL which often can contain '/' at the end

P.S: coming soon Clio satellite - extension for Chrome and Edge to provide additional experience for developers in the Creatio platform

2 comments

I can't get the latest Clio Explorer 2.0.67 to load my existing appsettings.json (which I've been using with previous versions of Clio Explorer). I can't get any environments to load in the Clio Explorer left side panel in VSCode. I am using a Mac. No console errors if I open the VSCode dev tools. 

If I revert back to 2.0.65 of Clio Explorer it all loads normally again.

It does appear to be an issue specifically with Clio Explorer (not the clio cli), since clio still shows the contents from my appsettings.json when executing clio show-web-app-list. Also since it works with the older Clio Explorer version.

I don't see a repo for Clio Explorer on github, does a public repo exist? (I'm all for going through the code to track down the issue or submit a pull request if it makes it easier to fix)

Show all comments
Discussion

We're excited to share what's new in the latest release powered by GitHub Copilot Edits:

Automatic Clio Update Detection
TIDE now checks for the latest Clio release on nuget.org and notifies you when an update is available — so you’re always in the loop.

🖥️ Terminal UI Improvements
We've enhanced the terminal interface for clearer and more user-friendly system process logs.

🔧 Clio Update Handling Refined
Automatic Clio updates on app restart have been disabled to avoid unexpected errors in certain scenarios.

🆕 Clio was upgraded to 8.0.1.26
TIDE works with the latest Clio version, bringing expanded terminal capabilities and better overall integration.

Update now and enjoy a smoother, smarter dev experience with TIDE 💻

#TIDE #Clio #DevTools #ReleaseUpdate #Creatio #TerminalUpgrade

0 comments
Show all comments

🚀 Hello! We have released a new version of T.I.D.E 1.3.2 🎉

 

In this version, we have added the following improvements:

 

1️⃣ Support for repositories with large blob files 📂

2️⃣ Improved navigation between the repository list and the server list 🔄

3️⃣ Enhanced UX for working with local changes 🎨

 

To update T.I.D.E to the latest version, use the following command 📌

 

// Install/Update T.I.D.E for selected environment to the lates version
clio tide -e <ENV_NAME>

 

P.S: Clio was updated to version 8.0.1.23  with improvement to l4r command to support -e arguments with the environment name

 

// Link a repository to Pkg directory for support development in the file design node with Git repo 
clio l4r -e <ENV_NAME> --packages * --repoPath .
0 comments
Show all comments

Hi, all mentors,

 

   I use Clio in visuall c#, and the connection seems okay. 

But I failed to see the SQL output console when I use the SQL

 

   Select * from "Contact", it's seems the sql output console disappear. 

 

How to activate it, please kindly help. 

 

Like 1

Like

2 comments

Have you installed clio api (cliogate) in the instance? That is a requirement to execute SQL using clio. 

If not, in VSCode click the clio explorer main menu button (see https://share.customerfx.com/v1uGwpWw) and select "Install clio api" to install the clio API package into the system. 

 

Also, make sure you've installed .NET 8 - Also, install the clio command line as well from that same menu. 

You can follow the complete setup steps here: https://customerfx.com/article/how-to-install-clio-explorer-for-creatio/

Ryan

Show all comments

Hi, the Clio team provides the T.I.D.E. release version 1.3.1 with real-time application installation logs during synchronization of the Creatio environment and Git repository.

 

Clio was updated to version 8.0.1.22 and provides support Creatio version up to 8.2.2 releases for command describe to understand the version, platform, and product of Creatio environment

 

// cliogate 2.0.33 and above required
clio describe -e <ENV>

 

P.S:

 

To update clio to latest version

 

dotnet tool update clio -g

 

To update cliogate to latest version

 

// The update Clio required
clio gate -e <ENV>

 

To install the latest version of T.I.D.E.

 

clio tide -e <ENV>
0 comments
Show all comments
Discussion

Hi everyone, we have released a new version of T.I.D.E. and added the ability to load from local files copied to Creatio to synchronize changes with the environment after discarding. Now, T.I.D.E. covers all synchronization scenarios between the Environment, Local copies, and the Git server.

 

You can install or update T.I.D.E. to the latest version with the following command

 

// For new Creatio instance
 
clio tide -u  -l  -p 
 
//If you have registered Clio environment
 
clio tide -e 

 

Also, Clio was updated to version 8.0.1.21 and received the ability to call Creatio web services in the following way

 

clio call-service --service-path [SERVICE ROUTE] -e ENV_NAME --destination C:\response.json --input C:\request-data.json

 

Example:

 

clio call-service --service-path ServiceModel/ApplicationInfoService.svc/GetApplicationInfo -e dev --destination C:\json.json

 

It can help simplify operations with custom web services in different scenarios.

0 comments
Show all comments
Discussion

🚀 Hello, everyone!

✨ We’re excited to share some great news: working with Creatio Composable Application repositories just got even easier! In the T.I.D.E. 1.2.5 release, we’ve introduced:
✅ The ability to register git servers
✅ Support for automatic repository scanning for GitLab servers

Now it’s even simpler for NO CODE developers to join the development team! 🙌

💻 How to install or update T.I.D.E. to version 1.2.5?
Just run the following command:

clio tide -e <ENV_NAME>

 

📋 What’s next?
Here’s what’s coming:
➡ Support for automatic scanning on GitHub servers
➡ We’re open to your ideas—if you’d like to see support for other types of servers, feel free to email us! 📩

Let’s make the development process simpler and more enjoyable together! 💡💻

2 comments

Hi,

 

great tool, thanks!

 

Can you please also add support for Azure DevOps?

 

Thanks,

Robert

Robert Pordes,

Hi, we plan to support other server types in the feature.

Show all comments
Discussion

The Clio team is launching a new project called T.I.D.E.! This tool will enable seamless synchronization of configurations between a Git repository and the Creatio environment directly from Creatio.

 

 

The alpha version of T.I.D.E. will be available on Friday, December 13th! 🎉

 

Be among the first users and help us make this product even better!

6 comments

Great job! thank you.

"Creatio Password" looks too apparent here )). Should be Encrypted string.

Kudos to the Clio team!

This looks fantastic! Great job Clio team!

Great job!

 

Save to git and load from git I think is better to rename to push and pull. 

 

Also need to try it, its not clear how to create and switch between branches.

 

 

Dmytro Oliinyk,

Hi, I agrreed wiith that for developer who often use Git, but for NoCode role a lot of creators don`t use Git. Don`t worry we try to provide ProSkin for this interface in the future ;) 

Show all comments
Discussion

WordPress error log

 

Clio version 8.0.1.4 allows redirecting logs of any command to a file. To do it, use the following form

 

clio <COMMAMD> <COMMAND PARAMETERS> --log d:\log\my-log-file.txt

 

It creates an easy way to organize data for auditing the actions and changes and their parameters

0 comments
Show all comments