Skip to content

Commit

Permalink
Update Reademe file
Browse files Browse the repository at this point in the history
  • Loading branch information
1AmNegan committed Apr 5, 2018
1 parent 77b4724 commit 460d3d9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions 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 <username> -p <password>` - Log into AutolabJS.
* `autolabjs exit` - Logout off AutolabJS
* `autolabjs prefs changeserver --host <host> --port <port>` - To change the host of the gitlab server
* `autolabjs prefs changelang --lang <language>` - 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

0 comments on commit 460d3d9

Please sign in to comment.