Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hi,
I am very glad that Thingworx has Importer/Exporter modules that help me write a tool to solve problems related to Source Control / CI / CD. Now I could track changes with Git / SVN, do code integration/versioning/branching, backup/deploy/restore code on any server extremely faster and easier.
1. Setup a project
mkdir TEST
2. Start Visual Studio Code:
cd TEST
code .
3. Pull the project from server: run task ”pull-project”
4. Push the project to a server: run task ”push-project”
5. Restore the server by the latest backup: run task “restore”
6. Task List
7. Editable source code in a XML file is extracted to individual files in .src folder
My Bests,
Hung Tran
Hi @htran-21.
Thank you for sharing your knowledge with our community. Your participation and commitment to the community is commendable and greatly appreciated!
We hope you will continue to share topics in the future. Or if you feel comfortable doing so, your response to questions posted by others would also be appreciated.
Thanks again.
--Sharon