mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 21:20:07 +00:00
gcloud: Wed Apr 27 09:13:09 UTC 2022
This commit is contained in:
parent
72862dfe28
commit
532fac5ddb
131 changed files with 1510 additions and 390 deletions
29
gcloud/alpha/builds/enterprise-config/gitlab/delete
Normal file
29
gcloud/alpha/builds/enterprise-config/gitlab/delete
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
NAME
|
||||
gcloud alpha builds enterprise-config gitlab delete - delete a GitLab
|
||||
Enterprise config from Google Cloud Build
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha builds enterprise-config gitlab delete CONFIG
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Delete a GitLab Enterprise config from Google Cloud Build.
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
CONFIG
|
||||
The id of the GitLab Enterprise config
|
||||
|
||||
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.
|
||||
|
||||
|
|
@ -16,6 +16,9 @@ GCLOUD WIDE FLAGS
|
|||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
delete
|
||||
(ALPHA) Delete a GitLab Enterprise config from Google Cloud Build.
|
||||
|
||||
describe
|
||||
(ALPHA) Describe a GitLab Enterprise config in a Google Cloud project.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue