1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-20 04:58:26 +00:00

gcloud: Wed Sep 25 09:51:52 UTC 2024

This commit is contained in:
Automated 2024-09-25 09:51:52 +00:00
parent 8ebed5b0f1
commit 0a5b6f11af
202 changed files with 9781 additions and 830 deletions

View file

@ -1,6 +1,6 @@
NAME
gcloud alpha developer-connect connections git-repository-links create -
create gitRepositoryLinks
create a git repository link
SYNOPSIS
gcloud alpha developer-connect connections git-repository-links create
@ -10,12 +10,23 @@ SYNOPSIS
[--validate-only] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Create a gitRepositoryLink
(ALPHA) Create a git repository link.
EXAMPLES
To create the gitRepositoryLink, run:
To create a git repository link 'my-git-repository-link' in a connection
my-connection in us-central1 run:
$ gcloud alpha developer-connect connections git-repository-links \ create
$ gcloud alpha developer-connect connections git-repository-links \ create my-git-repository-link \
--clone-uri=https://github.com/my-org/my-repo.git \
--connection=my-connection --location=us-central1
Or run:
$ gcloud alpha developer-connect connections git-repository-links \ create \
projects/my-project/locations/us-central1/connections/\
my-connection/gitRepositoryLinks/my-git-repository-link \
--clone-uri=https://github.com/my-org/my-repo.git \
--location=us-central1
POSITIONAL ARGUMENTS
GitRepositoryLink resource - Identifier. Resource name of the repository,
@ -151,5 +162,8 @@ 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 git-repository-links \
create

View file

@ -1,6 +1,6 @@
NAME
gcloud alpha developer-connect connections git-repository-links delete -
delete gitRepositoryLinks
delete a single git repository link
SYNOPSIS
gcloud alpha developer-connect connections git-repository-links delete
@ -9,12 +9,14 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Delete a gitRepositoryLink
(ALPHA) Delete a single git repository link.
EXAMPLES
To delete the gitRepositoryLink, run:
To delete a git repository link my-git-repository-link in a connection
my-comection in location us-central1 run:
$ gcloud alpha developer-connect connections git-repository-links \ delete
$ gcloud alpha developer-connect connections git-repository-links \ delete my-git-repository-link --connection=my-connection \
--location=us-central1
POSITIONAL ARGUMENTS
GitRepositoryLink resource - Name of the resource The arguments in this
@ -101,5 +103,8 @@ 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 git-repository-links \
delete

View file

@ -1,6 +1,6 @@
NAME
gcloud alpha developer-connect connections git-repository-links describe -
describe gitRepositoryLinks
get details of a single git repository link
SYNOPSIS
gcloud alpha developer-connect connections git-repository-links describe
@ -8,12 +8,14 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Describe a gitRepositoryLink
(ALPHA) Get details of a single git repository link.
EXAMPLES
To describe the gitRepositoryLink, run:
To get the details of a single git repository link my-git-repository-link
in a conenction my-connection in location us-central1 run:
$ gcloud alpha developer-connect connections git-repository-links \ describe
$ gcloud alpha developer-connect connections git-repository-links \ describe my-git-repository-link --connection=my-connection \
--location=us-central1-a
POSITIONAL ARGUMENTS
GitRepositoryLink resource - Name of the resource The arguments in this
@ -72,5 +74,8 @@ 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 git-repository-links \
describe

View file

@ -77,5 +77,8 @@ 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 git-repository-links \
fetch-read-token

View file

@ -78,5 +78,8 @@ 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 git-repository-links \
fetch-read-write-token

View file

@ -1,13 +1,13 @@
NAME
gcloud alpha developer-connect connections git-repository-links - manage
Git Repository Link resources
git repository link resources
SYNOPSIS
gcloud alpha developer-connect connections git-repository-links COMMAND
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Manage Git Repository Link resources.
(ALPHA) Manage git repository link resources.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
@ -18,13 +18,13 @@ COMMANDS
COMMAND is one of the following:
create
(ALPHA) Create gitRepositoryLinks.
(ALPHA) Create a git repository link.
delete
(ALPHA) Delete gitRepositoryLinks.
(ALPHA) Delete a single git repository link.
describe
(ALPHA) Describe gitRepositoryLinks.
(ALPHA) Get details of a single git repository link.
fetch-read-token
(ALPHA) Fetch the read token of a given gitRepositoryLink.
@ -33,11 +33,13 @@ COMMANDS
(ALPHA) Fetch the read/write token of a given gitRepositoryLink.
list
(ALPHA) List gitRepositoryLinks.
(ALPHA) List all git repository links in a 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 git-repository-links

View file

@ -1,6 +1,6 @@
NAME
gcloud alpha developer-connect connections git-repository-links list - list
gitRepositoryLinks
all git repository links in a connection
SYNOPSIS
gcloud alpha developer-connect connections git-repository-links list
@ -9,12 +9,13 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) List gitRepositoryLinks
(ALPHA) List all git repository links in a connection.
EXAMPLES
To list all gitRepositoryLinks, run:
To list all git repository links in a connection my-connection in location
us-central1 run:
$ gcloud alpha developer-connect connections git-repository-links \ list
$ gcloud alpha developer-connect connections git-repository-links \ list --connection=my-connection --location=us-central1
REQUIRED FLAGS
Connection resource - Parent value for ListGitRepositoryLinksRequest The
@ -97,5 +98,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 git-repository-links list