A CLI tool for artemis that implements common use-cases that require interaction with the artemis API.
The tool supports the following use-cases:
- Clone one or more programming submission
- Automatically grade valid text submissions that match a given regex
- List currently locked submissions
- Unlock all or specific locked submissions
- List repository urls for users/submissions
To build the tool, run the following command:
$ mvn clean package
in the root directory.
The jar will be at target/artemis-cli.jar
.