1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Wed Oct 5 10:40:53 UTC 2022

This commit is contained in:
Automated 2022-10-05 10:40:53 +00:00
parent ffb9e43995
commit 344952a6dd
Failed to extract signature
135 changed files with 3530 additions and 534 deletions

View file

@ -1,5 +1,5 @@
NAME
gcloud run deploy - deploy a container to Cloud Run
gcloud run deploy - create or update a Cloud Run service
SYNOPSIS
gcloud run deploy [[SERVICE] --namespace=NAMESPACE] [--args=[ARG,...]]
@ -38,7 +38,7 @@ SYNOPSIS
| --context=CONTEXT --kubeconfig=KUBECONFIG] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Deploys container images to Google Cloud Run.
Creates or updates a Cloud Run service.
EXAMPLES
To deploy a container to the service my-backend on Cloud Run: