2022-03-01 04:29:52 +00:00
|
|
|
NAME
|
|
|
|
|
gcloud run services - view and manage your Cloud Run services
|
|
|
|
|
|
|
|
|
|
SYNOPSIS
|
2024-10-23 10:01:22 +00:00
|
|
|
gcloud run services GROUP | COMMAND [--region=REGION]
|
|
|
|
|
[GCLOUD_WIDE_FLAG ...]
|
2022-03-01 04:29:52 +00:00
|
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
|
This set of commands can be used to view and manage your existing Cloud Run
|
|
|
|
|
services.
|
|
|
|
|
|
|
|
|
|
To create new deployments, use gcloud run deploy.
|
|
|
|
|
|
|
|
|
|
EXAMPLES
|
|
|
|
|
To list your deployed services, run:
|
|
|
|
|
|
|
|
|
|
$ gcloud run services list
|
|
|
|
|
|
|
|
|
|
FLAGS
|
2024-10-23 10:01:22 +00:00
|
|
|
--region=REGION
|
|
|
|
|
Region in which the resource can be found. Alternatively, set the
|
|
|
|
|
property [run/region].
|
2022-03-01 04:29:52 +00:00
|
|
|
|
|
|
|
|
GCLOUD WIDE FLAGS
|
|
|
|
|
These flags are available to all commands: --help.
|
|
|
|
|
|
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
|
|
2024-09-11 09:52:17 +00:00
|
|
|
GROUPS
|
|
|
|
|
GROUP is one of the following:
|
|
|
|
|
|
|
|
|
|
logs
|
|
|
|
|
Read logs for Cloud Run services.
|
|
|
|
|
|
2022-03-01 04:29:52 +00:00
|
|
|
COMMANDS
|
|
|
|
|
COMMAND is one of the following:
|
|
|
|
|
|
|
|
|
|
add-iam-policy-binding
|
|
|
|
|
Add IAM policy binding to a Cloud Run service.
|
|
|
|
|
|
|
|
|
|
delete
|
|
|
|
|
Delete a service.
|
|
|
|
|
|
|
|
|
|
describe
|
|
|
|
|
Obtain details about a given service.
|
|
|
|
|
|
|
|
|
|
get-iam-policy
|
|
|
|
|
Get the IAM policy for a Cloud Run service.
|
|
|
|
|
|
|
|
|
|
list
|
|
|
|
|
List available services.
|
|
|
|
|
|
2023-06-15 10:31:27 +00:00
|
|
|
proxy
|
|
|
|
|
Proxy a service to localhost authenticating as the active account or
|
|
|
|
|
with the specified token.
|
|
|
|
|
|
2022-03-01 04:29:52 +00:00
|
|
|
remove-iam-policy-binding
|
|
|
|
|
Remove IAM policy binding of a Cloud Run service.
|
|
|
|
|
|
|
|
|
|
replace
|
2023-02-08 10:13:59 +00:00
|
|
|
Create or replace a service from a YAML service specification.
|
2022-03-01 04:29:52 +00:00
|
|
|
|
|
|
|
|
set-iam-policy
|
|
|
|
|
Set the IAM policy for a service.
|
|
|
|
|
|
|
|
|
|
update
|
|
|
|
|
Update Cloud Run environment variables and other configuration
|
|
|
|
|
settings.
|
|
|
|
|
|
|
|
|
|
update-traffic
|
|
|
|
|
Adjust the traffic assignments for a Cloud Run service.
|
|
|
|
|
|
|
|
|
|
NOTES
|
|
|
|
|
These variants are also available:
|
|
|
|
|
|
|
|
|
|
$ gcloud alpha run services
|
|
|
|
|
|
|
|
|
|
$ gcloud beta run services
|
|
|
|
|
|