2022-03-01 04:29:52 +00:00
|
|
|
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:
|
|
|
|
|
|
|
|
|
|
domain-mappings
|
|
|
|
|
View and manage your Cloud Run for Anthos domain mappings.
|
|
|
|
|
|
|
|
|
|
regions
|
|
|
|
|
View available Cloud Run (fully managed) regions.
|
|
|
|
|
|
|
|
|
|
revisions
|
|
|
|
|
View and manage your Cloud Run revisions.
|
|
|
|
|
|
|
|
|
|
services
|
|
|
|
|
View and manage your Cloud Run services.
|
|
|
|
|
|
|
|
|
|
COMMANDS
|
|
|
|
|
COMMAND is one of the following:
|
|
|
|
|
|
|
|
|
|
deploy
|
2022-10-05 10:40:53 +00:00
|
|
|
Create or update a Cloud Run service.
|
2022-03-01 04:29:52 +00:00
|
|
|
|
|
|
|
|
NOTES
|
|
|
|
|
These variants are also available:
|
|
|
|
|
|
|
|
|
|
$ gcloud alpha run
|
|
|
|
|
|
|
|
|
|
$ gcloud beta run
|
|
|
|
|
|