> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hotglue.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Flows

> hotglue CLI commands for flows

View flows directly from the CLI.

# Flows List

## Description

Lists the flows in the hotglue environment.

## Sample

```shell theme={null}
$ hotglue flows list
┌───────────┬────────────────────┬────────┬──────────────────────────┬──────────────────┐
│ ID        │ Name               │ isPush │ Taps                     │ Targets          │
├───────────┼────────────────────┼────────┼──────────────────────────┼──────────────────┤
│ RYiRJ3OQM │ Shopify            │ false  │ [ 'shopify' ]            │ []               │
├───────────┼────────────────────┼────────┼──────────────────────────┼──────────────────┤
│ MDKdfumqM │ Klaviyo            │ false  │ [ 'klaviyo' ]            │ [ 's3' ]         │
└───────────┴────────────────────┴────────┴──────────────────────────┴──────────────────┘
```

## Parameters

| Option  | Default | Description                        |
| ------- | ------- | ---------------------------------- |
| `--env` |         |                                    |
| `-e`    |         | Environment Id to query flows for. |
