sked tenant list

Overview

Displays information about currently stored tenants (teams).

Usage

  $ sked tenant list [--json] [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]]
    [--output csv|json|yaml |  | ] [--sort <value>]

Examples

  $ sked tenant list

  $ sked tenant list --extended --csv

Flags

Flag Description Required
-x, --extended show extra columns No
--columns= only show provided columns (comma-separated) No
--csv output is csv format [alias: –output=csv] No
--filter= filter property by partial string matching, ex: name=foo No
--no-header hide table header from output No
--no-truncate do not truncate output to fit screen No
--output= output in a more machine friendly format <options: csv json
--sort= property to sort by (prepend ‘-’ for descending) No

Global flags

Flag Description Required
--json Format output as json. No