Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.runaether.dev/llms.txt

Use this file to discover all available pages before exploring further.

aether notification

Manage user notifications and notification delivery preferences. Alias: notifications

Usage

aether notification <subcommand> [flags]

Subcommands

SubcommandDescription
listList notifications
dismiss <id>Dismiss a notification
preferencesShow notification preferences
preferences getShow notification preferences
preferences setUpdate one notification preference

List Notifications

aether notification list [flags]
FlagDescription
--statusStatus filter: active, resolved, dismissed, archive, or all
--limitMaximum notifications to return
--beforePagination cursor

Preferences

aether notification preferences
aether notification preferences set --kind task_failed --email false
aether notification preferences set --kind question_requested --slack-dm true
preferences set reads the existing preference first, then updates only the channel flags you provide.