Building All Automatic Files

Command

  bin/buildTerm (term)
(performed in the base accreditation directory) builds all files that are under a directory called (term), where (term) must be the name of a term. For example,
  bin/buildTerm 2021-Fall
builds all files inside directories called 2021-Fall or any of their subdirectories.

Command

  bin/buildTerm
builds all files inside directories whose names are terms, for all years.

Command

  bin/buildAcademicYear (academic-year)
builds all files that are in or beneath directory (academic-year), which must be the name of an academic year. For example,
  bin/buildAcademicYear 2021-2022
builds all files inside directories called 2021-2022 or any of their subdirectories.

Command

  bin/buildAcademicYear
builds all files inside all academic year directories, for all years.

Command

  bin/build
builds all files, for all academic years and terms.