File: //snap/google-cloud-cli/current/help/man/man1/gcloud_run_multi-region-services_replace.1
.TH "GCLOUD_RUN_MULTI\-REGION\-SERVICES_REPLACE" 1
.SH "NAME"
.HP
gcloud run multi\-region\-services replace \- create or Update multi\-region service from YAML
.SH "SYNOPSIS"
.HP
\f5gcloud run multi\-region\-services replace\fR \fIFILE\fR [\fB\-\-async\fR] [\fB\-\-dry\-run\fR] [\fB\-\-region\fR=\fIREGION\fR] [\fB\-\-regions\fR=\fIREGIONS\fR] [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
Creates or replaces a service from a YAML service specification.
.SH "EXAMPLES"
To replace the specification for a service defined in myservice.yaml
.RS 2m
$ gcloud run multi\-region\-services replace myservice.yaml
.RE
.SH "POSITIONAL ARGUMENTS"
.RS 2m
.TP 2m
\fIFILE\fR
The absolute path to the YAML file with a Knative service definition for the
service to update or deploy.
.RE
.sp
.SH "FLAGS"
.RS 2m
.TP 2m
\fB\-\-async\fR
Return immediately, without waiting for the operation in progress to complete.
.TP 2m
\fB\-\-dry\-run\fR
If set to true, only validates the configuration. The configuration will not be
applied.
.TP 2m
\fB\-\-region\fR=\fIREGION\fR
Region in which the resource can be found. Alternatively, set the property
[run/region].
.TP 2m
\fB\-\-regions\fR=\fIREGIONS\fR
Comma\-separated list of regions in which the multi\-region Service can be
found.
.RE
.sp
.SH "GCLOUD WIDE FLAGS"
These flags are available to all commands: \-\-access\-token\-file, \-\-account,
\-\-billing\-project, \-\-configuration, \-\-flags\-file, \-\-flatten,
\-\-format, \-\-help, \-\-impersonate\-service\-account, \-\-log\-http,
\-\-project, \-\-quiet, \-\-trace\-token, \-\-user\-output\-enabled,
\-\-verbosity.
Run \fB$ gcloud help\fR for details.
.SH "NOTES"
These variants are also available:
.RS 2m
$ gcloud alpha run multi\-region\-services replace
.RE
.RS 2m
$ gcloud beta run multi\-region\-services replace
.RE