transformations list

List workflow transformations

Synopsis

List Workflow Transformations

omics alpha workbench transformations list
  [--namespace=NAMESPACE]
  [--workflow=WORKFLOW_ID]
  [--version=VERSION_ID]

Description

List all the workflow transformations for a given workflow version. This command fetches workflow transformations sequentially, printing them to the console.

Examples

List workflow transformations for a given workflow version:

omics alpha workbench transformations list --workflow my-workflow-id --version v1

Flags:

--namespace=STRING

An optional flag to define the namespace to connect to. By default, the namespace is extracted from the user's credentials.

--workflow=STRING

The ID of the workflow for which the transformations will be listed.

--version=STRING

The ID of the workflow version for which the transformations will be listed.

Last updated

Was this helpful?