mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
54 lines
1.2 KiB
Text
54 lines
1.2 KiB
Text
|
|
NAME
|
||
|
|
gcloud beta endpoints services - manage Services
|
||
|
|
|
||
|
|
SYNOPSIS
|
||
|
|
gcloud beta endpoints services COMMAND [GCLOUD_WIDE_FLAG ...]
|
||
|
|
|
||
|
|
DESCRIPTION
|
||
|
|
(BETA) Manage Services.
|
||
|
|
|
||
|
|
GCLOUD WIDE FLAGS
|
||
|
|
These flags are available to all commands: --help.
|
||
|
|
|
||
|
|
Run $ gcloud help for details.
|
||
|
|
|
||
|
|
COMMANDS
|
||
|
|
COMMAND is one of the following:
|
||
|
|
|
||
|
|
add-iam-policy-binding
|
||
|
|
(BETA) Add IAM policy binding to a service.
|
||
|
|
|
||
|
|
check-iam-policy
|
||
|
|
(BETA) Returns information about a principal's permissions on a
|
||
|
|
service.
|
||
|
|
|
||
|
|
delete
|
||
|
|
(BETA) Deletes a service from Google Service Management.
|
||
|
|
|
||
|
|
deploy
|
||
|
|
(BETA) Deploys a service configuration for the given service name.
|
||
|
|
|
||
|
|
describe
|
||
|
|
(BETA) Describes a service given a service name.
|
||
|
|
|
||
|
|
get-iam-policy
|
||
|
|
(BETA) Describes the IAM policy for a service.
|
||
|
|
|
||
|
|
list
|
||
|
|
(BETA) List services for a project.
|
||
|
|
|
||
|
|
remove-iam-policy-binding
|
||
|
|
(BETA) Remove IAM policy binding from a service.
|
||
|
|
|
||
|
|
undelete
|
||
|
|
(BETA) Undeletes a service configuration that was previously deleted.
|
||
|
|
|
||
|
|
NOTES
|
||
|
|
This command is currently in beta and might change without notice. These
|
||
|
|
variants are also available:
|
||
|
|
|
||
|
|
$ gcloud endpoints services
|
||
|
|
|
||
|
|
$ gcloud alpha endpoints services
|
||
|
|
|