1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Feb 8 10:13:59 UTC 2023

This commit is contained in:
Automated 2023-02-08 10:13:59 +00:00
parent fc11b54760
commit 11068cb123
240 changed files with 8982 additions and 619 deletions

View file

@ -1,6 +1,6 @@
NAME
gcloud run services replace - creates or replaces a service from a YAML
Service specification
gcloud run services replace - create or replace a service from a YAML
service specification
SYNOPSIS
gcloud run services replace FILE [--async] [--namespace=NAMESPACE]
@ -10,10 +10,10 @@ SYNOPSIS
| --context=CONTEXT --kubeconfig=KUBECONFIG] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Creates or replaces a service from a YAML Service specification.
Creates or replaces a service from a YAML service specification.
EXAMPLES
To replace the specification for myservice
To replace the specification for a service defined in myservice.yaml
$ gcloud run services replace myservice.yaml