osmo config set#
Set a field into the config
usage: osmo config set [-h] config_type name type [--field FIELD] [--description DESCRIPTION] [--tags TAGS [TAGS ...]]
Positional Arguments#
Named Arguments#
Available config types (CONFIG_TYPE): ROLE
Examples#
Creating a new pool role:
osmo config set ROLE osmo-pool-name pool
Note
The pool name MUST start with osmo- to be correctly recognized so that users
can see the pool in the UI and profile settings. This will be changed to be more flexible
in the future.
Creating a new backend role:
osmo config set ROLE my-backend-role backend --field name-of-backend