env commands to list accessible environments and manage environment settings. Environment settings include requirements.txt, availableSources.json, availableTargets.json, availableConnectors.json, and customTaps.json.
Env List
Description
Lists the environments available to your Personal API Key. Configure the key withhotglue config set apikey <api-key> or pass it with --apikey.
Unlike other environment commands, env list does not require --env.
Sample
--include-secrets to include them in the output.
publicApiKey: the environment’s public API keypersonalApiKey: your Personal API KeyenvironmentApiKey: the environment API key, when authorized
--include-secrets may print your Personal API Key. Do not expose its output in logs, CI output, or shared terminals.