autograder.cli.courses.assignments.images

The autograder.cli.courses.assignment.images package contains tools to work with assignment Docker images.

This package contains the following CLI tools:


autograder.cli.courses.assignments.images.fetch

Fetch an assignment's Docker image.

usage: python3 -m autograder.cli.courses.assignments.images.fetch
       [-h] [--version] [--server SERVER] [--user USER] [--pass PASS]
       [--course COURSE] [--assignment ASSIGNMENT] [--out-dir OUT_DIR]
       [--testing-mode]

autograder.cli.courses.assignments.images.info

Get information about an assignment's Docker image (does not include the actual image).

usage: python3 -m autograder.cli.courses.assignments.images.info
       [-h] [--version] [--server SERVER] [--user USER] [--pass PASS]
       [--course COURSE] [--assignment ASSIGNMENT] [--testing-mode]
1"""
2The `autograder.cli.courses.assignment.images` package contains tools to
3work with assignment Docker images.
4"""