terminal-notifier -title "The Title" -message "A message about Mac App Store" -sender 'com.apple.AppStore' This command gets stuck and does not return.
I think this might be a change in Ventura (and above) for security reasons hence -sender no longer works?
Maybe copy the icon and use -appIcon URL it probably supports file://
terminal-notifier -title "The Title" -message "A message about Mac App Store" -sender 'com.apple.AppStore'
This command gets stuck and does not return.