local_file publisher
blackstork/builtin
, v0.4.2
The publisher is built-in, which means it’s a part of fabric
binary. It’s available out-of-the-box, no installation required.
Formats #
The publisher supports the following document formats:
md
html
pdf
To set the output format, specify it inside publish
block with format
argument.
Configuration #
The publisher doesn’t support any configuration arguments.
Usage #
The publisher supports the following execution arguments:
# In addition to the arguments listed, `publish` block accepts `format` argument.
publish local_file {
# Path to the file
#
# Required string.
# For example:
path = "dist/output.md"
}