osmo config update#
Update a configuration
usage: osmo config update [-h] config_type [name] [--file FILE] [--description DESCRIPTION] [--tags TAGS [TAGS ...]]
Positional Arguments#
config_typePossible choices: BACKEND, BACKEND_TEST, DATASET, GROUP_TEMPLATE, POD_TEMPLATE, POOL, RESOURCE_VALIDATION, ROLE, SERVICE, WORKFLOW
Config type to update (CONFIG_TYPE)
nameOptional name of the config to update
Named Arguments#
--file, -fPath to a JSON file containing the updated config
--description, -dDescription of the config update
--tags, -tTags for the config update
Available config types (CONFIG_TYPE): BACKEND, BACKEND_TEST, DATASET, GROUP_TEMPLATE, 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