# spry Basic [Sprig](https://masterminds.github.io/sprig/) Template Rendering. ## Usage Examples ```bash $ ./spry Usage of ./spry [Options] [Template Files]: -d string Output delimiter between template files rendered (default "---") -f value Specify a values file (JSON or YAML) -helm Helm compatibility: provided values will be nested under .Values -set value Set a specific value (foo.bar=spam) Template Files can also be directories to recurse for templates. If no template files are provided it will attempt read from STDIN. If no input is available from STDIN it will print this usage message instead. Pass only '-' to Template Files to force waiting for input. ```