hub publisher
blackstork/builtin, v0.4.2
The hub publisher is built into the BlackStork engine. It is available out-of-the-box and requires no installation or dependency declaration.
Configuration #
This publisher accepts the following configuration arguments within a config publish hub block:
config publish hub {
# API token
#
# Required string.
# Must be non-empty
#
# For example:
api_token = "some string"
# Base URL
#
# Required string.
# Must be non-empty
#
# For example:
base_url = "some string"
}
Usage #
This publisher does not accept any execution arguments.