wuttasync.cli.export_csv

See also: wutta export-csv

wuttasync.cli.export_csv.export_csv(ctx: ~typer.models.Context, models: ~typing.Annotated[~typing.List[str] | None, <typer.models.ArgumentInfo object at 0x7fd19f073c10>] = None, list_models: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7fd19f073c50>] = False, create: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7fd19f084750>] = True, update: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7fd19f084890>] = True, delete: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7fd19f084a90>] = False, fields: ~typing.Annotated[str, <typer.models.OptionInfo object at 0x7fd19f084c90>] = None, excluded_fields: ~typing.Annotated[str, <typer.models.OptionInfo object at 0x7fd19f084e90>] = None, keys: ~typing.Annotated[str, <typer.models.OptionInfo object at 0x7fd19f085050>] = None, max_create: ~typing.Annotated[int, <typer.models.OptionInfo object at 0x7fd19f085210>] = None, max_update: ~typing.Annotated[int, <typer.models.OptionInfo object at 0x7fd19f0853d0>] = None, max_delete: ~typing.Annotated[int, <typer.models.OptionInfo object at 0x7fd19f085590>] = None, max_total: ~typing.Annotated[int, <typer.models.OptionInfo object at 0x7fd19f0856d0>] = None, warnings: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7fd19f085810>] = False, warnings_recipients: ~typing.Annotated[str, <typer.models.OptionInfo object at 0x7fd19f085950>] = None, warnings_max_diffs: ~typing.Annotated[int, <typer.models.OptionInfo object at 0x7fd19f086b90>] = 15, dry_run: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7fd19f086c50>] = False, output_file_path: ~pathlib.Annotated[~pathlib.Path, <typer.models.OptionInfo object at 0x7fd19f086d10>] = None)[source]

Export data from Wutta DB to CSV file(s)