mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Jul 13 09:59:37 UTC 2022
This commit is contained in:
parent
cf5ab60e4a
commit
879929cbc6
323 changed files with 7203 additions and 4178 deletions
|
|
@ -3,7 +3,7 @@ NAME
|
|||
artifact repository
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta artifacts yum import (REPOSITORY : --location=LOCATION)
|
||||
gcloud beta artifacts yum import [[REPOSITORY] --location=LOCATION]
|
||||
--gcs-source=[GCS_SOURCE,...] [--async] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -43,24 +43,24 @@ POSITIONAL ARGUMENTS
|
|||
the project attribute:
|
||||
◆ provide the argument repository on the command line with a fully
|
||||
specified name;
|
||||
◆ set the property artifacts/repository with a fully specified name;
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project.
|
||||
|
||||
This must be specified.
|
||||
|
||||
REPOSITORY
|
||||
[REPOSITORY]
|
||||
ID of the repository or fully qualified identifier for the
|
||||
repository. To set the repository attribute:
|
||||
▸ provide the argument repository on the command line.
|
||||
|
||||
This positional must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
▸ provide the argument repository on the command line;
|
||||
▸ set the property artifacts/repository.
|
||||
|
||||
--location=LOCATION
|
||||
Location of the repository. To set the location attribute:
|
||||
▸ provide the argument repository on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --location on the command line.
|
||||
▸ set the property artifacts/repository with a fully specified
|
||||
name;
|
||||
▸ provide the argument --location on the command line;
|
||||
▸ set the property artifacts/location.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--gcs-source=[GCS_SOURCE,...]
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ NAME
|
|||
repository
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta artifacts yum upload (REPOSITORY : --location=LOCATION)
|
||||
gcloud beta artifacts yum upload [[REPOSITORY] --location=LOCATION]
|
||||
--source=SOURCE [--async] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -24,24 +24,24 @@ POSITIONAL ARGUMENTS
|
|||
the project attribute:
|
||||
◆ provide the argument repository on the command line with a fully
|
||||
specified name;
|
||||
◆ set the property artifacts/repository with a fully specified name;
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project.
|
||||
|
||||
This must be specified.
|
||||
|
||||
REPOSITORY
|
||||
[REPOSITORY]
|
||||
ID of the repository or fully qualified identifier for the
|
||||
repository. To set the repository attribute:
|
||||
▸ provide the argument repository on the command line.
|
||||
|
||||
This positional must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
▸ provide the argument repository on the command line;
|
||||
▸ set the property artifacts/repository.
|
||||
|
||||
--location=LOCATION
|
||||
Location of the repository. To set the location attribute:
|
||||
▸ provide the argument repository on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --location on the command line.
|
||||
▸ set the property artifacts/repository with a fully specified
|
||||
name;
|
||||
▸ provide the argument --location on the command line;
|
||||
▸ set the property artifacts/location.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--source=SOURCE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue