datasources list
Overview
Lists all connected data sources. Allows filtering by type and formatting the output.
Usage
omics publisher datasources list [OPTIONS]
Options
--type
(Optional) Filter results by data source type (e.g.,"AWS"
).--output, -o
(Optional) Set the output format. Choices:json
,yaml
(Default:json
)
Examples
List all data sources:
omics publisher datasources list
Filter by type (
AWS
):omics publisher datasources list --type AWS
Filter by type and format as JSON:
omics publisher datasources list --type AWS --output json
Last updated
Was this helpful?