I am looking for a way to export or import a project using some command lines. I found nothing on the Gateway Utility.
The only export I see is creating backup .gwbk
. An alternative could be to “extract” projects from a .gwbk file, but I dont think it is possible?
In 8.x you can simply unzip a project export into the correct location in the data folder.
In 7.x I don’t think there’s any solution for you.
2 Likes
Also, .gwbk files are just renamed .zip files. Any tool that can read a zip file can read a .gwbk, and 8.X projects are plain files directly inside the zip; should be relatively trivial to script an extraction job.
1 Like