mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Mar 15 11:22:01 UTC 2023
This commit is contained in:
parent
29661f002c
commit
a4bd29dd06
164 changed files with 2541 additions and 844 deletions
|
|
@ -14,19 +14,20 @@ DESCRIPTION
|
|||
EXAMPLES
|
||||
UnDelete an API Key (Key or key-string should be specified):
|
||||
|
||||
To undelete with key `1234`, run:
|
||||
To undelete with key 1234, run:
|
||||
|
||||
$ gcloud alpha services api-keys undelete 1234
|
||||
|
||||
To undelete with `1234` in project
|
||||
`myproject` using the fully qualified API key name, run:
|
||||
To undelete with 1234 in project myproject using the fully qualified API
|
||||
key name, run:
|
||||
|
||||
$ gcloud alpha services api-keys undelete \
|
||||
projects/myproject/locations/global/keys/1234
|
||||
|
||||
To undelete using a Key-string, run:
|
||||
To undelete using a Key-string, run:
|
||||
|
||||
$gcloud alpha services api-keys undelete --key-string='my-key-string'
|
||||
$ gcloud alpha services api-keys undelete \
|
||||
--key-string='my-key-string'
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Exactly one of these must be specified:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue