Время создания
Filters
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, 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

The Clio team has released a new version of T.I.D.E.v1.2.9

 

🔧 What’s new?

✅ Fixed dependency issues during installation

✅ Added support for checking out large repositories

 

💡 Quick Guide: How to Load an Existing App to a Git Repo using T.I.D.E.

 

1️⃣ Install T.I.D.E. in your environment:

 

clio install tide -u https://my.creatio.com -l <Login> -p <Password>

 

2️⃣ Create an empty repository on your Git server and generate an Access Token with the required permissions.

 

3️⃣ Open the T.I.D.E. section in Creatio and create a new repository.

 

4️⃣ Click “Link with the application”, select your app, and add a commit message for tracking changes.

 

That’s it! You’re all set! 🚀

 

Try out the T.I.D.E, and let us know what you think! 💬✨ 

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