osmo config diff#

Show the difference between two config revisions

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

usage: osmo config diff [-h] first [second]

Positional Arguments#

first#

First config to compare. Format: <config_type>[:<revision>] (e.g. BACKEND:3). If no revision is provided, uses the current revision.

second#

Second config to compare. Format: <config_type>[:<revision>] (e.g. BACKEND:6). If no revision is provided, uses the current revision.

Examples#

Show changes made to the workflow config since revision 15:

osmo config diff WORKFLOW:15
../../../_images/config_diff_workflow.png

Show changes made between two revisions of the service configuration:

osmo config diff SERVICE:14 SERVICE:15
../../../_images/config_diff_service.png