从Bluemix下载应用程序文件 [英] Download Application files from Bluemix

查看:83
本文介绍了从Bluemix下载应用程序文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

分阶段执行后,是否可以下载在Bluemix上运行的应用程序的内容?

Is there a way to download the content of an application running on Bluemix after staging it?

推荐答案

Bluemix使用Cloud Foundry (CF)来管理平台。默认情况下,CF CLI不具备从Bluemix下载应用程序文件的功能。
在CF CLI 6.10.0或更高版本上,我们可以安装一个下载插件来从Bluemix本地检索这些文件。

Bluemix uses cloud foundry (CF) to manage the platform. By default the CF CLI does not have the capability to download the Application files from Bluemix. On CF CLI version 6.10.0 or higher, we can install a download plugin to retrieve these files from Bluemix locally.

要安装该插件,请遵循以下步骤命令:

$ cf add-plugin-repo CF-Community http://plugins.cloudfoundry.org/
$ cf install-plugin cf-download -r CF-社区

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

安装插件后,您可以使用命令

$ cf download<< APP_NAME>> [路径]

Once the plugin is installed you can download the files using the command
$ cf download <<APP_NAME>> [path]

例如: $ cf下载myapp

这篇关于从Bluemix下载应用程序文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆