Export Your Workspace as an Archive
When you export a visual application, you download an archive which contains the files in your workspace's branch of the application's Git repository. You may want to do export your application so someone else can import it when creating a workspace. This way, you can collaborate with other team members by giving them a copy of your local Git repository.
When you export an application, some information, such as credentials for external REST endpoints, is removed when you export an application. This information needs to be provided after the archive is imported.
To export a visual application:
The visual application and its resources are exported as a .zip archive and saved to your local system in the location specified for your browser’s downloads. The archive includes all the changes you’ve made in your workspace, even those you haven’t committed to your local Git repository yet.