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

gcloud: Wed Mar 1 10:23:17 UTC 2023

This commit is contained in:
Automated 2023-03-01 10:23:17 +00:00
parent 7664984b79
commit bdaa0b3cfc
230 changed files with 8963 additions and 242 deletions

View file

@ -7,7 +7,17 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Lists the keys in a project.
(ALPHA) gcloud alpha kms inventory list-keys lists the keys in the
specified project.
EXAMPLES
To view the keys in the default project, run:
$ gcloud alpha kms inventory list-keys
To view the keys in project jellyfish, run:
$ gcloud alpha kms inventory list-keys --project=jellyfish
LIST COMMAND FLAGS
--filter=EXPRESSION
@ -53,5 +63,7 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.
access allowlist. This variant is also available:
$ gcloud beta kms inventory list-keys