mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-07-20 10:04:08 +00:00
458 B
458 B
OS Functions
WARNING: These functions can lead to information leakage if not used appropriately.
WARNING: Some notable implementations of Sprig (such as Kubernetes Helm) do not provide these functions for security reasons.
env
The env
function reads an environment variable:
env "HOME"
expandenv
To substitute environment variables in a string, use expandenv
:
expandenv "Your path is set to $PATH"