File: //snap/google-cloud-cli/current/help/man/man1/gcloud_beta_run.1
.TH "GCLOUD_BETA_RUN" 1
.SH "NAME"
.HP
gcloud beta run \- manage your Cloud Run applications
.SH "SYNOPSIS"
.HP
\f5gcloud beta run\fR \fIGROUP\fR | \fICOMMAND\fR [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
\fB(BETA)\fR The gcloud run command group lets you deploy container images to
Google Cloud Run.
.SH "EXAMPLES"
To deploy your container, use the \f5gcloud run deploy\fR command:
.RS 2m
$ gcloud run deploy <service\-name> \-\-image <image_name>
.RE
For more information, run:.RS 2m
$ gcloud run deploy \-\-help
.RE
.SH "GCLOUD WIDE FLAGS"
These flags are available to all commands: \-\-help.
Run \fB$ gcloud help\fR for details.
.SH "GROUPS"
\f5\fIGROUP\fR\fR is one of the following:
.RS 2m
.TP 2m
\fBdomain\-mappings\fR
\fB(BETA)\fR View and manage your Cloud Run domain mappings.
.TP 2m
\fBjobs\fR
\fB(BETA)\fR View and manage your Cloud Run jobs.
.TP 2m
\fBmulti\-region\-services\fR
\fB(BETA)\fR Manage your Cloud Run multi\-region services.
.TP 2m
\fBregions\fR
\fB(BETA)\fR View available Cloud Run (fully managed) regions.
.TP 2m
\fBrevisions\fR
\fB(BETA)\fR View and manage your Cloud Run revisions.
.TP 2m
\fBservices\fR
\fB(BETA)\fR View and manage your Cloud Run services.
.TP 2m
\fBworker\-pools\fR
\fB(BETA)\fR View and manage your Cloud Run worker pools.
.RE
.sp
.SH "COMMANDS"
\f5\fICOMMAND\fR\fR is one of the following:
.RS 2m
.TP 2m
\fBdeploy\fR
\fB(BETA)\fR Create or update a Cloud Run service.
.RE
.sp
.SH "NOTES"
This command is currently in beta and might change without notice. These
variants are also available:
.RS 2m
$ gcloud run
.RE
.RS 2m
$ gcloud alpha run
.RE