feat: add export app messages (#32990)

This commit is contained in:
hj24
2026-03-07 11:27:15 +08:00
committed by GitHub
parent c016793efb
commit 05ab107e73
5 changed files with 656 additions and 0 deletions

View File

@ -13,6 +13,7 @@ def init_app(app: DifyApp):
convert_to_agent_apps,
create_tenant,
delete_archived_workflow_runs,
export_app_messages,
extract_plugins,
extract_unique_plugins,
file_usage,
@ -66,6 +67,7 @@ def init_app(app: DifyApp):
restore_workflow_runs,
clean_workflow_runs,
clean_expired_messages,
export_app_messages,
]
for cmd in cmds_to_register:
app.cli.add_command(cmd)