mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Aug 16 10:49:45 UTC 2023
This commit is contained in:
parent
19bfacfbed
commit
5f3d6bc974
165 changed files with 3881 additions and 596 deletions
|
|
@ -7,10 +7,14 @@ SYNOPSIS
|
|||
--repository-format=REPOSITORY_FORMAT [--allow-snapshot-overwrites]
|
||||
[--async] [--description=DESCRIPTION] [--immutable-tags]
|
||||
[--kms-key=KMS_KEY] [--labels=[KEY=VALUE,...]]
|
||||
[--mode=MODE; default="NONE"] [--remote-docker-repo=REMOTE_DOCKER_REPO]
|
||||
[--mode=MODE; default="NONE"] [--remote-apt-repo=REMOTE_APT_REPO]
|
||||
[--remote-apt-repo-path=REMOTE_APT_REPO_PATH]
|
||||
[--remote-docker-repo=REMOTE_DOCKER_REPO]
|
||||
[--remote-mvn-repo=REMOTE_MVN_REPO] [--remote-npm-repo=REMOTE_NPM_REPO]
|
||||
[--remote-python-repo=REMOTE_PYTHON_REPO]
|
||||
[--remote-repo-config-desc=REMOTE_REPO_CONFIG_DESC]
|
||||
[--remote-yum-repo=REMOTE_YUM_REPO]
|
||||
[--remote-yum-repo-path=REMOTE_YUM_REPO_PATH]
|
||||
[--upstream-policy-file=FILE] [--version-policy=VERSION_POLICY]
|
||||
[--allow-sbom-generation | --disable-sbom-generation]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -135,6 +139,13 @@ OPTIONAL FLAGS
|
|||
virtual-repository
|
||||
Virtual repository mode - aggregates data from several upstreams.
|
||||
|
||||
--remote-apt-repo=REMOTE_APT_REPO
|
||||
(Apt only) Repository base for apt remote repository. REMOTE_APT_REPO
|
||||
must be one of: [debian, ubuntu].
|
||||
|
||||
--remote-apt-repo-path=REMOTE_APT_REPO_PATH
|
||||
(Apt only) Remaining URL path to apt remote repository.
|
||||
|
||||
--remote-docker-repo=REMOTE_DOCKER_REPO
|
||||
(Docker only) Repo upstream for docker remote repository.
|
||||
REMOTE_DOCKER_REPO must be one of: [docker-hub].
|
||||
|
|
@ -154,6 +165,14 @@ OPTIONAL FLAGS
|
|||
--remote-repo-config-desc=REMOTE_REPO_CONFIG_DESC
|
||||
The description for the remote repository config.
|
||||
|
||||
--remote-yum-repo=REMOTE_YUM_REPO
|
||||
(Yum only) Repository base for yum remote repository. REMOTE_YUM_REPO
|
||||
must be one of: [centos, centos-debug, centos-stream, centos-vault,
|
||||
epel, rocky].
|
||||
|
||||
--remote-yum-repo-path=REMOTE_YUM_REPO_PATH
|
||||
(Yum only) Remaining URL path to yum remote repository.
|
||||
|
||||
--upstream-policy-file=FILE
|
||||
(Virtual Repositories only) is the upstreams for the Virtual
|
||||
Repository. Example of the file contents: [ { "id": "test1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue