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

  1. List all data sources:

    omics publisher datasources list
  2. Filter by type (AWS):

    omics publisher datasources list --type AWS
  3. Filter by type and format as JSON:

    omics publisher datasources list --type AWS --output json

Last updated

Was this helpful?