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

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

DESCRIPTION
    (ALPHA) 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
        (ALPHA) Add or update project-wide metadata.

     describe
        (ALPHA) Describe the Compute Engine project resource.

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

     set-default-service-account
        (ALPHA) Set the default service account on the project.

     update
        (ALPHA) Update a Compute Engine project resource.

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 project-info

        $ gcloud beta compute project-info

