> ## Documentation Index
> Fetch the complete documentation index at: https://kapso-1adbad2d.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# kapso flow pull

> Pull specific flow from cloud

```bash theme={null}
kapso flow pull <name> [OPTIONS]
```

## Options

| Option        | Description                   |
| ------------- | ----------------------------- |
| `--force, -f` | Force overwrite local changes |

## Examples

```bash theme={null}
kapso flow pull onboarding_flow
kapso flow pull customer_support --force
kapso flow pull my_flow -f
```
