NAME
    gcloud beta compute os-config guest-policies update - update the specified
        guest policy for a project

SYNOPSIS
    gcloud beta compute os-config guest-policies update POLICY_ID --file=FILE
        [GCLOUD_WIDE_FLAG ...]

EXAMPLES
    To update the guest policy policy1 in the project project1, run:

        $ gcloud beta compute os-config guest-policies update policy1 \
        --file=path_to_config_file --project=project1

POSITIONAL ARGUMENTS
     POLICY_ID
        Name of the guest policy to update.

REQUIRED FLAGS
     --file=FILE
        The JSON or YAML file with the updated guest policy.

        If this file specifies an etag value, the update succeeds only if the
        policy that is already in place has a matching etag value. If no etag
        value is specified, the specifications in the updated policy file
        replaces the existing policy.

        For information about the guest policy format, see
        https://cloud.google.com/compute/docs/osconfig/rest/v1beta/projects.guestPolicies.

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.

NOTES
    This command is currently in beta and might change without notice.

