Validate Edit
validate_editDry-run an edit to verify publish permissions before deploying: open, validate, then discard it without committing. Catch permission failures early and avoid release-time surprises.
Instructions
Dry-run an edit: open one, validate it, then discard it.
Nothing is committed. Most useful as a permissions probe before a deploy — a failure here means the service account cannot publish, which is better learned before a release than during one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package_name | Yes | App package name (e.g., com.example.myapp) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||