-
Previous Value Current Value What text templating tool do you recommend?
What CLI text templating tool do you recommend?
-
Any template system can be used to compose your
docker-compose.ymlas long as any literal occurrences of@should be written as@@ -
Which one do you use?
-
Also I want it to be compatible with the editor in the Steps of OneDev so that I can rely on its logic (
@property:xxx). Ideally, I would like to write something like:the_template_manager 'the_template_from_repo' --property '@property:cod@' -
OneDev uses a home-grown system to prompt/substitute variables. You can pass properties this way to your chosen template engine as variables. I guess all template engine has that ability.
-
OK will try and will let you know, might help other users
-
Previous Value Current Value Open
Closed
| Type |
Question
|
| Priority |
Normal
|
| Assignee |
Issue Votes (0)
Here is my use case: I would like to generate
docker-compose.ymlfiles from a template, then push them each to the current OneDev Git repo. So, I need a templating tool that would seamlessly fit into OneDev's own templating system.How do I see the process:
docker-compose.ymlfiles)docker-compose.ymlfile)docker-compose.ymlfile into the repo