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