retrieve¶
Synopsis¶
pyam retrieve [-h] [-c COHORT] [-s [STUDENTS [STUDENTS …]]]
Description¶
pyam retrieve retrieves files from student repositories on github (classroom).
Cohort manifest be configured with:
- github.template:
The name of the template repository (prefix for student repositories)
- github.url:
URL to github organisation where repositories reside
- github.branch:
Name of students main branch
Students must have ‘Github Username’ field in csv file.
Options¶
- -h, --help¶
Show a help message and exit
- -c COHORT, --cohort COHORT¶
Name of cohort if different from current.
- -s [STUDENTS [STUDENTS ...]], --students [STUDENTS [STUDENTS ...]]¶
List of specific students to process in cohort.
- --branch BRANCH¶
Name of branch to retrieve and checkout
- --until DATE¶
If specified will checkout out last repository before given date - format Y/M/D H:M. This may be a headless checkout.