timeback 0.1.10 → 0.1.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/cli.js +3674 -1012
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -68,7 +68,7 @@ timeback api oneroster users create --file user.json
|
|
|
68
68
|
timeback api oneroster users delete <id>
|
|
69
69
|
|
|
70
70
|
# Filtering
|
|
71
|
-
timeback api oneroster enrollments list --active --classes id1,id2
|
|
71
|
+
timeback api oneroster enrollments list --active --classes id1,id2 --user-id user-123
|
|
72
72
|
timeback api oneroster users list --role teacher --max 100
|
|
73
73
|
```
|
|
74
74
|
|