mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 02:25:19 +00:00
gcloud: Tue Oct 18 11:38:19 UTC 2022
This commit is contained in:
parent
389ff42bae
commit
5c08d21169
159 changed files with 4170 additions and 656 deletions
|
|
@ -6,8 +6,8 @@ SYNOPSIS
|
|||
gcloud alpha asset saved-queries create QUERY_ID
|
||||
--query-file-path=QUERY_FILE_PATH
|
||||
(--folder=FOLDER_ID | --organization=ORGANIZATION_ID
|
||||
| --project=PROJECT_ID) [--description=DESCRIPTION] [--labels=LABELS]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
| --project=PROJECT_ID) [--description=DESCRIPTION]
|
||||
[--labels=[KEY=VALUE,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Create a new Cloud Asset Inventory saved query.
|
||||
|
|
@ -56,10 +56,13 @@ OPTIONAL FLAGS
|
|||
--description=DESCRIPTION
|
||||
A string describing the query.
|
||||
|
||||
--labels=LABELS
|
||||
A key/value pair to attach to the query, which can be used in search
|
||||
and list operations. You can include up to 10 labels for each saved
|
||||
query.
|
||||
--labels=[KEY=VALUE,...]
|
||||
List of label KEY=VALUE pairs to add.
|
||||
|
||||
Keys must start with a lowercase character and contain only hyphens
|
||||
(-), underscores (_), lowercase characters, and numbers. Values must
|
||||
contain only hyphens (-), underscores (_), lowercase characters, and
|
||||
numbers.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue