feat: add warnings mode for import/export handlers, commands
can now specify `--warn` for import/export CLI, to get diff email when changes occur. this also adds `get_import_handler()` and friends, via app provider. also declare email settings for the 2 existing importers
This commit is contained in:
parent
1e7722de91
commit
19574ea4a0
18 changed files with 1150 additions and 26 deletions
6
docs/api/wuttasync.app.rst
Normal file
6
docs/api/wuttasync.app.rst
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttasync.app``
|
||||
=================
|
||||
|
||||
.. automodule:: wuttasync.app
|
||||
:members:
|
||||
6
docs/api/wuttasync.emails.rst
Normal file
6
docs/api/wuttasync.emails.rst
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttasync.emails``
|
||||
====================
|
||||
|
||||
.. automodule:: wuttasync.emails
|
||||
:members:
|
||||
6
docs/api/wuttasync.testing.rst
Normal file
6
docs/api/wuttasync.testing.rst
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttasync.testing``
|
||||
=====================
|
||||
|
||||
.. automodule:: wuttasync.testing
|
||||
:members:
|
||||
Loading…
Add table
Add a link
Reference in a new issue