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

# Uploads commands - Omni CLI

> Reference for the omni uploads command group: manage CSV and Excel file uploads.

Manage CSV and Excel file uploads. See the [Uploads API documentation](/api/uploads) for more information.

```bash wrap theme={null}
omni uploads <command>
```

| Command        | Description              |
| -------------- | ------------------------ |
| `list`         | List uploads             |
| `create`       | Upload a CSV file        |
| `replace-data` | Replace an upload's data |
| `delete`       | Delete an upload         |

```bash wrap theme={null}
# List uploads with 'country' in file name
omni uploads list --searchterm "country"

# View help for create command, including arguments and flag details
omni uploads create --help
```

<Note>
  Every command in this group also accepts the [global flags](/developers/cli/reference/global-flags), including `--token`, `--profile`, `--format`, and `--compact`.
</Note>
