Closed metalmatze closed 6 years ago
I've updated this PR to now use packr's virtual FS with libsonnet templates when compiling. PTAL.
From my experience, vfsgen
is pretty neat: its scope is well defined and it leverages only the standard library. packr
seems to be very similar. The main difference I see between the 2 is that vfsgen
doesn't even require you to install a binary for generating the assets (eg no go get ...
).
That vfsgen doesn't need an extra binary sounds really good. I'll take a look. Thanks for your comment @simonpasquier!
I will merge this as it is for now, as we can easily change to vfsgen in the future.
This command
mixtool runbook
extracts multi line string descriptions from mixins and generates a markdown file.Example alert object with runbook string:
@brancz @squat