nacos_diff_config
Identify configuration differences by comparing a dataId between two environments, returning keys only in each and changed values.
Instructions
Compare one config (dataId) between two environments and return a structured key-level diff: keys only in A, only in B, and changed values. The best tool for questions like 'is X consistent between dev and test?'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env_a | Yes | First environment | |
| env_b | Yes | Second environment | |
| data_id | Yes | Exact dataId to compare | |
| group | No |