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:
parent
ffb9e43995
commit
344952a6dd
135 changed files with 3530 additions and 534 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue