Dan Moore

Results 8 comments of Dan Moore

Interesting. The chevron tool understands JSON as a data input format, but I don't believe there's any JSON support for output. I think it's all just text really other than...

I think the only way to do that reliably in something like Mustache is to do those imports as strings instead of booleans.

I'd be happy to help review PRs!

BTW I've seen several Python packages that have gotten to this point (established, valuable, original maintainer has less time) be absorbed into the [JazzBand](https://github.com/jazzband) project successfully.

Is this anything like you're looking for? https://github.com/hashicorp/vault-action/issues/153#issuecomment-824329289

That's built into the [mustache syntax via inverted section](Inverted-Sections): ``` {{#repo}} {{name}} {{/repo}} {{^repo}} No repos :( {{/repo}} ```