tap-sellercloud
is a Singer tap for Sellercloud.
pipx install tap-sellercloud
A full list of supported settings and capabilities for this tap is available by running:
tap-sellercloud --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.
{
"server_id":"Sellercloud server id",
"username":"Sellercloud username",
"password": "SellerCloud password"
}
tap-sellercloud --version
tap-sellercloud --help
tap-sellercloud --config CONFIG --discover > ./catalog.json
pipx install poetry
poetry install
Create tests within the tap_sellercloud/tests
subfolder and
then run:
poetry run pytest
You can also test the tap-sellercloud
CLI interface directly using poetry run
:
poetry run tap-sellercloud --help