👻

gcloud alpha storageのヘルプ

2021/07/22に公開

バージョンでヘルプ変わってたのでメモしたかっただけ。

$ gcloud version
Google Cloud SDK 348.0.0
alpha 2021.07.09
app-engine-go 1.9.71
app-engine-java 1.9.90
app-engine-python 1.9.93
app-engine-python-extras 1.9.93
beta 2021.07.09
bigtable
bq 2.0.70
cbt 0.10.0
cloud-build-local 0.5.2
cloud-datastore-emulator 2.1.0
core 2021.07.09
datalab 20190610
gsutil 4.65
kind 0.7.0
kpt 0.39.3
local-extract 1.2.0
minikube 1.21.0
pubsub-emulator 0.4.1
skaffold 1.27.0
$ gcloud alpha storage --help
NAME
    gcloud alpha storage - create and manage Cloud Storage buckets and objects

SYNOPSIS
    gcloud alpha storage GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (ALPHA) The gcloud alpha storage command group lets you create and manage
    Cloud Storage resources such as buckets and objects.

    More information on Cloud Storage can be found here:
    https://cloud.google.com/storage, and detailed documentation can be found
    here: https://cloud.google.com/storage/docs/

GCLOUD WIDE FLAGS
    These flags are available to all commands: --help.

    Run $ gcloud help for details.

GROUPS
    GROUP is one of the following:

     buckets
        (ALPHA) Manage Cloud Storage buckets.

COMMANDS
    COMMAND is one of the following:

     copy
        (ALPHA) (DEPRECATED) Upload, download, and copy Cloud Storage objects.

     cp
        (ALPHA) Upload, download, and copy Cloud Storage objects.

     delete
        (ALPHA) (DEPRECATED) Delete Cloud Storage objects and buckets.

     list
        (ALPHA) (DEPRECATED) List the objects in Cloud Storage buckets.

     ls
        (ALPHA) List Cloud Storage buckets and objects.

     rm
        (ALPHA) Delete Cloud Storage objects and buckets.

NOTES
    This command is an internal implementation detail and may change or
    disappear without notice. This command is currently in ALPHA and may change
    without notice. If this command fails with API permission errors despite
    specifying the right project, you may be trying to access an API with an
    invitation-only early access allowlist.
$ gcloud version
Google Cloud SDK 349.0.0
alpha 2021.07.19
app-engine-go 1.9.71
app-engine-java 1.9.90
app-engine-python 1.9.93
app-engine-python-extras 1.9.93
beta 2021.07.19
bigtable
bq 2.0.70
cbt 0.10.0
cloud-build-local 0.5.2
cloud-datastore-emulator 2.1.0
core 2021.07.19
datalab 20190610
gsutil 4.65
kind 0.7.0
kpt 1.0.0-beta.1
local-extract 1.2.1
minikube 1.21.0
pubsub-emulator 0.5.0
skaffold 1.27.0
NAME    gcloud alpha storage - create and manage Cloud Storage buckets and objects
SYNOPSIS
    gcloud alpha storage GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (ALPHA) The gcloud alpha storage command group lets you create and manage
    Cloud Storage resources such as buckets and objects.

    More information on Cloud Storage can be found here:
    https://cloud.google.com/storage, and detailed documentation can be found
    here: https://cloud.google.com/storage/docs/

GCLOUD WIDE FLAGS
    These flags are available to all commands: --help.

    Run $ gcloud help for details.

COMMANDS
    COMMAND is one of the following:

     cp
        (ALPHA) Upload, download, and copy Cloud Storage objects.

     ls
        (ALPHA) List Cloud Storage buckets and objects.

     rm
        (ALPHA) Delete objects and buckets.

NOTES
    This command is currently in ALPHA and may change without notice. If this
    command fails with API permission errors despite specifying the right
    project, you may be trying to access an API with an invitation-only early
    access allowlist.

Discussion