osmo config diff#
Show the difference between two config revisions
osmo config diff [-h] first [second]
Available config types (CONFIG_TYPE): BACKEND, BACKEND_TEST, DATASET, POD_TEMPLATE, POOL, RESOURCE_VALIDATION, ROLE, SERVICE, WORKFLOW
Ex. osmo config diff WORKFLOW:15
Ex. osmo config diff SERVICE:14 SERVICE:15
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
Show changes made between two revisions of the service configuration:
$ osmo config diff SERVICE:14 SERVICE:15