NAME
    gcloud compute addresses - read and manipulate Compute Engine addresses

SYNOPSIS
    gcloud compute addresses COMMAND [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    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.

COMMANDS
    COMMAND is one of the following:

     create
        Reserve IP addresses.

     delete
        Release reserved IP addresses.

     describe
        Display detailed information about an address.

     list
        List addresses.

     move
        Move an address to another project.

NOTES
    These variants are also available:

        $ gcloud alpha compute addresses

        $ gcloud beta compute addresses

