add new chinese translations
This commit is contained in:
25
pages.zh/common/gcloud-app.md
Normal file
25
pages.zh/common/gcloud-app.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# gcloud app
|
||||
|
||||
> 在受管理的无服务器平台上构建可扩展的应用程序。
|
||||
> 另见:`gcloud`。
|
||||
> 更多信息:<https://cloud.google.com/sdk/gcloud/reference/app>。
|
||||
|
||||
- 将应用程序的代码和配置部署到 App Engine 服务器:
|
||||
|
||||
`gcloud app deploy {{deployables}}`
|
||||
|
||||
- 列出部署到 App Engine 服务器的所有服务的所有版本:
|
||||
|
||||
`gcloud app versions list`
|
||||
|
||||
- 在网络浏览器中打开当前应用:
|
||||
|
||||
`gcloud app browse`
|
||||
|
||||
- 在当前项目中创建一个 App Engine 应用:
|
||||
|
||||
`gcloud app create`
|
||||
|
||||
- 显示最新的 App Engine 应用日志:
|
||||
|
||||
`gcloud app logs read`
|
Reference in New Issue
Block a user