Hello,
I’m not sure if a lot of people use this, but, Tekton is a relatively new technology and it works using YAML files. Within the YAML files are areas where you can use bash in-line after the script
property. Here’s an example:
---
deploy:
image: <some image>
script: |
#!/usr/bin/env bash
echo "hello world!"
---
I was wondering if it would be possible to have BashSupportPro recognize these blocks of in-line bash scripts whenever a YAML file is opened.
Let me know if you would like to know more information.
Thank you!