terminal-widget \
  --target deploy \
  --text "Open deploy dashboard" \
  --icon arrow.up.right.square \
  --action-kind open-url \
  --action-value "https://example.com/deploys"

terminal-widget \
  --target backup \
  --text "Run backup shortcut" \
  --icon externaldrive.fill \
  --action-kind run-shortcut \
  --action-value "Start Backup"

terminal-widget --target deploy --clear-action