mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 02:25:19 +00:00
gcloud: Wed Mar 30 09:07:09 UTC 2022
This commit is contained in:
parent
cd34e797ae
commit
9bf28f1efe
90 changed files with 1554 additions and 258 deletions
30
gcloud/artifacts/apt/help
Normal file
30
gcloud/artifacts/apt/help
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
NAME
|
||||
gcloud artifacts apt - manage Artifact Registry Debian packages
|
||||
|
||||
SYNOPSIS
|
||||
gcloud artifacts apt COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Manage Artifact Registry Debian packages.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
import
|
||||
Import one or more Debian packages into an artifact repository.
|
||||
|
||||
upload
|
||||
Upload a Debian package to an artifact repository.
|
||||
|
||||
NOTES
|
||||
These variants are also available:
|
||||
|
||||
$ gcloud alpha artifacts apt
|
||||
|
||||
$ gcloud beta artifacts apt
|
||||
|
||||
89
gcloud/artifacts/apt/import
Normal file
89
gcloud/artifacts/apt/import
Normal file
|
|
@ -0,0 +1,89 @@
|
|||
NAME
|
||||
gcloud artifacts apt import - import one or more Debian packages into an
|
||||
artifact repository
|
||||
|
||||
SYNOPSIS
|
||||
gcloud artifacts apt import (REPOSITORY : --location=LOCATION)
|
||||
--gcs-source=[GCS_SOURCE,...] [--async] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
gcloud artifacts apt import imports Debian packages from Google Cloud
|
||||
Storage into the specified artifact repository.
|
||||
|
||||
EXAMPLES
|
||||
To import the package my-package.deb from Google Cloud Storage into
|
||||
my-repo, run:
|
||||
|
||||
$ gcloud artifacts apt import my-repo --location=us-central1 \
|
||||
--gcs-source=gs://my-bucket/path/to/my-package.deb
|
||||
|
||||
To import the packages my-package.deb and other-package.deb into my-repo,
|
||||
run:
|
||||
|
||||
$ gcloud artifacts apt import my-repo --location=us-central1 \
|
||||
--gcs-source=gs://my-bucket/path/to/my-package.deb,gs://\
|
||||
my-bucket/path/to/other-package.deb
|
||||
|
||||
To import all packages from my-directory into my-repo, run:
|
||||
|
||||
$ gcloud artifacts apt import my-repo --location=us-central1 \
|
||||
--gcs-source=gs://my-bucket/my-directory/*
|
||||
|
||||
To import all packages in all subdirectories from a Google Cloud Storage
|
||||
bucket into my-repo, run:
|
||||
|
||||
$ gcloud artifacts apt import my-repo --location=us-central1 \
|
||||
--gcs-source=gs://my-bucket/**
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Repository resource - The Artifact Registry repository. If not specified,
|
||||
the current artifacts/repository is used. The arguments in this group can
|
||||
be used to specify the attributes of this resource. (NOTE) Some attributes
|
||||
are not given arguments in this group but can be set in other ways. To set
|
||||
the project attribute:
|
||||
◆ provide the argument repository on the command line with a fully
|
||||
specified name;
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project.
|
||||
|
||||
This must be specified.
|
||||
|
||||
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.
|
||||
|
||||
--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.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--gcs-source=[GCS_SOURCE,...]
|
||||
The Google Cloud Storage location of a package to import. To import
|
||||
multiple packages, use wildcards at the end of the path.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
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.
|
||||
|
||||
NOTES
|
||||
These variants are also available:
|
||||
|
||||
$ gcloud alpha artifacts apt import
|
||||
|
||||
$ gcloud beta artifacts apt import
|
||||
|
||||
69
gcloud/artifacts/apt/upload
Normal file
69
gcloud/artifacts/apt/upload
Normal file
|
|
@ -0,0 +1,69 @@
|
|||
NAME
|
||||
gcloud artifacts apt upload - upload a Debian package to an artifact
|
||||
repository
|
||||
|
||||
SYNOPSIS
|
||||
gcloud artifacts apt upload (REPOSITORY : --location=LOCATION)
|
||||
--source=SOURCE [--async] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
gcloud artifacts apt upload uploads a Debian package to the specified
|
||||
artifact repository.
|
||||
|
||||
EXAMPLES
|
||||
To upload the package my-package.deb to my-repo, run:
|
||||
|
||||
$ gcloud artifacts apt upload my-repo --location=us-central1 \
|
||||
--source=my-package.deb
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Repository resource - The Artifact Registry repository. If not specified,
|
||||
the current artifacts/repository is used. The arguments in this group can
|
||||
be used to specify the attributes of this resource. (NOTE) Some attributes
|
||||
are not given arguments in this group but can be set in other ways. To set
|
||||
the project attribute:
|
||||
◆ provide the argument repository on the command line with a fully
|
||||
specified name;
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project.
|
||||
|
||||
This must be specified.
|
||||
|
||||
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.
|
||||
|
||||
--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.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--source=SOURCE
|
||||
The path of a package to upload.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
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.
|
||||
|
||||
NOTES
|
||||
These variants are also available:
|
||||
|
||||
$ gcloud alpha artifacts apt upload
|
||||
|
||||
$ gcloud beta artifacts apt upload
|
||||
|
||||
|
|
@ -15,6 +15,9 @@ GCLOUD WIDE FLAGS
|
|||
GROUPS
|
||||
GROUP is one of the following:
|
||||
|
||||
apt
|
||||
Manage Artifact Registry Debian packages.
|
||||
|
||||
docker
|
||||
Manage Artifact Registry container images and tags.
|
||||
|
||||
|
|
@ -39,6 +42,9 @@ GROUPS
|
|||
versions
|
||||
Manage Artifact Registry package versions.
|
||||
|
||||
yum
|
||||
Manage Artifact Registry RPM packages.
|
||||
|
||||
NOTES
|
||||
These variants are also available:
|
||||
|
||||
|
|
|
|||
30
gcloud/artifacts/yum/help
Normal file
30
gcloud/artifacts/yum/help
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
NAME
|
||||
gcloud artifacts yum - manage Artifact Registry RPM packages
|
||||
|
||||
SYNOPSIS
|
||||
gcloud artifacts yum COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Manage Artifact Registry RPM packages.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
import
|
||||
Import one or more RPM packages into an artifact repository.
|
||||
|
||||
upload
|
||||
Upload an RPM package to an artifact repository.
|
||||
|
||||
NOTES
|
||||
These variants are also available:
|
||||
|
||||
$ gcloud alpha artifacts yum
|
||||
|
||||
$ gcloud beta artifacts yum
|
||||
|
||||
89
gcloud/artifacts/yum/import
Normal file
89
gcloud/artifacts/yum/import
Normal file
|
|
@ -0,0 +1,89 @@
|
|||
NAME
|
||||
gcloud artifacts yum import - import one or more RPM packages into an
|
||||
artifact repository
|
||||
|
||||
SYNOPSIS
|
||||
gcloud artifacts yum import (REPOSITORY : --location=LOCATION)
|
||||
--gcs-source=[GCS_SOURCE,...] [--async] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
gcloud artifacts yum import imports RPM packages from Google Cloud Storage
|
||||
into the specified artifact repository.
|
||||
|
||||
EXAMPLES
|
||||
To import the package my-package.rpm from Google Cloud Storage into
|
||||
my-repo, run:
|
||||
|
||||
$ gcloud artifacts yum import my-repo --location=us-central1 \
|
||||
--gcs-source=gs://my-bucket/path/to/my-package.rpm
|
||||
|
||||
To import the packages my-package.rpm and other-package.rpm into my-repo,
|
||||
run:
|
||||
|
||||
$ gcloud artifacts yum import my-repo --location=us-central1 \
|
||||
--gcs-source=gs://my-bucket/path/to/my-package.rpm,gs://\
|
||||
my-bucket/path/to/other-package.rpm
|
||||
|
||||
To import all packages from my-directory into my-repo, run:
|
||||
|
||||
$ gcloud artifacts yum import my-repo --location=us-central1 \
|
||||
--gcs-source=gs://my-bucket/my-directory/*
|
||||
|
||||
To import all packages in all subdirectories from a Google Cloud Storage
|
||||
bucket into my-repo, run:
|
||||
|
||||
$ gcloud artifacts yum import my-repo --location=us-central1 \
|
||||
--gcs-source=gs://my-bucket/**
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Repository resource - The Artifact Registry repository. If not specified,
|
||||
the current artifacts/repository is used. The arguments in this group can
|
||||
be used to specify the attributes of this resource. (NOTE) Some attributes
|
||||
are not given arguments in this group but can be set in other ways. To set
|
||||
the project attribute:
|
||||
◆ provide the argument repository on the command line with a fully
|
||||
specified name;
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project.
|
||||
|
||||
This must be specified.
|
||||
|
||||
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.
|
||||
|
||||
--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.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--gcs-source=[GCS_SOURCE,...]
|
||||
The Google Cloud Storage location of a package to import. To import
|
||||
multiple packages, use wildcards at the end of the path.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
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.
|
||||
|
||||
NOTES
|
||||
These variants are also available:
|
||||
|
||||
$ gcloud alpha artifacts yum import
|
||||
|
||||
$ gcloud beta artifacts yum import
|
||||
|
||||
69
gcloud/artifacts/yum/upload
Normal file
69
gcloud/artifacts/yum/upload
Normal file
|
|
@ -0,0 +1,69 @@
|
|||
NAME
|
||||
gcloud artifacts yum upload - upload an RPM package to an artifact
|
||||
repository
|
||||
|
||||
SYNOPSIS
|
||||
gcloud artifacts yum upload (REPOSITORY : --location=LOCATION)
|
||||
--source=SOURCE [--async] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
gcloud artifacts yum upload uploads an RPM package to the specified
|
||||
artifact repository.
|
||||
|
||||
EXAMPLES
|
||||
To upload the package my-package.rpm to my-repo, run:
|
||||
|
||||
$ gcloud artifacts yum upload my-repo --location=us-central1 \
|
||||
--source=my-package.rpm
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Repository resource - The Artifact Registry repository. If not specified,
|
||||
the current artifacts/repository is used. The arguments in this group can
|
||||
be used to specify the attributes of this resource. (NOTE) Some attributes
|
||||
are not given arguments in this group but can be set in other ways. To set
|
||||
the project attribute:
|
||||
◆ provide the argument repository on the command line with a fully
|
||||
specified name;
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project.
|
||||
|
||||
This must be specified.
|
||||
|
||||
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.
|
||||
|
||||
--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.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--source=SOURCE
|
||||
The path of a package to upload.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
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.
|
||||
|
||||
NOTES
|
||||
These variants are also available:
|
||||
|
||||
$ gcloud alpha artifacts yum upload
|
||||
|
||||
$ gcloud beta artifacts yum upload
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue