Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
hotglue CLI commands for tenants
$ hotglue tenants list
$ hotglue tenants delete -e prod.acme.com -u test-user ✔ Finished: Deleting tenant test-user schedules. ✔ Finished: Verifying user and authorizing. ✔ Finished: Deleting tenant test-user for environment prod.acme.com. ┌─────────────┐ │ Tenant ID │ ├─────────────┤ │ test-user │ └─────────────┘
hotglue tenants update-config ✔ Finished: Retrieving tenants for environment dev.hotglue.testcompany.com. ✔ Finished: Updating config for connector salesforce and flow abc123. ┌─────────────┐ │ Tenant ID │ ├─────────────┤ │ test-user │ └─────────────┘
--flow
--connector
--configFilePath
./config.json
hotglue tenants custom-etl ✔ Finished: Retrieving tenants for environment dev.hotglue.test.com. ✔ Finished: Querying for custom ETL scripts for flow ABC123. ┌─────────────┐ │ Tenant ID │ ├─────────────┤ │ test-user │ └─────────────┘
hotglue tenants custom-field-map ✔ Finished: Retrieving tenants for environment dev.hotglue.testcompany.com. ✔ Finished: Querying for custom field maps for flow KeJ5dstJ2. ┌──────────────┬──────────┐ │ Tenant ID │ Connector IDs │ ├──────────────┼──────────┤ │ anonymous-user-5 │ intacct │ └──────────────┴──────────┘
hotglue tenants custom-catalog ✔ Finished: Retrieving tenants for environment dev.hotglue.test.com. ✔ Finished: Querying for custom catalogs for flow abc123. ┌───────┬────────────┐ │ Tenant ID │ Connector IDs │ ├───────┼────────────┤ │ qb-user │ quickbooks:sandbox │ ├───────┼───────────┤ │ abc31 │ stripe-v2 │ └────────────────────┘
hotglue tenants tenant-config get --tenant tenant123
--tenant
--env
-e
hotglue tenants tenant-config put '{"hi":"world","bye":5}' --tenant tenant123
json
hotglue tenants tenant-config patch '{"hi":"world","byetwo":5}' --tenant tenant123