You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
THIS DOCUMENT IS OUTDATED: Please use the `--help` flag of the CLI.
3
+
The Mapswipe Backend provides a Command Line Interface(CLI) with which the users can interact with the program.
4
+
They can be used for example to create projects, which were uploaded to the [manager-dashboard](for_mapswipe_managers.html),
5
+
or to export statistics on the finished projects. To get a comprehensible lists of the available commands use the ```--help``` flag.
4
6
5
-
---
6
-
7
-
This document describes how to use the command line interface of MapSwipe Worker.
7
+
```mapswipe_workers --help``` would get you all possible commands, while e.g. ```mapswipe_workers archive --help``` would get you additional information on how to use that command.
8
8
9
9
In our current deployment setup the commands of the MapSwipe Workers CLI are hard-coded in the Docker-Compose File.
10
10
@@ -13,148 +13,3 @@ You can run these commands also using docker-compose:
13
13
```
14
14
docker-compose run mapswipe_workers mapswipe_workers --help
0 commit comments