datasources list
List all data sources
Synopsis
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.
omics publisher datasources list
Filter data sources by type.
omics publisher datasources list --type "Amazon AWS S3"
List PostgreSQL data sources.
omics publisher datasources list --type postgresql
Flags
--type
=TYPE
--type
=TYPE
Filter datasources by type. Examples include Amazon AWS S3
, postgresql
, Google Cloud Storage
, etc.
Last updated
Was this helpful?