# datasources list

## Synopsis

```shell
omics publisher datasources list
  [--type=TYPE]
```

## Description

List all data sources configured in the publisher. Data sources represent storage locations such as cloud buckets or databases where files and data reside.

## Examples

List all data sources.

```shell
omics publisher datasources list
```

Filter data sources by type.

```shell
omics publisher datasources list --type "Amazon AWS S3"
```

List PostgreSQL data sources.

```shell
omics publisher datasources list --type postgresql
```

## Flags

### `--type`=`TYPE`

Filter datasources by type. Examples include `Amazon AWS S3`, `postgresql`, `Google Cloud Storage`, etc.
