compare_environment_snapshots
Compare deployed versions across environments or against a snapshot to reveal differences.
Instructions
Compare deployed versions between environments or against a snapshot
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| application | Yes | Application ID from list_applications. REQUIRED: Must use ID, not name. | |
| targetSnapshot | No | Snapshot ID from list_application_snapshots (use this OR targetEnvironment). REQUIRED: Must use ID, not name. | |
| sourceEnvironment | Yes | Environment ID from list_environments_for_application. REQUIRED: Must use ID, not name. | |
| targetEnvironment | No | Environment ID from list_environments_for_application (use this OR targetSnapshot). REQUIRED: Must use ID, not name. |