feat: add support for Wutta <-> Wutta import/export
This commit is contained in:
parent
bfc45bd0f0
commit
ae282ab468
25 changed files with 719 additions and 21 deletions
|
|
@ -27,6 +27,18 @@ Defined in: :mod:`wuttasync.cli.export_csv`
|
|||
.. program-output:: wutta export-csv --help
|
||||
|
||||
|
||||
.. _wutta-export-wutta:
|
||||
|
||||
``wutta export-wutta``
|
||||
----------------------
|
||||
|
||||
Export data to another Wutta :term:`app database`, from the local one.
|
||||
|
||||
Defined in: :mod:`wuttasync.cli.export_wutta`
|
||||
|
||||
.. program-output:: wutta export-wutta --help
|
||||
|
||||
|
||||
.. _wutta-import-csv:
|
||||
|
||||
``wutta import-csv``
|
||||
|
|
@ -64,3 +76,15 @@ in the :term:`app model`.
|
|||
Defined in: :mod:`wuttasync.cli.import_versions`
|
||||
|
||||
.. program-output:: wutta import-versions --help
|
||||
|
||||
|
||||
.. _wutta-import-wutta:
|
||||
|
||||
``wutta import-wutta``
|
||||
----------------------
|
||||
|
||||
Import data from another Wutta :term:`app database`, to the local one.
|
||||
|
||||
Defined in: :mod:`wuttasync.cli.import_wutta`
|
||||
|
||||
.. program-output:: wutta import-wutta --help
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue