1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 07:29:40 +00:00
gcloud-help/gcloud/services/api-keys/help

49 lines
831 B
Text
Raw Normal View History

2022-03-01 04:29:52 +00:00
NAME
gcloud services api-keys - manage API keys
SYNOPSIS
gcloud services api-keys COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Manage API keys.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMANDS
COMMAND is one of the following:
2023-12-06 10:10:36 +00:00
create
Create an API key.
delete
Delete an API key.
2022-03-01 04:29:52 +00:00
describe
Describe an API key's metadata.
2023-12-06 10:10:36 +00:00
get-key-string
Get the key string of an API key.
2022-03-01 04:29:52 +00:00
list
Lists API keys.
2023-08-09 11:23:49 +00:00
lookup
Look up resource name of a key string.
2023-12-14 10:23:58 +00:00
undelete
Undelete an API key.
2023-12-06 10:10:36 +00:00
update
Update an API key's metadata.
2022-03-01 04:29:52 +00:00
NOTES
2023-01-19 00:56:33 +00:00
These variants are also available:
2022-03-01 04:29:52 +00:00
$ gcloud alpha services api-keys
2023-01-19 00:56:33 +00:00
$ gcloud beta services api-keys