Skip to content

Latest commit

 

History

History
64 lines (41 loc) · 1.18 KB

README.md

File metadata and controls

64 lines (41 loc) · 1.18 KB

tap-hotglue

tap-hotglue is a Singer tap for Hotglue.

Installation

pipx install tap-hotglue

Configuration

Accepted Config Options

A full list of supported settings and capabilities for this tap is available by running:

tap-hotglue --about

Configure using environment variables

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.

Source Authentication and Authorization

Usage

You can easily run tap-hotglue by itself or in a pipeline.

Executing the Tap Directly

tap-hotglue --version
tap-hotglue --help
tap-hotglue --config CONFIG --discover > ./catalog.json

Initialize your Development Environment

pipx install poetry
poetry install

Create and Run Tests

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