scele categories¶
Browse the course category tree.
categories browses the SCELE course-category tree: the catalog of everything the faculty
offers, organised by academic year and programme.
Called with no arguments it returns the top level. Pass --id N to descend into one
category and see its children.
Usage¶
Options¶
| Flag | Type | Description |
|---|---|---|
--id |
value | Parent category id to list children of. |
Example¶
Output¶

Returns:
Category
| Field | Type |
|---|---|
id |
string |
name |
string |
url |
string |
course_count |
integer? |
Notes¶
- Categories nest several levels deep; walk down with
--iduntil the children list is empty. - To see the courses (rather than sub-categories) inside a category, use
category <id>.