Search code examples
muleanypoint-studio

How to download deployed applications from Anypoint Platform?


I have logged into Anypoint Platform -> Runtime manager where I can see all the mule applications running. How can I download that .zip file into my local machine such that can do modifications and deploy again?

Thanks in advance.


Solution

  • Go to Applications - Click on the row with your CloudHub app -> on the right side a side bar appears. It shows the status, the location and below a textbox and a "choose file" button. You only have to click on the name that is displayed as a link in the textbox.

    In my example below click you would click on "currency-convert-api-api-g...".

    Hope that helps.

    enter image description here

    You should further think of CI / CD using either the Runtime Manager API or the Maven Plugin.

    MuleSoft Docs for Runtimer Manager API

    MuleSoft Docs for Maven Plugin