config.yaml
file located at $HOME/.hotglue/
. At the moment, it is only used to store your apikey
.
hotglue.yaml
, .hotglue.yaml
, .hotgluerc.yaml
, .hotgluerc.yml
, .hotgluerc
, .hotgluerc.json
, .hotgluerc.js
As the extensions suggest, the files support either yaml, json or js syntax (in case of JS, the config object has to be exported). However, we recommend using the yaml format.
$ hotglue config set apikey <api key>
.hotgluerc
. This config can include the following parameters:
Option | Description |
---|---|
env | Specify your hotglue environment id (ie. dev.hotglue.acme.com ) |
flow | Specify your hotglue flow id (ie. MDKdfumqM ) |
tap | Specify the tap to use for the hotglue commands. (ie. salesforce ) |
tenant | Optional. The tenant id to use for the commands. Defaults to default , the admin config. |
hotglue config
command:
.hotgluerc
which reference different sources (and can even reference different flows).