Replies: 2 comments 4 replies
-
There could be a way to do this, and possibly quite easily. Did you see the Rendering Documentation section? You can use it to render your YAML files. The workflow should be simple:
Read the documentation, let me know if it helps or if you need assistance with it. |
Beta Was this translation helpful? Give feedback.
-
Vincent - I took the liberty to prepare a simple "convert to YAML" render script. Try this instead of your I already noticed you have some indentation problems in your output, which demonstrates why generating YAML with a template is error prone.
|
Beta Was this translation helpful? Give feedback.
-
Hello!
I'm using a lot the CLI generated by bashly in shell scripts which I edit with VSCode.
There is this extension https://marketplace.visualstudio.com/items?itemName=tetradresearch.vscode-h2o that provides intellisense completion.
It seems to work by reading .yaml files with following format.
Here is an example for docker.
I was wondering if there would be an easy way to generate such yaml file using bashly ?
Beta Was this translation helpful? Give feedback.
All reactions