mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 07:29:40 +00:00
37 lines
1.3 KiB
Text
37 lines
1.3 KiB
Text
NAME
|
|
gcloud components repositories remove - remove a registered Trusted Test
|
|
component repository
|
|
|
|
SYNOPSIS
|
|
gcloud components repositories remove [URL ...] [--all]
|
|
[GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Remove a registered Trusted Tester component repository from the list of
|
|
repositories used by the component manager. After removing a repository,
|
|
you can run: $ gcloud components update to revert back to the standard
|
|
version of any components that were installed from that repository.
|
|
|
|
EXAMPLES
|
|
To be prompted for registered Trusted Tester component repositories to
|
|
remove run:
|
|
|
|
$ gcloud components repositories remove
|
|
|
|
POSITIONAL ARGUMENTS
|
|
[URL ...]
|
|
Zero or more URLs for the component repositories you want to remove. If
|
|
none are given, you will be prompted to choose which existing
|
|
repository you want to remove.
|
|
|
|
FLAGS
|
|
--all
|
|
Remove all registered repositories.
|
|
|
|
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.
|