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

# data-sources

> Manage Openlayer data sources from the CLI

The `openlayer data-sources` command is used to manage Openlayer data sources from the
[Openlayer CLI](/api-reference/cli/overview).

## Usage

```bash theme={null}
openlayer data-sources [command]
```

## Available subcommands

| Subcommand | Description                         |
| ---------- | ----------------------------------- |
| `create`   | Create a new Openlayer data source. |

### Examples

```bash theme={null}
# Create a new data source
openlayer data-sources create
```
