mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Wed Dec 6 10:10:36 UTC 2023
This commit is contained in:
parent
d3074f94bb
commit
f36750d203
469 changed files with 9617 additions and 1400 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -5,6 +5,9 @@ SYNOPSIS
|
|||
gcloud beta services api-keys delete (KEY : --location=LOCATION) [--async]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Delete an API key.
|
||||
|
||||
EXAMPLES
|
||||
Delete an API Key :
|
||||
|
||||
|
|
@ -59,8 +62,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 delete
|
||||
|
||||
$ gcloud alpha services api-keys delete
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,9 @@ SYNOPSIS
|
|||
gcloud beta services api-keys get-key-string (KEY : --location=LOCATION)
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Get the key string of an API key
|
||||
|
||||
EXAMPLES
|
||||
To get the key string of API key 1234, run:
|
||||
|
||||
|
|
@ -58,8 +61,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 get-key-string
|
||||
|
||||
$ gcloud alpha services api-keys get-key-string
|
||||
|
||||
|
|
|
|||
|
|
@ -160,8 +160,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 update
|
||||
|
||||
$ gcloud alpha services api-keys update
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue