1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Wed Dec 6 10:10:36 UTC 2023

This commit is contained in:
Automated 2023-12-06 10:10:36 +00:00
parent d3074f94bb
commit f36750d203
469 changed files with 9617 additions and 1400 deletions

View file

@ -3,7 +3,7 @@ NAME
SYNOPSIS
gcloud beta services api-keys create [--annotations=[KEY=VALUE,...]]
[--async] [--display-name=DISPLAY_NAME]
[--async] [--display-name=DISPLAY_NAME] [--key-id=KEY_ID]
[--api-target=service=SERVICE,[...]
--allowed-application=[sha1_fingerprint=SHA1_FINGERPRINT,
package_name=PACKAGE_NAME,...]
@ -24,6 +24,10 @@ EXAMPLES
$ gcloud beta services api-keys create --annotations=foo=bar,abc=def
To create a key with user-specified key id:
$ gcloud beta services api-keys create --key-id="my-key-id"
To create a key with allowed referrers restriction:
$ gcloud beta services api-keys create \
@ -76,6 +80,9 @@ FLAGS
--display-name=DISPLAY_NAME
Display name of the key to create.
--key-id=KEY_ID
User-specified ID of the key to create.
--api-target=service=SERVICE,[...]
Repeatable. Specify service and optionally one or multiple specific
methods. Both fields are case insensitive. If you need to specify
@ -109,8 +116,10 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud services api-keys create
$ gcloud alpha services api-keys create