osmo config show#

Show a configuration or previous revision of a configuration

usage: osmo config show [-h] [--verbose] 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.

Named Arguments#

--verbose, -v#

Show verbose output including parsed pod templates, group templates, and resource validations. Only applicable when CONFIG_TYPE is POOL.

Default: False

Available config types (CONFIG_TYPE): BACKEND, BACKEND_TEST, DATASET, GROUP_TEMPLATE, 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

Show a pool configuration with parsed pod templates, group templates, and resource validations:

osmo config show POOL --verbose

osmo config show POOL my-pool --verbose