CLI
Tenants
hotglue CLI commands for tenants
View tenants directly from the CLI.
Documentation Index
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 │
└─────────────┘
| Option | Default | Description |
|---|---|---|
--flow | The flow to update linked sources/connectors for | |
--connector | The connector id to update | |
--configFilePath | ./config.json | The relative path to a JSON file containing the desired config updates |
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 │
└─────────────┘
| Option | Default | Description |
|---|---|---|
--flow | The flow to check for forked scripts | |
--connector | The connector ID to check for forked scripts |
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 │
└──────────────┴──────────┘
| Option | Default | Description |
|---|---|---|
--flow | The flow to check for forked field maps | |
--connector | The connector ID to check for forked field maps |
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 │
└────────────────────┘
| Option | Default | Description |
|---|---|---|
--flow | The flow to check for forked catalogs | |
--connector | The connector ID to check for forked catalogs |
hotglue tenants tenant-config get --tenant tenant123
| Option | Default | Description |
|---|---|---|
--tenant | Tenant ID | |
--env -e | Environment ID |
hotglue tenants tenant-config put '{"hi":"world","bye":5}' --tenant tenant123
| Option | Default | Description |
|---|---|---|
json | JSON object to store as the tenant config | |
--tenant | Tenant ID | |
--env -e | Environment ID |
hotglue tenants tenant-config patch '{"hi":"world","byetwo":5}' --tenant tenant123
| Option | Default | Description |
|---|---|---|
json | JSON object with fields to merge into the tenant config | |
--tenant | Tenant ID | |
--env -e | Environment ID |