mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +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
|
|
@ -350,7 +350,7 @@ FLAGS
|
|||
details. The location can be a directory on a local disk or a gzipped
|
||||
archive file (.tar.gz) in Google Cloud Storage. If the source is a
|
||||
local directory, this command skips the files specified in the
|
||||
--ignore-file. If --ignore-file is not specified, use.gcloudignore
|
||||
--ignore-file. If --ignore-file is not specified, use .gcloudignore
|
||||
file. If a .gcloudignore file is absent and a .gitignore file is
|
||||
present in the local source directory, gcloud will use a generated
|
||||
Git-compatible .gcloudignore file that respects your .gitignored
|
||||
|
|
|
|||
|
|
@ -121,7 +121,7 @@ COMMANDS
|
|||
Remove IAM policy binding of a Cloud Run service.
|
||||
|
||||
replace
|
||||
Creates or replaces a service from a YAML Service specification.
|
||||
Create or replace a service from a YAML service specification.
|
||||
|
||||
set-iam-policy
|
||||
Set the IAM policy for a service.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue