# gcloud app > 在受管理的无服务器平台上构建可扩展的应用程序。 > 另见:`gcloud`。 > 更多信息:。 - 将应用程序的代码和配置部署到 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`