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_type#

Possible choices: ROLE

Config type to set (CONFIG_TYPE)

name#

Name of the role

type#

Type of field

Named Arguments#

--field#

Field name in context. For example, the backend to target.

--description#

Optional description for the set action

--tags#

Optional 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