Hi Team,
Currently, I have to move a package from Dev env to Pre-prod env, & Both are cloud instance.
So, How can I do this along with its all dependencies (Depends on packages)
Platform: Creatio:Energy (Freedom UI)
Like
Hi Team,
Should I use version control system i.e. GIT, SVN or is there any other way to do this?
To move packages between system, just export from one system and then install in the other. See https://academy.creatio.com/docs/8.x/dev/development-on-creatio-platform/getting-started/first-app/transfer-application
The only difference in what is outlined in the article above is that you'll want to export the application from the Application Hub, then install that in the other system (not just the package itself)
As for any dependencies, if the dependencies are not core system packages, it is your responsibility to transfer those as well, it will not bring or install dependencies automatically.
Ryan