osmo config diff#
Show the difference between two config revisions
Available config types (config_type): BACKEND, BACKEND_TEST, DATASET, GROUP_TEMPLATE, POD_TEMPLATE, POOL, RESOURCE_VALIDATION, ROLE, SERVICE, WORKFLOW
usage: osmo config diff [-h] first [second]
Positional Arguments#
firstFirst config to compare. Format: <config_type>[:<revision>] (e.g. BACKEND:3). If no revision is provided, uses the current revision.
secondSecond 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
Show changes made between two revisions of the service configuration:
osmo config diff SERVICE:14 SERVICE:15