File: //snap/google-cloud-cli/394/help/man/man1/gcloud_alpha_run.1
.TH "GCLOUD_ALPHA_RUN" 1
.SH "NAME"
.HP
gcloud alpha run \- manage your Cloud Run applications
.SH "SYNOPSIS"
.HP
\f5gcloud alpha run\fR \fIGROUP\fR | \fICOMMAND\fR [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
\fB(ALPHA)\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
\fBcompose\fR
\fB(ALPHA)\fR Support Docker Compose workflows on Cloud Run.
.TP 2m
\fBdomain\-mappings\fR
\fB(ALPHA)\fR View and manage your Cloud Run domain mappings.
.TP 2m
\fBjobs\fR
\fB(ALPHA)\fR View and manage your Cloud Run jobs.
.TP 2m
\fBmulti\-region\-services\fR
\fB(ALPHA)\fR Manage your Cloud Run multi\-region services.
.TP 2m
\fBregions\fR
\fB(ALPHA)\fR View available Cloud Run (fully managed) regions.
.TP 2m
\fBrevisions\fR
\fB(ALPHA)\fR View and manage your Cloud Run revisions.
.TP 2m
\fBservices\fR
\fB(ALPHA)\fR View and manage your Cloud Run services.
.TP 2m
\fBworker\-pools\fR
\fB(ALPHA)\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(ALPHA)\fR Create or update a Cloud Run service.
.RE
.sp
.SH "NOTES"
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct project,
you might be trying to access an API with an invitation\-only early access
allowlist. These variants are also available:
.RS 2m
$ gcloud run
.RE
.RS 2m
$ gcloud beta run
.RE