1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 10:35:03 +00:00
gcloud-help/gcloud/alpha/run/services/help
2024-10-23 10:01:22 +00:00

82 lines
2.1 KiB
Text

NAME
gcloud alpha run services - view and manage your Cloud Run services
SYNOPSIS
gcloud alpha run services GROUP | COMMAND [--region=REGION]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) This set of commands can be used to view and manage your existing
Cloud Run services.
To create new deployments, use gcloud alpha run deploy.
EXAMPLES
To list your deployed services, run:
$ gcloud alpha run services list
FLAGS
--region=REGION
Region in which the resource can be found. Alternatively, set the
property [run/region].
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
GROUPS
GROUP is one of the following:
logs
(ALPHA) Read logs for Cloud Run services.
COMMANDS
COMMAND is one of the following:
add-iam-policy-binding
(ALPHA) Add IAM policy binding to a Cloud Run service.
delete
(ALPHA) Delete a service.
describe
(ALPHA) Obtain details about a given service.
get-iam-policy
(ALPHA) Get the IAM policy for a Cloud Run service.
list
(ALPHA) List available services.
proxy
(ALPHA) Proxy a service to localhost authenticating as the active
account or with the specified token.
remove-iam-policy-binding
(ALPHA) Remove IAM policy binding of a Cloud Run service.
replace
(ALPHA) Create or replace a service from a YAML service specification.
set-iam-policy
(ALPHA) Set the IAM policy for a service.
update
(ALPHA) Update Cloud Run environment variables and other configuration
settings.
update-traffic
(ALPHA) Adjust the traffic assignments for a Cloud Run service.
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 services
$ gcloud beta run services