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
, and availableTargets.json
.
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 ETL to. Defaults to the local directory. |
Env Deploy
Description
Deploys the local ETL script to hotglue.
Sample
Parameters
Option | Default | Description |
---|---|---|
--sourceFolder | ||
-s | . | The directory to upload the ETL script from. Defaults to the local directory. |