osmo config update#
Update a configuration
usage: osmo config update [-h] config_type [name] [--file FILE] [--description DESCRIPTION] [--tags TAGS [TAGS ...]]
Positional Arguments#
Named Arguments#
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