View tenants directly from the CLI.

Tenants List

Description

Lists the tenants in the hotglue environment.

Sample

$ hotglue tenants list

Tenants Delete

Description

Deletes a tenant from hotglue (including scheduled jobs and any related jobs history/config files).

Sample

$ 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
└─────────────┘

Tenants Update Config

Description

Bulk updates the configs of all tenants. This will update the passed JSON into the tenants’ configs, not completely overwrite the tenants’ configs.

Sample

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
└─────────────┘

Parameters

OptionDefaultDescription
--flowThe flow to update linked sources/connectors for
--connectorThe connector id to update
--configFilePath./config.jsonThe relative path to a JSON file containing the desired config updates

Tenants Custom ETL

Description

Lists all tenants with custom ETL Scripts

Sample

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
└─────────────┘

Parameters

OptionDefaultDescription
--flowThe flow to check for forked scripts
--connectorThe connector ID to check for forked scripts

Tenants Custom Field Map

Description

Lists all tenants with a custom Field Map

Sample

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
└──────────────┴──────────┘

Parameters

OptionDefaultDescription
--flowThe flow to check for forked field maps
--connectorThe connector ID to check for forked field maps

Tenants Custom Catalog

Description

Lists all tenants with a custom catalog

Sample

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
└────────────────────┘

Parameters

OptionDefaultDescription
--flowThe flow to check for forked catalogs
--connectorThe connector ID to check for forked catalogs