Skip to content

moorereason/webhook-hcl

Repository files navigation

Webhook HCL Playground

This repository contains a proof-of-concept playground for using HCL in webhook.

Goals

  • Use HCLv2 to provide a custom, intuitive config DSL.
  • Use functions and variables within the DSL for easy expression evaluation.
  • Support all CLI options in the config file.

Progress

See TODO.md.

Examples