mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Wed May 4 09:15:29 UTC 2022
This commit is contained in:
parent
532fac5ddb
commit
5e0446371a
160 changed files with 5232 additions and 171 deletions
|
|
@ -3,15 +3,38 @@ NAME
|
|||
Enterprise config from Google Cloud Build
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha builds enterprise-config gitlab delete CONFIG
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
gcloud alpha builds enterprise-config gitlab delete
|
||||
(CONFIG : --region=REGION) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Delete a GitLab Enterprise config from Google Cloud Build.
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
CONFIG
|
||||
The id of the GitLab Enterprise config
|
||||
GitLabConfig resource - GitLab Enterprise config. The arguments in this
|
||||
group can be used to specify the attributes of this resource. (NOTE) Some
|
||||
attributes are not given arguments in this group but can be set in other
|
||||
ways. To set the project attribute:
|
||||
◆ provide the argument CONFIG on the command line with a fully
|
||||
specified name;
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project.
|
||||
|
||||
This must be specified.
|
||||
|
||||
CONFIG
|
||||
ID of the gitLabConfig or fully qualified identifier for the
|
||||
gitLabConfig. To set the config attribute:
|
||||
▸ provide the argument CONFIG on the command line.
|
||||
|
||||
This positional must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
|
||||
--region=REGION
|
||||
The Cloud location for the gitLabConfig. To set the region attribute:
|
||||
▸ provide the argument CONFIG on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --region on the command line;
|
||||
▸ set the property builds/region.
|
||||
|
||||
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