Do we have a way, (may be in Replicated CLI?) to test Template Functions?
For example:
'{{repl ConfigOption "1" | ParseBool }}'
Running this on the command line should return true on the STDOUT. It will be really helpful, to do short tests like this for building out the KOTS configuration screen and values.
Have you found answer for this question? I’m searching documentation to get how to do this quick tests which would be very handy in development complex configurations.
Hi @ravi_devarakonda@Vitaliy there’s no dedicated sandbox for {{repl}} template functions. Everything is inherited from go templating, so depending on what you’re trying to do, a Go Templates sandbox might do the trick.