mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Sep 25 09:51:52 UTC 2024
This commit is contained in:
parent
8ebed5b0f1
commit
0a5b6f11af
202 changed files with 9781 additions and 830 deletions
|
|
@ -1,12 +1,12 @@
|
|||
NAME
|
||||
gcloud alpha developer-connect connections - manage Connection resources
|
||||
gcloud alpha developer-connect connections - manage connection resources
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha developer-connect connections GROUP | COMMAND
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Manage Connection resources.
|
||||
(ALPHA) Manage connection resources.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
|
@ -17,29 +17,31 @@ GROUPS
|
|||
GROUP is one of the following:
|
||||
|
||||
git-repository-links
|
||||
(ALPHA) Manage Git Repository Link resources.
|
||||
(ALPHA) Manage git repository link resources.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
create
|
||||
(ALPHA) Create connections.
|
||||
(ALPHA) Create a connection resource.
|
||||
|
||||
delete
|
||||
(ALPHA) Delete connections.
|
||||
(ALPHA) Delete a single connection.
|
||||
|
||||
describe
|
||||
(ALPHA) Describe connections.
|
||||
(ALPHA) Get details of a single connection resource.
|
||||
|
||||
list
|
||||
(ALPHA) List connections.
|
||||
|
||||
update
|
||||
(ALPHA) Update connections.
|
||||
(ALPHA) Update the parameters of a single connection.
|
||||
|
||||
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 developer-connect connections
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue