]> WPIA git - motion.git/blobdiff - README.md
Merge branch 'user_host' into 'master'
[motion.git] / README.md
index 18df67fdae1672541b8e4705a7810fa2e90677bc..76444524e5882c97210c783e448348902932f3bc 100644 (file)
--- a/README.md
+++ b/README.md
@@ -180,3 +180,24 @@ Add Publish JUnit test result report - test report XMLs
 ```
 python_tests_xml/*
 ```
+
+## Add user via command line
+
+For linux start with
+```
+FLASK_APP=motion.py
+```
+
+For windows start with
+```
+set FLASK_APP=motion.py
+
+```
+
+To add a user use this command
+```
+flask create-user "email address" "host"
+
+```
+
+The application will return a message for the success.