You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Overview
Enhance Dagu's configuration files with Go template support, enabling dynamic content generation and variable substitution using Go's template/text package. Additionally, incorporate the rich set of utility functions from sprig to provide powerful template operations.
Features
Full Go template syntax support in most configuration fields
Access to all sprig template functions (string operations, math, lists, etc.)
This enhancement would make Dagu configurations more flexible and powerful, allowing for dynamic content generation based on variables, environment, and runtime conditions.
The text was updated successfully, but these errors were encountered:
Overview
Enhance Dagu's configuration files with Go template support, enabling dynamic content generation and variable substitution using Go's
template/text
package. Additionally, incorporate the rich set of utility functions fromsprig
to provide powerful template operations.Features
Example Usage
Basic variable substitution:
Using sprig functions:
Environment variables can be accessed using the
env
function:This enhancement would make Dagu configurations more flexible and powerful, allowing for dynamic content generation based on variables, environment, and runtime conditions.
The text was updated successfully, but these errors were encountered: