cancel
Showing results for 
Search instead for 
Did you mean: 

pull deployed code from cloud foundry

imransyed
Product and Topic Expert
Product and Topic Expert
504

Hello Team,

I have deployed a NodeJS application in cloud foundry . I have used Visual Code for coding. Is there any way to pull the code for other developers directly from cloud foundry? Please suggest

gregorw
Active Contributor

You should share your code with the other developers using a Git repository instead of looking for workarounds.

imransyed
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Gregor,

Thanks for the answer, I was checking whether we have option like we have it in SAP Neo environment. From web IDE, we can import a project directly from SAP Cloud Platform Neo Envirnoment. But this option is not available for applications deployed in Cloud foundry.

Accepted Solutions (0)

Answers (1)

Answers (1)

CarlosRoggan
Product and Topic Expert
Product and Topic Expert

Hi, you're looking for a kind of '"download" button, right? However, in a Runtime environment, I wouldn't expect to find such functionality.
Where you could look at, would be a kind of "sharable" IDE in the cloud, like the Business Application Studio.
What comes into my mind: even the "Extension Center", if you could imagine to deploy your code to the "Function-as-a-Service" offering of SAP (there's a mitic "download" button)
Cheers,
Carlos

imransyed
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Carlos,

I believe i didnt explain it correctly.

I have an application deployed in cloud foundry. I have did local development in Visual studio. I have not pushed the code to GIT.

We have an option in web IDE to import projects from SCP Neo envirnoment. Do we have any way for the code to be shared in cloud foundry other than GIt?

gregorw
Active Contributor

Get a Git repository. If you still have a Neo Subaccount you can use the one that is embedded there. For HTML5 applications in Neo always the Git repository was used. That's why you where able to import so easy into Web IDE. What is the issue about Git? You can learn it in this free OpenSAP Course on Git.