gcloud*: add Korean translation (#14119)

This commit is contained in:
코드싸이
2024-10-11 13:32:32 +09:00
committed by GitHub
parent b1f220d087
commit 3eba37f10a
21 changed files with 474 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
# gcloud app
> 관리형 서버리스 플랫폼에서 확장 가능한 애플리케이션 구축.
> 같이 보기: `gcloud`.
> 더 많은 정보: <https://cloud.google.com/sdk/gcloud/reference/app>.
- 애플리케이션의 코드와 구성을 App Engine 서버에 배포:
`gcloud app deploy {{배포물들}}`
- App Engine 서버에 배포된 모든 서비스의 모든 버전 나열:
`gcloud app versions list`
- 현재 애플리케이션을 웹 브라우저에서 열기:
`gcloud app browse`
- 현재 프로젝트 내에서 App Engine 애플리케이션 생성:
`gcloud app create`
- 최신 App Engine 애플리케이션 로그 표시:
`gcloud app logs read`