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#
config_typePossible choices: ROLE
Config type to set (CONFIG_TYPE)
nameName of the role
typeType of field
Named Arguments#
--fieldField name in context. For example, the backend to target.
--descriptionOptional description for the set action
--tagsOptional tags for the set action
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