How to download the source code of the running application in bluemix?
Tried this solution Download Application files from Bluemix . But it's not working any more:
To install the plugin follow the below commands:
$ cf add-plugin-repo CF-Community http://plugins.cloudfoundry.org/
$ cf install-plugin cf-download -r CF-Community
Once the plugin is installed you can download the files using the command
$ cf download <<APP_NAME>> [path]
Eg: $ cf download myapp