diff --git a/README.md b/README.md index 69fcc55..b3fecc4 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,18 @@ # autolabcli Codebase for backward incompatible revision of autolabcli v0.1.1. + +[![codecov](https://codecov.io/gh/AutolabJS/autolabcli/branch/autolabcli-ng/graph/badge.svg)](https://codecov.io/gh/AutolabJS/autolabcli) +[![Code Climate](https://codeclimate.com/github/AutolabJS/autolabcli/badges/gpa.svg)](https://codeclimate.com/github/AutolabJS/autolabcli) + +A client command line interface for submissions to [AutolabJS](https://github.com/AutolabJS/AutolabJS). + +## Commands ## +* `autolabjs init -u -p ` - Log into AutolabJS. +* `autolabjs exit` - Logout off AutolabJS +* `autolabjs prefs changeserver --host --port ` - To change the host of the gitlab server +* `autolabjs prefs changelang --lang ` - To change the language of the code submission +* `autolabjs prefs show` - Show the saved preferences +* `autolabjs help` - Print help manual + +## License ## +GNU General Public License