NAME
    gcloud alpha compute addresses - read and manipulate Compute Engine
        addresses

SYNOPSIS
    gcloud alpha compute addresses GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (ALPHA) Read and manipulate Compute Engine addresses.

    For more information about addresses, see the addresses documentation
    (https://cloud.google.com/compute/docs/ip-addresses/).

    See also: Addresses API
    (https://cloud.google.com/compute/docs/reference/rest/v1/addresses).

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

    Run $ gcloud help for details.

GROUPS
    GROUP is one of the following:

     config
        (ALPHA) Manage Compute Engine address configurations.

COMMANDS
    COMMAND is one of the following:

     create
        (ALPHA) Reserve IP addresses.

     delete
        (ALPHA) Release reserved IP addresses.

     describe
        (ALPHA) Display detailed information about a reserved static address.

     list
        (ALPHA) List addresses.

     move
        (ALPHA) Move an address to another project.

     update
        (ALPHA) Update an address's labels.

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. These variants are also available:

        $ gcloud compute addresses

        $ gcloud beta compute addresses

