1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-17 22:36:52 +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

@ -132,8 +132,7 @@ COMMANDS
(ALPHA) Remove IAM policy binding of a Cloud Run service.
replace
(ALPHA) Creates or replaces a service from a YAML Service
specification.
(ALPHA) Create or replace a service from a YAML service specification.
set-iam-policy
(ALPHA) Set the IAM policy for a service.

View file

@ -1,6 +1,6 @@
NAME
gcloud alpha run services replace - creates or replaces a service from a
YAML Service specification
gcloud alpha run services replace - create or replace a service from a YAML
service specification
SYNOPSIS
gcloud alpha run services replace FILE [--async] [--namespace=NAMESPACE]
@ -10,10 +10,10 @@ SYNOPSIS
| --context=CONTEXT --kubeconfig=KUBECONFIG] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Creates or replaces a service from a YAML Service specification.
(ALPHA) 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 alpha run services replace myservice.yaml