mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-09 10:56:49 +00:00
38 lines
1.4 KiB
Text
38 lines
1.4 KiB
Text
NAME
|
|
gcloud alpha builds enterprise-config github delete - delete a github
|
|
enterprise config from Cloud Build
|
|
|
|
SYNOPSIS
|
|
gcloud alpha builds enterprise-config github delete CONFIG
|
|
[--region=REGION] [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) Delete a github enterprise config from Cloud Build.
|
|
|
|
POSITIONAL ARGUMENTS
|
|
CONFIG
|
|
The id of the GitHub Enterprise Config
|
|
|
|
FLAGS
|
|
--region=REGION
|
|
The region of the Cloud Build Service to use. Must be set to a
|
|
supported region name (e.g. us-central1). If unset, builds/region,
|
|
which is the default region to use when working with Cloud Build
|
|
resources, is used. If builds/region is unset, region is set to global.
|
|
Note: Region must be specified in 2nd gen repo; global is not
|
|
supported.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --access-token-file, --account,
|
|
--billing-project, --configuration, --flags-file, --flatten, --format,
|
|
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
|
--trace-token, --user-output-enabled, --verbosity.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
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.
|
|
|