> ## 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 pull

> Download project or individual resources from Kapso Cloud

```bash theme={null}
kapso pull [OPTIONS]
```

## Options

| Option              | Description                   |
| ------------------- | ----------------------------- |
| `--project-id <id>` | Project ID to pull from cloud |
| `--yes, -y`         | Skip confirmation prompts     |

## Examples

```bash theme={null}
kapso pull
kapso pull --project-id proj_abc123
kapso pull --project-id proj_abc123 --yes
```

## Pull individual resources

```bash theme={null}
kapso agent pull <name>
kapso flow pull <name>
kapso functions pull <name>
```
