1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 18:45:13 +00:00
gcloud-help/gcloud/alpha/run/help

60 lines
1.5 KiB
Text
Raw Normal View History

2022-03-01 04:29:52 +00:00
NAME
gcloud alpha run - manage your Cloud Run applications
SYNOPSIS
gcloud alpha run GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) 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
(ALPHA) View and manage your Cloud Run domain mappings.
2022-04-27 09:13:09 +00:00
integrations
(ALPHA) View and manage your Cloud Run (fully managed) integrations.
2022-03-01 04:29:52 +00:00
jobs
(ALPHA) View and manage your Cloud Run jobs.
regions
(ALPHA) View available Cloud Run (fully managed) regions.
revisions
(ALPHA) View and manage your Cloud Run revisions.
services
(ALPHA) View and manage your Cloud Run services.
COMMANDS
COMMAND is one of the following:
deploy
2022-10-05 10:40:53 +00:00
(ALPHA) Create or update a Cloud Run service.
2022-03-01 04:29:52 +00:00
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:
$ gcloud run
$ gcloud beta run