Skip to content

Releases: AutolabJS/autolabcli

Autolabcli v1.0.0

01 Oct 10:22
Compare
Choose a tag to compare

The commandline interface to AutolabJS.

This release implements a complete rewrite of autolabcli. The version has better code quality and testing in place. Major highlights of this release are:

  • Top-notch code quality and near 100% test coverage of code
  • Implementation of clean MVC-architecture in the code
  • Removal of integrated git commands from autolabcli. In a sense, this step is feature regression, but we are forced to take this step due to heavy bugs in the git integration module.

Please see the README for the supported autolabcli commands. This version is backward incompatible with Autolabcli v0.1.1. Hence all the users are encouraged to upgrade to the latest version.

This work has been made possible with technical contributions from Sribalaji M.

autolabcli v0.1.1

20 Aug 09:32
Compare
Choose a tag to compare

The commandline interface to AutolabJS.

This application can help users interact with AutolabJS server with the help of few commands. The application abstracts away the git system and simplifies a number of steps in submission workflow. This application is a replacement to AutolabJS website.

This work has been made possible with technical contributions from Sebastin Santy, Utkarsh Rai and Vaibhav Garg.