Hi, if i'm not mistaken it is only possible to read template files from stdin but not json data to be used. I'd like to be able to do something like this, to read json from other commands:
curl https://example.com/something.json | gucci template-file.tmpl
Hi, if i'm not mistaken it is only possible to read template files from stdin but not json data to be used. I'd like to be able to do something like this, to read json from other commands: