tap-hotglue
is a Singer tap for Hotglue.
pipx install tap-hotglue
A full list of supported settings and capabilities for this tap is available by running:
tap-hotglue --about
This Singer tap will automatically import any environment variables within the working directory's
.env
if the --config=ENV
is provided, such that config values will be considered if a matching
environment variable is set either in the terminal context or in the .env
file.
You can easily run tap-hotglue
by itself or in a pipeline.
tap-hotglue --version
tap-hotglue --help
tap-hotglue --config CONFIG --discover > ./catalog.json
pipx install poetry
poetry install
Create tests within the tap_hotglue/tests
subfolder and
then run:
poetry run pytest
You can also test the tap-hotglue
CLI interface directly using poetry run
:
poetry run tap-hotglue --help