NAME
    gcloud org-policies set-policy - set an organization policy from a JSON or
        YAML file

SYNOPSIS
    gcloud org-policies set-policy POLICY_FILE [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    Sets an organization policy from a JSON or YAML file. The policy will be
    created if it does not exist, or updated if it already exists.

EXAMPLES
    To set the policy from the file on the path './sample_path', run:

        $ gcloud org-policies set-policy ./sample_path

POSITIONAL ARGUMENTS
     POLICY_FILE
        Path to JSON or YAML file that contains the organization policy.

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.
