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

gcloud: Wed Mar 30 09:07:09 UTC 2022

This commit is contained in:
Automated 2022-03-30 09:07:09 +00:00
parent cd34e797ae
commit 9bf28f1efe
90 changed files with 1554 additions and 258 deletions

View file

@ -25,7 +25,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud artifacts apt
$ gcloud beta artifacts apt

View file

@ -64,8 +64,8 @@ POSITIONAL ARGUMENTS
REQUIRED FLAGS
--gcs-source=[GCS_SOURCE,...]
The Google Cloud Storage location of a package to import. Wildcards may
be added at the end to import multiple packages.
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
@ -84,7 +84,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud artifacts apt import
$ gcloud beta artifacts apt import

View file

@ -64,7 +64,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud artifacts apt upload
$ gcloud beta artifacts apt upload