Render writes the generated artifacts to outputDir.
All templates are rendered in memory first; nothing is written if any
render fails. Existing files are preserved unless opts.Force is true.
type Options struct {
// Force overwrites existing output files. Without this, Render fails// if any target file already exists, to avoid clobbering hand-edited// Dockerfiles.
Force bool
}