Image Overview: cedar

Overview: cedar Chainguard Image

This image contains the CLI for the Cedar Policy Language. The binary can be used to run, test, format, or evaluate Cedar policies.

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/cedar:latest

Use It!

The image can be run directly and sets the cedar image as the entrypoint:

docker run cgr.dev/chainguard/cedar:latest
CLI interface for the Cedar Policy language.

Usage: cedar <COMMAND>

Commands:
  authorize    Evaluate an authorization request
  evaluate     Evaluate a Cedar expression
  validate     Validate a policy set against a schema
  check-parse  Check that policies successfully parse
  link         Link a template
  format       Format a policy set
  help         Print this message or the help of the given subcommand(s)

Options:
  -h, --help     Print help
  -V, --version  Print version

Last updated: 2024-04-11 12:38