.ie \n(.g .ds Aq \(aq .el .ds Aq ' .TH render 1 "render " .SH NAME render \- Renders a template by replacing values as specified by the configuration. .SH SYNOPSIS \fBrender\fR [\fB\-c\fR|\fB\-\-config\fR] [\fB\-t\fR|\fB\-\-template\fR] [\fB\-\-trust\fR] [\fB\-l\fR|\fB\-\-loose\fR] [\fB\-b\fR|\fB\-\-backend\fR] [\fB\-v\fR|\fB\-\-value\fR] [\fB\-h\fR|\fB\-\-help\fR] .SH DESCRIPTION Renders a template by replacing values as specified by the configuration. .SH OPTIONS .TP \fB\-c\fR, \fB\-\-config\fR [default: ./.complate/config.yaml] The configuration file to use. .TP \fB\-t\fR, \fB\-\-template\fR Specify the template to use from the config and skip it\*(Aqs selection. .TP \fB\-\-trust\fR Enables the shell command execution. This is potentially insecure and should only be done for trustworthy sources. .TP \fB\-l\fR, \fB\-\-loose\fR Defines that the templating is done in non\-strict mode (allow missing value for variable). .TP \fB\-b\fR, \fB\-\-backend\fR [default: headless] The execution backend (cli=native\-terminal, ui=ui emulator in terminal). .br .br [\fIpossible values: \fRheadless, cli] .TP \fB\-v\fR, \fB\-\-value\fR Overrides a certain value definition with a string. .TP \fB\-h\fR, \fB\-\-help\fR Print help