If you hate the nasty iWork update alert panel like I do, run this in the Terminal app (on macOS).

```
defaults write com.apple.iWork.Pages TSADisableUpdateNotifications -bool yes
defaults write com.apple.iWork.Keynote TSADisableUpdateNotifications -bool yes
defaults write com.apple.iWork.Numbers TSADisableUpdateNotifications -bool yes
```

@tuparev I’m going to try that. Thanks.