mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
48 lines
893 B
Text
48 lines
893 B
Text
NAME
|
|
gcloud api-gateway apis - manage Cloud API Gateway APIs
|
|
|
|
SYNOPSIS
|
|
gcloud api-gateway apis COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Manage Cloud API Gateway APIs.
|
|
|
|
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
|
|
Add IAM policy binding to a gateway.
|
|
|
|
create
|
|
Create a new API.
|
|
|
|
delete
|
|
Deletes an API.
|
|
|
|
describe
|
|
Show details about a specific API.
|
|
|
|
get-iam-policy
|
|
Get the IAM policy for an API.
|
|
|
|
list
|
|
List APIs.
|
|
|
|
remove-iam-policy-binding
|
|
Remove IAM policy binding to a gateway.
|
|
|
|
update
|
|
Update an API Gateway API.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha api-gateway apis
|
|
|
|
$ gcloud beta api-gateway apis
|
|
|