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 0x7f235c41ba10>] = None, list_models: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7f235d07a950>] = False, create: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7f235f803450>] = True, update: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7f235c42c550>] = True, delete: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7f235c42c6d0>] = False, fields: ~typing.Annotated[str, <typer.models.OptionInfo object at 0x7f235c42c8d0>] = None, excluded_fields: ~typing.Annotated[str, <typer.models.OptionInfo object at 0x7f235c42cad0>] = None, keys: ~typing.Annotated[str, <typer.models.OptionInfo object at 0x7f235c42ccd0>] = None, max_create: ~typing.Annotated[int, <typer.models.OptionInfo object at 0x7f235c42ce90>] = None, max_update: ~typing.Annotated[int, <typer.models.OptionInfo object at 0x7f235c42d050>] = None, max_delete: ~typing.Annotated[int, <typer.models.OptionInfo object at 0x7f235c42d210>] = None, max_total: ~typing.Annotated[int, <typer.models.OptionInfo object at 0x7f235c42d350>] = None, warnings: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7f235c42d4d0>] = False, warnings_recipients: ~typing.Annotated[str, <typer.models.OptionInfo object at 0x7f235c42d610>] = None, warnings_max_diffs: ~typing.Annotated[int, <typer.models.OptionInfo object at 0x7f235c42d750>] = 15, dry_run: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7f235c42d890>] = False, output_file_path: ~pathlib.Annotated[~pathlib.Path, <typer.models.OptionInfo object at 0x7f235c42eb90>] = None)[source]

Export data from Wutta DB to CSV file(s)