🙄

gcloud storage がGAしてたので、ヘルプをメモしておくだけの記事

2022/09/24に公開

こちらも合わせてお楽しみ?ください

https://zenn.dev/noriko3/articles/7196b9d1414ac5

$ gcloud version
Google Cloud SDK 402.0.0
alpha 2022.09.12
beta 2022.09.12
bq 2.0.75
bundled-python3-unix 3.9.12
core 2022.09.12
gcloud-crc32c 1.0.0
gsutil 5.13
$ gcloud storage  --help

DESCRIPTION
    The gcloud 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
        Manage Cloud Storage buckets.

     objects
        Manage Cloud Storage objects.

COMMANDS
    COMMAND is one of the following:

     cat
        Outputs the contents of one or more URLs to stdout.

     cp
        Upload, download, and copy Cloud Storage objects.

     ls
        List Cloud Storage buckets and objects.

     mv
        Moves or renames objects.

     rm
        Delete objects and buckets.

     service-agent
        Manage a project's Cloud Storage service agent, which is used to
        perform Cloud KMS operations.

NOTES
    This variant is also available:

        $ gcloud alpha storage
NAME
    gcloud storage objects - manage Cloud Storage objects

SYNOPSIS
    gcloud storage objects COMMAND [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    Manage Cloud Storage objects.

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

    Run $ gcloud help for details.

COMMANDS
    COMMAND is one of the following:

     compose
        Concatenate a sequence of objects into a new composite object.

     describe
        Describe a Cloud Storage object.

     list
        Lists Cloud Storage objects.

     update
        Update Cloud Storage objects.

NOTES
    This variant is also available:

        $ gcloud alpha storage objects
NAME
    gcloud storage buckets - manage Cloud Storage buckets

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

DESCRIPTION
    Manage Cloud Storage buckets.

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

    Run $ gcloud help for details.

GROUPS
    GROUP is one of the following:

     notifications
        Manage Cloud Storage bucket notifications.

COMMANDS
    COMMAND is one of the following:

     create
        Create buckets for storing objects.

     delete
        Deletes Cloud Storage buckets.

     describe
        Describes Cloud Storage buckets.

     list
        Lists Cloud Storage buckets.

     update
        Update bucket settings.

NOTES
    This variant is also available:

        $ gcloud alpha storage buckets

Discussion