Specifying Two inputDir
and one outputDir
#1689
Unanswered
ProfessorManhattan
asked this question in
Q&A
Replies: 1 comment
-
Hi @ProfessorManhattan, I'm not sure I understand the use-case, but from the title it seems you're trying to specify multiple inputDirs. This isn't supported. You'll need to either regroup the input templates into a single directory, or invoke Note that if your directory structure in the input dir doesn't match the layout you want in the output dir, you can use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, I have a have bunch of files required for my repos. All of them inherit files from the
common/
directory and then they also inherit files from a folder named after a variable which is available in thecontext
.How can I configure my
.gomplate.yml
so that the output directory gets all the files from thecommon/
directory and then also gets files from an inputDir named after a variable available in the context?Beta Was this translation helpful? Give feedback.
All reactions