Loading...
Loading...
Compare original and translation side by side
PREREQUISITE: Load the following skills to execute this recipe:gws-classroom
前提条件: 加载以下技能以执行此方案:gws-classroom
gws classroom courses create --json '{"name": "Introduction to CS", "section": "Period 1", "room": "Room 101", "ownerId": "me"}'gws classroom invitations create --json '{"courseId": "COURSE_ID", "userId": "student@school.edu", "role": "STUDENT"}'gws classroom courses students list --params '{"courseId": "COURSE_ID"}' --format tablegws classroom courses create --json '{"name": "Introduction to CS", "section": "Period 1", "room": "Room 101", "ownerId": "me"}'gws classroom invitations create --json '{"courseId": "COURSE_ID", "userId": "student@school.edu", "role": "STUDENT"}'gws classroom courses students list --params '{"courseId": "COURSE_ID"}' --format table