Skip to content

writeToStdout string...

writeToStdout writes each string to stdout. It is only available when generating the initial config file.

Example

{{- writeToStdout "Hello, world\n" -}}
Back to top