gcloud run

INFORMATION
gcloud run is supported in universe domain universe; however, some of the values used in the help text may not be available. Command examples may not work as-is and may requires changes before execution.
NAME
gcloud run - manage your Cloud Run applications
SYNOPSIS
gcloud run GROUP | COMMAND [GCLOUD_WIDE_FLAG]
DESCRIPTION
The gcloud run command group lets you deploy container images to Google Cloud Run.
EXAMPLES
To deploy your container, use the gcloud run deploy command:
gcloud run deploy <service-name> --image <image_name>

For more information, run:

gcloud run deploy --help
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.

Run $ gcloud help for details.

GROUPS
GROUP is one of the following:
compose
Support Docker Compose workflows on Cloud Run.
domain-mappings
View and manage your Cloud Run for Anthos domain mappings.
jobs
View and manage your Cloud Run jobs.
multi-region-services
Manage your Cloud Run multi-region services.
regions
View available Cloud Run (fully managed) regions.
revisions
View and manage your Cloud Run revisions.
services
View and manage your Cloud Run services.
worker-pools
View and manage your Cloud Run worker pools.
COMMANDS
COMMAND is one of the following:
deploy
Create or update a Cloud Run service.
NOTES
These variants are also available:
gcloud alpha run
gcloud beta run