From: Luke Kenneth Casson Leighton Date: Thu, 16 Jun 2022 11:57:31 +0000 (+0100) Subject: add use of update.py to README, with warning about it X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6124cad2658cbf053f0b7b68dae2d23102a29cea;p=utils.git add use of update.py to README, with warning about it --- diff --git a/README.txt b/README.txt index 7565146..cb29f29 100644 --- a/README.txt +++ b/README.txt @@ -19,3 +19,16 @@ then examine the nohup.out and also the individual markdown files, or compile to html first (after apt-get install python-markdown): markdown_py -f lkcl.html lkcl.mdwn + +to perform multiple *DIRECT* database updates automatically, use the +following command: + + python3 ./src/budget_sync/update.py -c budget-sync-config.toml \ + --user {name_in_TOML_field} \ + --username {BUGZILLA_EMAIL} \ + --password '{BUGZILLA_PASSWORD}' \ + --bug NNN,MMM,OOO \ + --submitted=YYYY-MM-DD or --paid=YYYY-MM-DD + +**PLEASE EXERCISE EXTREME CAUTION WHEN USING THIS COMMAND** +