osmo config show#

Show a configuration or previous revision of a configuration

usage: osmo config show [-h] config_type [names ...]

Positional Arguments#

config_type#

Config to show in format <CONFIG_TYPE>[:<revision>]

names#

Optional names/indices to index into the config. Can be used to show a named config.

Available config types (CONFIG_TYPE): BACKEND, BACKEND_TEST, DATASET, POD_TEMPLATE, POOL, RESOURCE_VALIDATION, ROLE, SERVICE, WORKFLOW

Examples#

Show a service configuration in JSON format:

osmo config show SERVICE

Show the default_cpu resource validation rule:

osmo config show RESOURCE_VALIDATION default_cpu

Show the user_workflow_limits workflow configuration in a previous revision:

osmo config show WORKFLOW:3 user_workflow_limits