NAME
    gcloud compute os-config project-feature-settings update - update VM
        Manager project feature settings

SYNOPSIS
    gcloud compute os-config project-feature-settings update
        --patch-and-config-feature-set=PATCH_AND_CONFIG_FEATURE_SET
        [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    Update VM Manager project feature settings.

EXAMPLES
    To update project feature settings for project my-project:

        $ gcloud compute os-config project-feature-settings update \
           --project=my-project --patch-and-config-feature-set=full

REQUIRED FLAGS
     --patch-and-config-feature-set=PATCH_AND_CONFIG_FEATURE_SET
        Specifies the feature set for VM Manager. PATCH_AND_CONFIG_FEATURE_SET
        must be one of:

         full
            Full set of VM Manager functionality (alias for osconfig-c).
         limited
            Limited feature set. Enables only the basic set of features (alias
            for osconfig-b).
         osconfig-b
            Limited feature set. Enables only the basic set of features.
         osconfig-c
            Full set of VM Manager functionality.

GCLOUD WIDE FLAGS
    These flags are available to all commands: --access-token-file, --account,
    --billing-project, --configuration, --flags-file, --flatten, --format,
    --help, --impersonate-service-account, --log-http, --project, --quiet,
    --trace-token, --user-output-enabled, --verbosity.

    Run $ gcloud help for details.

API REFERENCE
    This command uses the osconfig/v1 API. The full documentation for this API
    can be found at: https://cloud.google.com/compute/docs/osconfig/rest
