CLI
Flows
hotglue CLI commands for flows
Manage flows 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 flows
$ hotglue flows create --env prod.acme.com --name "My Flow"
| Option | Default | Description |
|---|---|---|
--env | ||
-e | Environment ID to create the flow in. | |
--name | Required. Display name for the flow. | |
--description | Optional flow description. | |
--flow-icon | Flow icon URL or base64 string. |
$ hotglue flows list
┌───────────┬────────────────────┬────────┬──────────────────────────┬──────────────────┐
│ ID │ Name │ isPush │ Taps │ Targets │
├───────────┼────────────────────┼────────┼──────────────────────────┼──────────────────┤
│ RYiRJ3OQM │ Shopify │ false │ [ 'shopify' ] │ [] │
├───────────┼────────────────────┼────────┼──────────────────────────┼──────────────────┤
│ MDKdfumqM │ Klaviyo │ false │ [ 'klaviyo' ] │ [ 's3' ] │
└───────────┴────────────────────┴────────┴──────────────────────────┴──────────────────┘
| Option | Default | Description |
|---|---|---|
--env | ||
-e | Environment Id to query flows for. |