mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Feb 8 10:13:59 UTC 2023
This commit is contained in:
parent
fc11b54760
commit
11068cb123
240 changed files with 8982 additions and 619 deletions
|
|
@ -1,6 +1,6 @@
|
|||
NAME
|
||||
gcloud beta run services replace - creates or replaces a service from a
|
||||
YAML Service specification
|
||||
gcloud beta run services replace - create or replace a service from a YAML
|
||||
service specification
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta run services replace FILE [--async] [--namespace=NAMESPACE]
|
||||
|
|
@ -10,10 +10,10 @@ SYNOPSIS
|
|||
| --context=CONTEXT --kubeconfig=KUBECONFIG] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Creates or replaces a service from a YAML Service specification.
|
||||
(BETA) 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 beta run services replace myservice.yaml
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue