Command-Line Interface

This page was automatically generated when building the docs.

cptools command

Usage: cptools [OPTIONS] COMMAND [ARGS]...

  The `codepost_powertools` package on the command line.

Options:
  --version  Show the version and exit.
  --help     Show this message and exit.

Commands:
  ids  Creates a mapping from student emails to submission ids.

cptools ids command

Usage: cptools ids [OPTIONS] COURSE_NAME COURSE_PERIOD ASSIGNMENT

  Creates a mapping from student emails to submission ids.

Options:
  -f, --file FILE  A filename to save the csv data.  [default: ids.csv]
  --help           Show this message and exit.