storage list
List Storage Accounts
storage list
Synopsis
omics workbench storage list
[--max-results]
[--page]
[--page-size]
[--sort]
[--provider]Description
List all storage accounts that are connected to Workbench.
Examples
List all storage accounts
omics workbench storage listList max 10 storage accounts from a specific provider
omics workbench storage list
--max-results 10
--provider gcpList the second page of storage accounts, displaying up to 10 accounts per page, sorted by provider name in descending order.
omics workbench storage list
--page 2
--page-size 10
--sort provider:descFlags:
--max-results=NUMBER
--max-results=NUMBERLimit the maximum number of results printed to the console.
--page=NUMBER
--page=NUMBERUsed to set the offset page number. This allows for jumping into an arbitrary page of results.
--page-size=NUMBER
--page-size=NUMBERUsed to set the number of results returned per page (default 100). Reducing the page size can help with poor internet connections.
--sort=SORT_STRING
--sort=SORT_STRINGAn optional flag to define how results are sorted by allowing the user to specify one or more columns and directions to sort by.
The value should be in the form: column(:direction)
Multiple columns can defined to sort by (if they are supported) simply by separating the sorts with a semicolon.
The Direction can be defined by the values: asc AND desc Examples: --sort provider:desc
--provider=PROVIDER
--provider=PROVIDERAn optional flag to filter the results by the given cloud provider.
Last updated
Was this helpful?

