NAME
    gcloud beta compute project-info - read and manipulate project-level data
        like quotas and metadata

SYNOPSIS
    gcloud beta compute project-info COMMAND [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (BETA) Read and manipulate project-level data like quotas and metadata.

    For more information about quotas, see the quotas documentation
    (https://cloud.google.com/compute/quotas).

    Note: Project-level metadata is a distinct concept from instance-level
    metadata.

    For more information about instance metadata, see Storing and retrieving
    instance metadata
    (https://cloud.google.com/compute/docs/storing-retrieving-metadata).

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

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

    Run $ gcloud help for details.

COMMANDS
    COMMAND is one of the following:

     add-metadata
        (BETA) Add or update project-wide metadata.

     describe
        (BETA) Describe the Compute Engine project resource.

     remove-metadata
        (BETA) Remove project-wide metadata entries.

     update
        (BETA) Update a Compute Engine project resource.

NOTES
    This command is currently in beta and might change without notice. These
    variants are also available:

        $ gcloud compute project-info

        $ gcloud alpha compute project-info

