cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Download a project in Business Application Studio

Christer
Product and Topic Expert
Product and Topic Expert
0 Kudos
8,732

Is it possible to download a separate project in BAS? I know a complete dev space content can be downloaded, and there I can extract one single project, but is it possible to just download one project within that dev space?

Accepted Solutions (0)

Answers (2)

Answers (2)

yuvraj123
Associate
Associate

Hello Christer

Its simple , just right click on the project and click on "Archive Project", you will receive a pop up to download the project as zip.

rsham_ososoft
Explorer

Archiving is the right way to go. I tried the download function which downloaded the entire project, node modules et al. resulting in a tar-file +100mb.

With the archiving you can export the scripts to your project, resulting in only a couple of 100kb in a zip archive.

This was exactly what I was looking for.

OctavioZapata
Newcomer
0 Kudos

Hi yuvraj123, those options from the context menu are not available for me, any ideas how can I activate them? or if the archiving option can be done via terminal .

OctavioZapata_1-1729050246814.png

 

Thanks!

RazK
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi kfch ,

I second gregorw that using git based scm should (must) be used as best practice.

having said that, BAS support the functionality of downloading a single project / folder / file. Right-click the project > Download. a tar will with all project content will be downloaded.

Regards - Raz

RaminS
Active Participant
0 Kudos

Any way we can download in ZIP format?

Tar is a pain to open, you have to go to command line, and you can't visually see the content and pick files to view without having to untar the thing.

Thanks