mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Apr 8 12:08:12 UTC 2026
This commit is contained in:
parent
89a3bc9276
commit
5b03e16435
766 changed files with 29847 additions and 8950 deletions
|
|
@ -5,7 +5,7 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud beta source-manager repos add-iam-policy-binding
|
||||
(REPOSITORY : --region=REGION) --member=PRINCIPAL --role=ROLE
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--endpoint-mode=ENDPOINT_MODE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Add an IAM policy binding to a Secure Source Manager repository.
|
||||
|
|
@ -76,6 +76,25 @@ REQUIRED FLAGS
|
|||
for a custom role, such as
|
||||
organizations/{ORGANIZATION_ID}/roles/logging.viewer.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--endpoint-mode=ENDPOINT_MODE
|
||||
Specifies endpoint mode for a given command. Regional endpoints provide
|
||||
enhanced data residency and reliability by ensuring your request is
|
||||
handled entirely within the specified Google Cloud region. This differs
|
||||
from global endpoints, which may process parts of the request outside
|
||||
the target region. Overrides the default regional/endpoint_mode
|
||||
property value for this command invocation. ENDPOINT_MODE must be one
|
||||
of:
|
||||
|
||||
global
|
||||
(Default) Use global rather than regional endpoints.
|
||||
regional
|
||||
Only use regional endpoints. An error will be raised if a regional
|
||||
endpoint is not available for a given command.
|
||||
regional-preferred
|
||||
Use regional endpoints when available, otherwise use global
|
||||
endpoints. Recommended for most users.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
@ -89,6 +108,12 @@ API REFERENCE
|
|||
for this API can be found at:
|
||||
https://cloud.google.com/secure-source-manager
|
||||
|
||||
REGIONAL ENDPOINTS
|
||||
This command supports regional endpoints. To use regional endpoints for
|
||||
this command, use the --endpoint-mode=regional-preferred flag. To use
|
||||
regional endpoints by default, run $ gcloud config set
|
||||
regional/endpoint_mode regional-preferred.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud beta source-manager repos create (REPOSITORY : --region=REGION)
|
||||
--instance=INSTANCE [--description=DESCRIPTION]
|
||||
[--endpoint-mode=ENDPOINT_MODE]
|
||||
[--default-branch=DEFAULT_BRANCH
|
||||
--gitignores=[GITIGNORES,...] --license=LICENSE --readme=README]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -59,6 +60,24 @@ OPTIONAL FLAGS
|
|||
--description=DESCRIPTION
|
||||
Description of the repository. Cannot exceed 500 characters.
|
||||
|
||||
--endpoint-mode=ENDPOINT_MODE
|
||||
Specifies endpoint mode for a given command. Regional endpoints provide
|
||||
enhanced data residency and reliability by ensuring your request is
|
||||
handled entirely within the specified Google Cloud region. This differs
|
||||
from global endpoints, which may process parts of the request outside
|
||||
the target region. Overrides the default regional/endpoint_mode
|
||||
property value for this command invocation. ENDPOINT_MODE must be one
|
||||
of:
|
||||
|
||||
global
|
||||
(Default) Use global rather than regional endpoints.
|
||||
regional
|
||||
Only use regional endpoints. An error will be raised if a regional
|
||||
endpoint is not available for a given command.
|
||||
regional-preferred
|
||||
Use regional endpoints when available, otherwise use global
|
||||
endpoints. Recommended for most users.
|
||||
|
||||
Repository initialization configuration.
|
||||
|
||||
--default-branch=DEFAULT_BRANCH
|
||||
|
|
|
|||
|
|
@ -4,7 +4,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta source-manager repos delete (REPOSITORY : --region=REGION)
|
||||
[--allow-missing] [GCLOUD_WIDE_FLAG ...]
|
||||
[--allow-missing] [--endpoint-mode=ENDPOINT_MODE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Delete a Secure Source Manager repository.
|
||||
|
|
@ -53,6 +54,24 @@ FLAGS
|
|||
If set to true, and the resource is not found, the request will succeed
|
||||
but no action will be taken on the server.
|
||||
|
||||
--endpoint-mode=ENDPOINT_MODE
|
||||
Specifies endpoint mode for a given command. Regional endpoints provide
|
||||
enhanced data residency and reliability by ensuring your request is
|
||||
handled entirely within the specified Google Cloud region. This differs
|
||||
from global endpoints, which may process parts of the request outside
|
||||
the target region. Overrides the default regional/endpoint_mode
|
||||
property value for this command invocation. ENDPOINT_MODE must be one
|
||||
of:
|
||||
|
||||
global
|
||||
(Default) Use global rather than regional endpoints.
|
||||
regional
|
||||
Only use regional endpoints. An error will be raised if a regional
|
||||
endpoint is not available for a given command.
|
||||
regional-preferred
|
||||
Use regional endpoints when available, otherwise use global
|
||||
endpoints. Recommended for most users.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta source-manager repos describe (REPOSITORY : --region=REGION)
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--endpoint-mode=ENDPOINT_MODE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Get metadata of a Secure Source Manager repository.
|
||||
|
|
@ -48,6 +48,25 @@ POSITIONAL ARGUMENTS
|
|||
specified name;
|
||||
▸ provide the argument --region on the command line.
|
||||
|
||||
FLAGS
|
||||
--endpoint-mode=ENDPOINT_MODE
|
||||
Specifies endpoint mode for a given command. Regional endpoints provide
|
||||
enhanced data residency and reliability by ensuring your request is
|
||||
handled entirely within the specified Google Cloud region. This differs
|
||||
from global endpoints, which may process parts of the request outside
|
||||
the target region. Overrides the default regional/endpoint_mode
|
||||
property value for this command invocation. ENDPOINT_MODE must be one
|
||||
of:
|
||||
|
||||
global
|
||||
(Default) Use global rather than regional endpoints.
|
||||
regional
|
||||
Only use regional endpoints. An error will be raised if a regional
|
||||
endpoint is not available for a given command.
|
||||
regional-preferred
|
||||
Use regional endpoints when available, otherwise use global
|
||||
endpoints. Recommended for most users.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
@ -61,6 +80,12 @@ API REFERENCE
|
|||
for this API can be found at:
|
||||
https://cloud.google.com/secure-source-manager
|
||||
|
||||
REGIONAL ENDPOINTS
|
||||
This command supports regional endpoints. To use regional endpoints for
|
||||
this command, use the --endpoint-mode=regional-preferred flag. To use
|
||||
regional endpoints by default, run $ gcloud config set
|
||||
regional/endpoint_mode regional-preferred.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
|
|
|||
|
|
@ -4,8 +4,9 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta source-manager repos get-iam-policy
|
||||
(REPOSITORY : --region=REGION) [--filter=EXPRESSION] [--limit=LIMIT]
|
||||
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
(REPOSITORY : --region=REGION) [--endpoint-mode=ENDPOINT_MODE]
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Get the IAM policy for a Secure Source Manager repository.
|
||||
|
|
@ -49,6 +50,25 @@ POSITIONAL ARGUMENTS
|
|||
specified name;
|
||||
▸ provide the argument --region on the command line.
|
||||
|
||||
FLAGS
|
||||
--endpoint-mode=ENDPOINT_MODE
|
||||
Specifies endpoint mode for a given command. Regional endpoints provide
|
||||
enhanced data residency and reliability by ensuring your request is
|
||||
handled entirely within the specified Google Cloud region. This differs
|
||||
from global endpoints, which may process parts of the request outside
|
||||
the target region. Overrides the default regional/endpoint_mode
|
||||
property value for this command invocation. ENDPOINT_MODE must be one
|
||||
of:
|
||||
|
||||
global
|
||||
(Default) Use global rather than regional endpoints.
|
||||
regional
|
||||
Only use regional endpoints. An error will be raised if a regional
|
||||
endpoint is not available for a given command.
|
||||
regional-preferred
|
||||
Use regional endpoints when available, otherwise use global
|
||||
endpoints. Recommended for most users.
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
Apply a Boolean filter EXPRESSION to each resource item to be listed.
|
||||
|
|
@ -88,6 +108,12 @@ API REFERENCE
|
|||
for this API can be found at:
|
||||
https://cloud.google.com/secure-source-manager
|
||||
|
||||
REGIONAL ENDPOINTS
|
||||
This command supports regional endpoints. To use regional endpoints for
|
||||
this command, use the --endpoint-mode=regional-preferred flag. To use
|
||||
regional endpoints by default, run $ gcloud config set
|
||||
regional/endpoint_mode regional-preferred.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
|
|
|||
|
|
@ -4,7 +4,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta source-manager repos list --instance=INSTANCE --region=REGION
|
||||
[--limit=LIMIT] [--page-size=PAGE_SIZE] [GCLOUD_WIDE_FLAG ...]
|
||||
[--endpoint-mode=ENDPOINT_MODE] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) List Secure Source Manager repositories.
|
||||
|
|
@ -38,6 +39,25 @@ REQUIRED FLAGS
|
|||
To set the region attribute:
|
||||
▸ provide the argument --region on the command line.
|
||||
|
||||
FLAGS
|
||||
--endpoint-mode=ENDPOINT_MODE
|
||||
Specifies endpoint mode for a given command. Regional endpoints provide
|
||||
enhanced data residency and reliability by ensuring your request is
|
||||
handled entirely within the specified Google Cloud region. This differs
|
||||
from global endpoints, which may process parts of the request outside
|
||||
the target region. Overrides the default regional/endpoint_mode
|
||||
property value for this command invocation. ENDPOINT_MODE must be one
|
||||
of:
|
||||
|
||||
global
|
||||
(Default) Use global rather than regional endpoints.
|
||||
regional
|
||||
Only use regional endpoints. An error will be raised if a regional
|
||||
endpoint is not available for a given command.
|
||||
regional-preferred
|
||||
Use regional endpoints when available, otherwise use global
|
||||
endpoints. Recommended for most users.
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--limit=LIMIT
|
||||
Maximum number of resources to list. The default is unlimited. This
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud beta source-manager repos remove-iam-policy-binding
|
||||
(REPOSITORY : --region=REGION) --member=PRINCIPAL --role=ROLE
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--endpoint-mode=ENDPOINT_MODE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Remove an IAM policy binding to a Secure Source Manager repository.
|
||||
|
|
@ -77,6 +77,25 @@ REQUIRED FLAGS
|
|||
--role=ROLE
|
||||
The role to remove the principal from.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--endpoint-mode=ENDPOINT_MODE
|
||||
Specifies endpoint mode for a given command. Regional endpoints provide
|
||||
enhanced data residency and reliability by ensuring your request is
|
||||
handled entirely within the specified Google Cloud region. This differs
|
||||
from global endpoints, which may process parts of the request outside
|
||||
the target region. Overrides the default regional/endpoint_mode
|
||||
property value for this command invocation. ENDPOINT_MODE must be one
|
||||
of:
|
||||
|
||||
global
|
||||
(Default) Use global rather than regional endpoints.
|
||||
regional
|
||||
Only use regional endpoints. An error will be raised if a regional
|
||||
endpoint is not available for a given command.
|
||||
regional-preferred
|
||||
Use regional endpoints when available, otherwise use global
|
||||
endpoints. Recommended for most users.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
@ -90,6 +109,12 @@ API REFERENCE
|
|||
for this API can be found at:
|
||||
https://cloud.google.com/secure-source-manager
|
||||
|
||||
REGIONAL ENDPOINTS
|
||||
This command supports regional endpoints. To use regional endpoints for
|
||||
this command, use the --endpoint-mode=regional-preferred flag. To use
|
||||
regional endpoints by default, run $ gcloud config set
|
||||
regional/endpoint_mode regional-preferred.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
|
|
|||
|
|
@ -4,7 +4,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta source-manager repos set-iam-policy
|
||||
(REPOSITORY : --region=REGION) POLICY_FILE [GCLOUD_WIDE_FLAG ...]
|
||||
(REPOSITORY : --region=REGION) POLICY_FILE
|
||||
[--endpoint-mode=ENDPOINT_MODE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Set the IAM policy for a Secure Source Manager repository.
|
||||
|
|
@ -55,6 +56,25 @@ POSITIONAL ARGUMENTS
|
|||
JSON or YAML file conforming to the structure of a Policy
|
||||
(https://cloud.google.com/iam/reference/rest/v1/Policy).
|
||||
|
||||
FLAGS
|
||||
--endpoint-mode=ENDPOINT_MODE
|
||||
Specifies endpoint mode for a given command. Regional endpoints provide
|
||||
enhanced data residency and reliability by ensuring your request is
|
||||
handled entirely within the specified Google Cloud region. This differs
|
||||
from global endpoints, which may process parts of the request outside
|
||||
the target region. Overrides the default regional/endpoint_mode
|
||||
property value for this command invocation. ENDPOINT_MODE must be one
|
||||
of:
|
||||
|
||||
global
|
||||
(Default) Use global rather than regional endpoints.
|
||||
regional
|
||||
Only use regional endpoints. An error will be raised if a regional
|
||||
endpoint is not available for a given command.
|
||||
regional-preferred
|
||||
Use regional endpoints when available, otherwise use global
|
||||
endpoints. Recommended for most users.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
@ -68,6 +88,12 @@ API REFERENCE
|
|||
for this API can be found at:
|
||||
https://cloud.google.com/secure-source-manager
|
||||
|
||||
REGIONAL ENDPOINTS
|
||||
This command supports regional endpoints. To use regional endpoints for
|
||||
this command, use the --endpoint-mode=regional-preferred flag. To use
|
||||
regional endpoints by default, run $ gcloud config set
|
||||
regional/endpoint_mode regional-preferred.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
|
|
|||
|
|
@ -4,7 +4,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta source-manager repos update (REPOSITORY : --region=REGION)
|
||||
[--description=DESCRIPTION] [--validate-only] [GCLOUD_WIDE_FLAG ...]
|
||||
[--description=DESCRIPTION] [--endpoint-mode=ENDPOINT_MODE]
|
||||
[--validate-only] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Update a Secure Source Manager repository.
|
||||
|
|
@ -52,6 +53,24 @@ FLAGS
|
|||
--description=DESCRIPTION
|
||||
Description of the repository. Cannot exceed 500 characters.
|
||||
|
||||
--endpoint-mode=ENDPOINT_MODE
|
||||
Specifies endpoint mode for a given command. Regional endpoints provide
|
||||
enhanced data residency and reliability by ensuring your request is
|
||||
handled entirely within the specified Google Cloud region. This differs
|
||||
from global endpoints, which may process parts of the request outside
|
||||
the target region. Overrides the default regional/endpoint_mode
|
||||
property value for this command invocation. ENDPOINT_MODE must be one
|
||||
of:
|
||||
|
||||
global
|
||||
(Default) Use global rather than regional endpoints.
|
||||
regional
|
||||
Only use regional endpoints. An error will be raised if a regional
|
||||
endpoint is not available for a given command.
|
||||
regional-preferred
|
||||
Use regional endpoints when available, otherwise use global
|
||||
endpoints. Recommended for most users.
|
||||
|
||||
--validate-only
|
||||
If set to true, the request is validated and the user is provided with
|
||||
an expected result, but no actual change is made.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue