Skip to content
Snippets Groups Projects
Commit 28e144f9 authored by Cyrille Berger's avatar Cyrille Berger
Browse files

document credentials

parent 55ac0d23
Branches master
No related tags found
No related merge requests found
...@@ -15,8 +15,16 @@ It will output three lines per test data: ...@@ -15,8 +15,16 @@ It will output three lines per test data:
2) a scQL query 2) a scQL query
3) a json representation of the expected outcome of the query 3) a json representation of the expected outcome of the query
You need a `credentials.json` file of the form:
```json
{ "uri": "uri to scql analyser", "username": "username", "password": "password"}
```
The script can also be used with the following arguments: The script can also be used with the following arguments:
* `--validate` can be used to validate the queries (check for errors, for instance). * `--validate` can be used to validate the queries (check for errors, for instance).
* `--localhost` to use an analyser server running locally * `--localhost` to use an analyser server running locally
* `--no-model` to generate training data without a model * `--no-model` to generate training data without a model
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment