mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
54 lines
1.2 KiB
Text
54 lines
1.2 KiB
Text
NAME
|
|
gcloud beta run - manage your Cloud Run applications
|
|
|
|
SYNOPSIS
|
|
gcloud beta run GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) 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
|
|
(BETA) View and manage your Cloud Run domain mappings.
|
|
|
|
jobs
|
|
(BETA) View and manage your Cloud Run jobs.
|
|
|
|
regions
|
|
(BETA) View available Cloud Run (fully managed) regions.
|
|
|
|
revisions
|
|
(BETA) View and manage your Cloud Run revisions.
|
|
|
|
services
|
|
(BETA) View and manage your Cloud Run services.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
deploy
|
|
(BETA) Deploy a container to Cloud Run.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. These
|
|
variants are also available:
|
|
|
|
$ gcloud run
|
|
|
|
$ gcloud alpha run
|
|
|