NAME
    gcloud beta quotas preferences - manage Cloud Quotas QuotaPreferences

SYNOPSIS
    gcloud beta quotas preferences COMMAND [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (BETA) A QuotaPreference resource represents your preference for a
    particular dimension combination. Use this resource to make quota increase
    adjustments to quotas in your projects and to make quota decrease
    adjustments to quotas in your projects, folders or organizations. Quota
    increase adjustments are subject to approval and fulfillment. Quota
    decreases are fulfilled immediately. Use the Cloud Quotas console UI or API
    to set a quota preference.

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

    Run $ gcloud help for details.

COMMANDS
    COMMAND is one of the following:

     create
        (BETA) Create a new QuotaPreference that declares the desired value for
        a quota.

     describe
        (BETA) Get details about a single QuotaPreference.

     list
        (BETA) List QuotaPreferences in a given project, folder or
        organization.

     update
        (BETA) Update the parameters of a single QuotaPreference.

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

        $ gcloud alpha quotas preferences

