1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Mar 15 11:22:01 UTC 2023

This commit is contained in:
Automated 2023-03-15 11:22:01 +00:00
parent 29661f002c
commit a4bd29dd06
164 changed files with 2541 additions and 844 deletions

View file

@ -14,19 +14,19 @@ 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 beta 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 beta 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 beta services api-keys undelete --key-string='my-key-string'
$ gcloud beta services api-keys undelete --key-string='my-key-string'
POSITIONAL ARGUMENTS
Exactly one of these must be specified: