gcloud alpha run - manage your Cloud Run applications
gcloud alpha run GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
(ALPHA) The gcloud run command group lets you deploy container images to Google Cloud Run.
To deploy your container, use the gcloud run deploy command:
$ gcloud run deploy <service-name> --image <image_name>
For more information, run:.RS 2m $ gcloud run deploy --help
These flags are available to all commands: --help.
Run $ gcloud help for details.
GROUP is one of the following:
- domain-mappings
(ALPHA) View and manage your Cloud Run domain mappings.
- integrations
(ALPHA) View and manage your Cloud Run (fully managed) integrations.
- 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.
COMMAND is one of the following:
- deploy
(ALPHA) Create or update a Cloud Run service.
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