scele notifications¶
Show your recent SCELE notifications.
notifications prints your recent SCELE notifications (the bell-icon feed: forum replies,
course announcements, assignment reminders), and system messages.
Each entry carries its subject, the plain-text body, when it arrived, and whether you have read it.
Usage¶
Options¶
| Flag | Type | Description |
|---|---|---|
--limit |
value | Max notifications to return. |
Example¶
Output¶

Returns:
Notification
| Field | Type |
|---|---|
id |
string |
subject |
string |
sender |
string |
time |
string |
text |
string |
read |
boolean |
Notes¶
- Reading notifications through the CLI does not mark them as read on SCELE.
- Bodies are Moodle HTML flattened to plain text, so links appear inline as text.