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

> Push resources to Kapso Cloud

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

## Options

| Option      | Description                               |
| ----------- | ----------------------------------------- |
| `--yes, -y` | Skip confirmation prompts                 |
| `--dry-run` | Show what would be pushed without pushing |

## Examples

```bash theme={null}
kapso push
kapso push --dry-run
kapso push --yes
```

## Push individual resources

```bash theme={null}
kapso agent push <name>
kapso flow push <name>
kapso functions push <file.js>
```
