1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 12:22:03 +00:00
gcloud-help/gcloud/beta/run/services/help

81 lines
1.9 KiB
Text
Raw Normal View History

2022-03-01 04:29:52 +00:00
NAME
gcloud beta run services - view and manage your Cloud Run services
SYNOPSIS
2024-10-23 10:01:22 +00:00
gcloud beta run services GROUP | COMMAND [--region=REGION]
[GCLOUD_WIDE_FLAG ...]
2022-03-01 04:29:52 +00:00
DESCRIPTION
(BETA) This set of commands can be used to view and manage your existing
Cloud Run services.
To create new deployments, use gcloud beta run deploy.
EXAMPLES
To list your deployed services, run:
$ gcloud beta 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.
2023-01-19 00:56:33 +00:00
GROUPS
GROUP is one of the following:
logs
2023-02-01 11:38:52 +00:00
(BETA) Read logs for Cloud Run services.
2023-01-19 00:56:33 +00:00
2022-03-01 04:29:52 +00:00
COMMANDS
COMMAND is one of the following:
add-iam-policy-binding
(BETA) Add IAM policy binding to a Cloud Run service.
delete
(BETA) Delete a service.
describe
(BETA) Obtain details about a given service.
get-iam-policy
(BETA) Get the IAM policy for a Cloud Run service.
list
(BETA) List available services.
2022-03-30 09:07:09 +00:00
proxy
(BETA) 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
(BETA) Remove IAM policy binding of a Cloud Run service.
replace
2023-02-08 10:13:59 +00:00
(BETA) Create or replace a service from a YAML service specification.
2022-03-01 04:29:52 +00:00
set-iam-policy
(BETA) Set the IAM policy for a service.
update
(BETA) Update Cloud Run environment variables and other configuration
settings.
update-traffic
(BETA) Adjust the traffic assignments for a Cloud Run service.
NOTES
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud run services
$ gcloud alpha run services