circleci policy settings

get/set policy decision settings (To read settings: run command without any settings flags)

Synopsis

get/set policy decision settings (To read settings: run command without any settings flags)

circleci policy settings [flags]

Examples

circleci policy settings --owner-id 462d67f8-b232-4da4-a7de-0c86dd667d3f --enabled=true

Flags

      --context string    policy context for decision (default "config")
      --enabled           enable/disable policy decision evaluation in build pipeline
  -h, --help              help for settings
      --owner-id string   the id of the policy's owner

Flags inherited from parent commands

      --host string              URL to your CircleCI host, also CIRCLECI_CLI_HOST (default "https://circleci.com")
      --policy-base-url string   base url for policy api (default "https://internal.circleci.com")
      --skip-update-check        Skip the check for updates check run before every command. (default true)
      --token string             your token for using CircleCI, also CIRCLECI_CLI_TOKEN

SEE ALSO