Juno Changes Apply
juno_changes_applyApply a submitted change by its ID, with optional snapshot creation and hash verification to ensure integrity before deployment.
Instructions
Apply a submitted change by its ID. Optionally create a snapshot before applying and verify the change hash for integrity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the change to apply | |
| hash | No | Expected hash of all included changes for verification | |
| mode | No | Environment mode: production, staging, or development | |
| profile | No | Profile name for multi-identity management | |
| snapshot | No | Create a snapshot before applying | |
| keepStaged | No | Keep proposed staged assets in memory after applying |