osmo config update#

Update a configuration

usage: osmo config update [-h] config_type [name] [--file FILE] [--description DESCRIPTION] [--tags TAGS [TAGS ...]]

Positional Arguments#

config_type#

Possible choices: BACKEND, BACKEND_TEST, DATASET, POD_TEMPLATE, POOL, RESOURCE_VALIDATION, ROLE, SERVICE, WORKFLOW

Config type to update (CONFIG_TYPE)

name#

Optional name of the config to update

Named Arguments#

--file, -f#

Path to a JSON file containing the updated config

--description, -d#

Description of the config update

--tags, -t#

Tags for the config update

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

Examples#

Update a service configuration:

osmo config update SERVICE

Update a backend configuration from a file:

osmo config update BACKEND my-backend --file config.json

Update with description and tags:

osmo config update POOL my-pool --description "Updated pool settings" --tags production high-priority