CLI
Env
hotglue CLI commands for env settings
Programmatically manage your env settings using the env
commands below. Env settings include: requirements.txt
, availableSources.json
, availableTargets.json
, availableConnectors.json
, and customTaps.json
.
Available environment settings
File | Description |
---|---|
requirements.txt | Default Python dependencies to be used in ETL Scripts |
availableSources.json | List of customized sources available in V1 Flows |
availableTargets.json | List of customized targets available in V1 Flows |
availableConnectors.json | List of customized connectors available in V2 Flows |
customTaps.json | List of custom taps built with Hotglue’s Connector Builder |
Env Download
Description
Clones the remote env settings saved in Hotglue to your local machine.
Sample
Parameters
Option | Default | Description |
---|---|---|
--downloadTo | ||
-d | . | The directory to download the files to. Defaults to the local directory. |
Env Deploy
Description
Deploys your environment settings
Sample
Parameters
Option | Default | Description |
---|---|---|
--sourceFolder | ||
-s | . | The directory to upload the files from. Defaults to the local directory. |