Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
WuttaSync 0.2.1 documentation
WuttaSync 0.2.1 documentation

Documentation

  • Glossary
  • Installation
  • Command Line Interface
    • Built-in Commands
    • Custom Commands
  • Concepts
  • Custom Import/Export
    • Conventions
    • Define Import Handler
    • Define Importer(s)
    • Define Command

API

  • wuttasync
  • wuttasync.cli
  • wuttasync.cli.base
  • wuttasync.cli.import_csv
  • wuttasync.importing
  • wuttasync.importing.base
  • wuttasync.importing.csv
  • wuttasync.importing.handlers
  • wuttasync.importing.model
  • wuttasync.importing.wutta
  • wuttasync.util
Back to top
View this page

Command Line InterfaceΒΆ

The primary way of using the import/export framework day to day is via the command line.

WuttJamaican defines the wutta command and WuttaSync comes with some extra subcommands for importing to / exporting from the Wutta app database.

It is fairly simple to add a dedicated subcommand for any import handler; see below.

And for more general info about CLI see Command Line.

  • Built-in Commands
    • wutta import-csv
  • Custom Commands
    • Basic Import/Export
Next
Built-in Commands
Previous
Installation
Copyright © 2024, Lance Edgar
Made with Sphinx and @pradyunsg's Furo