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

gcloud: Thu Dec 18 10:57:44 UTC 2025

This commit is contained in:
Automated 2025-12-18 10:57:44 +00:00
parent 6d07e70b12
commit bdd724fcf3
219 changed files with 8033 additions and 381 deletions

View file

@ -4,7 +4,8 @@ NAME
SYNOPSIS
gcloud developer-connect insights-configs create
(INSIGHTS_CONFIG : --location=LOCATION)
--app-hub-application=APP_HUB_APPLICATION
(--app-hub-application=APP_HUB_APPLICATION
| --target-projects=[TARGET_PROJECTS,...])
[--artifact-config=ARTIFACT_CONFIG_ITEM] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
@ -18,6 +19,11 @@ EXAMPLES
--app-hub-application=projects/my-project/locations/\
us-central1/applications/my-app-hub-application
To create an insights config with projects, run:
$ gcloud developer-connect insights-configs create \
insights-config-name --target-projects=project1,project2
POSITIONAL ARGUMENTS
Insights config resource - The insights config to create. The arguments in
this group can be used to specify the attributes of this resource. (NOTE)
@ -51,8 +57,17 @@ POSITIONAL ARGUMENTS
▸ provide the argument --location on the command line.
REQUIRED FLAGS
--app-hub-application=APP_HUB_APPLICATION
The App Hub application to which the insight config is associated.
Exactly one of these must be specified:
--app-hub-application=APP_HUB_APPLICATION
The App Hub application to which the insight config is associated.
--target-projects=[TARGET_PROJECTS,...]
A comma-separated list of target project IDs/numbers to which the
insight config is associated.
Format examples: --target-projects=123567890,my-project
--target-projects=projects/1234567890,projects/my-project
OPTIONAL FLAGS
--artifact-config=ARTIFACT_CONFIG_ITEM