X-Git-Url: https://code.wpia.club/?p=motion.git;a=blobdiff_plain;f=README.md;fp=README.md;h=5470c43401c205db452a92c6448d8374a6d08e06;hp=18df67fdae1672541b8e4705a7810fa2e90677bc;hb=f87b033c4ef50f5dc3a20e28083339cf2bab29d8;hpb=13b6ec0dcf0e0cd83fdcafd9c0f08b4da024ff18 diff --git a/README.md b/README.md index 18df67f..5470c43 100644 --- 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" + +``` + +The application will return a message for the success.