1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-13 16:37:00 +00:00

gcloud: Wed Mar 29 10:40:15 UTC 2023

This commit is contained in:
Automated 2023-03-29 10:40:15 +00:00
parent 4ccfc7a5e3
commit 5fabf24be7
269 changed files with 6797 additions and 464 deletions

View file

@ -0,0 +1,34 @@
NAME
gcloud artifacts settings describe - list all Artifact Registry project
settings
SYNOPSIS
gcloud artifacts settings describe [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
List all Artifact Registry project settings.
EXAMPLES
To list project settings for project my-project:
$ gcloud artifacts settings describe --project=my-package
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.
API REFERENCE
This command uses the artifactregistry/v1 API. The full documentation for
this API can be found at: https://cloud.google.com/artifacts/docs/
NOTES
These variants are also available:
$ gcloud alpha artifacts settings describe
$ gcloud beta artifacts settings describe

View file

@ -0,0 +1,36 @@
NAME
gcloud artifacts settings disable-upgrade-redirection - disables
redirection from Container Registry to Artifact Registry
SYNOPSIS
gcloud artifacts settings disable-upgrade-redirection
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Disables redirection from Container Registry to Artifact Registry.
EXAMPLES
To disable redirection for project my-project:
$ gcloud artifacts settings disable-upgrade-redirection \
--project=my-project
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.
API REFERENCE
This command uses the artifactregistry/v1 API. The full documentation for
this API can be found at: https://cloud.google.com/artifacts/docs/
NOTES
These variants are also available:
$ gcloud alpha artifacts settings disable-upgrade-redirection
$ gcloud beta artifacts settings disable-upgrade-redirection

View file

@ -0,0 +1,40 @@
NAME
gcloud artifacts settings enable-upgrade-redirection - enables redirection
from Container Registry to Artifact Registry
SYNOPSIS
gcloud artifacts settings enable-upgrade-redirection [--dry-run]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Enables redirection from Container Registry to Artifact Registry.
EXAMPLES
To enable redirection for project my-project:
$ gcloud artifacts settings enable-upgrade-redirection \
--project=my-project
FLAGS
--dry-run
Validate the project setup, but do not enable redirection
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.
API REFERENCE
This command uses the artifactregistry/v1 API. The full documentation for
this API can be found at: https://cloud.google.com/artifacts/docs/
NOTES
These variants are also available:
$ gcloud alpha artifacts settings enable-upgrade-redirection
$ gcloud beta artifacts settings enable-upgrade-redirection

View file

@ -0,0 +1,33 @@
NAME
gcloud artifacts settings - manage Artifact Registry project settings
SYNOPSIS
gcloud artifacts settings COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Manage Artifact Registry project settings.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMANDS
COMMAND is one of the following:
describe
List all Artifact Registry project settings.
disable-upgrade-redirection
Disables redirection from Container Registry to Artifact Registry.
enable-upgrade-redirection
Enables redirection from Container Registry to Artifact Registry.
NOTES
These variants are also available:
$ gcloud alpha artifacts settings
$ gcloud beta artifacts settings