Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Floki templates are parsed with tera before being deserialized. #295

Merged
merged 3 commits into from
Jul 5, 2023

Conversation

maxdymond
Copy link
Collaborator

@maxdymond maxdymond commented Jul 4, 2023

Why this change?

This exposes some templating support, allowing specifically the ability to use {{ env.VARIABLE }} within a floki template to replace that value with the environment variable VARIABLE.

Relevant testing

Unit test added

Contributor notes

Anything you think will be useful for reviewers.

Checks

These aren't hard requirements, just guidelines

  • New/modified Rust code formatted with cargo fmt
  • Documentation and README.md updated for this change, if necessary
  • CHANGELOG.md updated for this change

@maxdymond maxdymond merged commit b09b35b into main Jul 5, 2023
7 checks passed
@maxdymond maxdymond deleted the md/teratemplate branch April 11, 2024 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant