osmo config list#

List current configuration revisions for each config type

usage: osmo config list [-h] [--format-type {json,text}] [--fit-width]

Named Arguments#

--format-type, -t#

Possible choices: json, text

Specify the output format type (default text)

Default: 'text'

--fit-width#

Fit the table width to the terminal width

Default: False

Examples#

List configurations in text format (default):

osmo config list

List configurations in JSON format:

osmo config list --format-type json