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

gcloud: Thu Jan 19 00:56:33 UTC 2023

This commit is contained in:
Automated 2023-01-19 00:56:33 +00:00
parent 348d9760ee
commit 1248f773ec
1462 changed files with 51835 additions and 5402 deletions

View file

@ -76,5 +76,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 asset analyze-org-policies

View file

@ -77,5 +77,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 asset analyze-org-policy-governed-containers

View file

@ -13,17 +13,17 @@ SYNOPSIS
: --bigquery-dataset=BIGQUERY_DATASET]] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Issue an analytical query on Cloud assets using BigQuery Standard
(ALPHA) Issue an analytical query on Cloud assets using a BigQuery Standard
SQL compatible statement.
EXAMPLES
To count the number of compute instance, run:
To count the number of compute instances, run:
$ gcloud alpha asset query --project='test-project' \
--statement='SELECT * FROM compute_googleapis_com_Instance'
To see the query result of previous job, pass the job-reference from
previous response:
To see the query result of the previous job, pass the job-reference from
the previous response:
$ gcloud alpha asset query --project='test-project' \
--job-reference=<job-reference-from>
@ -155,7 +155,9 @@ 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. This variant is also available:
access allowlist. These variants are also available:
$ gcloud asset query
$ gcloud beta asset query