mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +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,17 +1,20 @@
|
|||
NAME
|
||||
gcloud alpha developer-connect connections describe - describe connections
|
||||
gcloud alpha developer-connect connections describe - get details of a
|
||||
single connection resource
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha developer-connect connections describe
|
||||
(CONNECTION : --location=LOCATION) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Describe a connection
|
||||
(ALPHA) Get details of a single connection resource.
|
||||
|
||||
EXAMPLES
|
||||
To describe the connection, run:
|
||||
To get the details of a single conenction my-connection in location
|
||||
us-central1 run:
|
||||
|
||||
$ gcloud alpha developer-connect connections describe
|
||||
$ gcloud alpha developer-connect connections describe \
|
||||
my-connection --location=us-central1
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Connection resource - Name of the resource The arguments in this group can
|
||||
|
|
@ -61,5 +64,7 @@ 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 describe
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue